MLK-13347 dts: mx6sll: enable DCP and hardware RNG for i.mx6sll
authorye li <ye.li@nxp.com>
Fri, 14 Oct 2016 02:29:14 +0000 (10:29 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:52:27 +0000 (14:52 -0500)
Add DCP and RNG node in imx6sll.dtsi to enable them.

Signed-off-by: ye li <ye.li@nxp.com>
arch/arm/boot/dts/imx6sll.dtsi

index 017c608..b9919fc 100644 (file)
                        };
 
                        dcp: dcp@020fc000 {
+                               compatible = "fsl,imx6sl-dcp";
                                reg = <0x020fc000 0x4000>;
                                interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
-                               status = "disabled";
-                       };
+                               clocks = <&clks IMX6SLL_CLK_DCP>;
+                               clock-names = "dcp";
+                       }; 
                };
 
                aips2: aips-bus@02100000 {
                                reg = <0x021b0000 0x4000>;
                        };
 
+                       rngb: rngb@021b4000 {
+                               compatible = "fsl,imx6sl-rng", "fsl,imx-rng", "imx-rng";
+                               reg = <0x021b4000 0x4000>;
+                               interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks =  <&clks IMX6SLL_CLK_DUMMY>;
+                       };
+
                        ocotp: ocotp-ctrl@021bc000 {
                                compatible = "fsl,imx6sll-ocotp", "syscon";
                                reg = <0x021bc000 0x4000>;