diff options
author | Fugang Duan <B38611@freescale.com> | 2013-09-03 12:26:22 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-09-26 13:01:34 +0800 |
commit | e03d10f98956c56d0ef92cb9e9f6cafcdd19bee2 (patch) | |
tree | 7e585f9919ac5ebe9c05499f8eeb5c511687ce20 /arch | |
parent | c9d96df207a2caadfb521c7b6108ef9172f5bf55 (diff) | |
download | blackbird-op-linux-e03d10f98956c56d0ef92cb9e9f6cafcdd19bee2.tar.gz blackbird-op-linux-e03d10f98956c56d0ef92cb9e9f6cafcdd19bee2.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 9fec772a5390..eda00e88f22f 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -528,6 +528,11 @@ 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>; |