ARM: dts: imx: imx7d add iomuxc lpsr device node
authorAdrian Alonso <aalonso@freescale.com>
Fri, 25 Sep 2015 21:05:57 +0000 (16:05 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:18 +0000 (22:45 +0800)
Add device tree node to support iomuxc-lpsr controller, fsl,input-sel
phandle allows to get input select register base address which is
shared from main iomuxc controller.

Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d.dtsi

index fcf6be2..4ed0eea 100644 (file)
                                status = "disabled";
                        };
 
+                       iomuxc_lpsr: iomuxc-lpsr@302c0000 {
+                               compatible = "fsl,imx7d-iomuxc-lpsr";
+                               reg = <0x302c0000 0x10000>;
+                               fsl,input-sel = <&iomuxc>;
+                       };
+
                        gpt1: gpt@302d0000 {
                                compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
                                reg = <0x302d0000 0x10000>;