Commit 82ffb35c authored by Horia Geantă's avatar Horia Geantă Committed by Shawn Guo
Browse files

ARM: dts: imx6sl: fix rng node



rng DT node was added without a compatible string.

i.MX driver for RNGC (drivers/char/hw_random/imx-rngc.c) also claims
support for RNGB, and is currently used for i.MX25.

Let's use this driver also for RNGB block in i.MX6SL.

Fixes: e29fe21c ("ARM: dts: add device tree source for imx6sl SoC")
Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 9123e3a7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -939,8 +939,10 @@
			};

			rngb: rngb@21b4000 {
				compatible = "fsl,imx6sl-rngb", "fsl,imx25-rngb";
				reg = <0x021b4000 0x4000>;
				interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&clks IMX6SL_CLK_DUMMY>;
			};

			weim: weim@21b8000 {