Skip to content

Commit a1767c9

Browse files
committed
LF-193-1 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 used this driver also for RNGB block in i.MX6SL. Fixes: e29fe21 ("ARM: dts: add device tree source for imx6sl SoC") Signed-off-by: Horia Geantă <[email protected]> Acked-by: Leonard Crestez <[email protected]>
1 parent f69fef5 commit a1767c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/imx6sl.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,8 +997,10 @@
997997
};
998998

999999
rngb: rngb@21b4000 {
1000+
compatible = "fsl,imx25-rngb";
10001001
reg = <0x021b4000 0x4000>;
10011002
interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
1003+
clocks = <&clks IMX6SL_CLK_DUMMY>;
10021004
};
10031005

10041006
weim: weim@21b8000 {

0 commit comments

Comments
 (0)