From: Horia Geantă Date: Wed, 15 Jul 2020 15:26:02 +0000 (+0300) Subject: ARM: dts: imx6sll: add rng X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=79428026bdbd7802221e8c70b66eff4ed215494a;p=linux.git ARM: dts: imx6sll: add rng Add node for the RNGB block. Signed-off-by: Horia Geantă Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi index fb5d3bc50c6b1..0b622201a1f3d 100644 --- a/arch/arm/boot/dts/imx6sll.dtsi +++ b/arch/arm/boot/dts/imx6sll.dtsi @@ -786,6 +786,13 @@ clocks = <&clks IMX6SLL_CLK_MMDC_P0_IPG>; }; + rngb: rng@21b4000 { + compatible = "fsl,imx6sll-rngb", "fsl,imx25-rngb"; + reg = <0x021b4000 0x4000>; + interrupts = ; + clocks = <&clks IMX6SLL_CLK_DUMMY>; + }; + ocotp: efuse@21bc000 { #address-cells = <1>; #size-cells = <1>;