From 177e10f0170aaab00d0689f932f5146d9fd2755d Mon Sep 17 00:00:00 2001 From: Fugang Duan <B38611@freescale.com> Date: Tue, 3 Sep 2013 12:26:22 +0800 Subject: [PATCH 13/59] ARM: dts: add iomuxc-gpr device node for imx6sl Add iomuxc gpr device node for imx6sl. Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> --- arch/arm/boot/dts/imx6sl.dtsi | 5 +++++ 1 file changed, 5 insertions(+) @ arch/arm/boot/dts/imx6sl.dtsi:531 @ interrupts = <0 89 0x04>; }; + gpr: iomuxc-gpr@020e0000 { + compatible = "fsl,imx6sl-iomuxc-gpr", "syscon"; + reg = <0x020e0000 0x38>; + }; + iomuxc: iomuxc@020e0000 { compatible = "fsl,imx6sl-iomuxc"; reg = <0x020e0000 0x4000>; -- 1.8.4.rc3