diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2016-03-08 09:04:01 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 17:44:59 +0800 |
commit | c4aca663aebf2d1de3e7b6ab15680bf67ad0d678 (patch) | |
tree | 3205d79676d478cd3de56df1491ffe7ae4ad1085 /arch/arm/boot/dts/imx6dl-tx6u-811x.dts | |
parent | 0fd646d0e7dff4054cb43f4ac87271da6151a070 (diff) |
ARM: dts: imx6-tx6: remove container node around pinctrl nodes
Remove the function node around the pinctrl nodes that was obsoleted
by commit 5fcdf6a7ed95 ("pinctrl: imx: Allow parsing DT without
function nodes"), we can save this container node.
Also move the iomux node to the bottom of the file to improve
readability of the file.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-tx6u-811x.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-tx6u-811x.dts | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/imx6dl-tx6u-811x.dts b/arch/arm/boot/dts/imx6dl-tx6u-811x.dts index a1b755a8fc96..5e0c6bb49f37 100644 --- a/arch/arm/boot/dts/imx6dl-tx6u-811x.dts +++ b/arch/arm/boot/dts/imx6dl-tx6u-811x.dts @@ -111,16 +111,6 @@ }; }; -&iomuxc { - imx6dl-tx6u-811x { - pinctrl_eeti: eetigrp { - fsl,pins = < - MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b1 /* Interrupt */ - >; - }; - }; -}; - &kpp { status = "disabled"; /* pad conflict with backlight1 PWM */ }; @@ -178,3 +168,11 @@ &pwm1 { status = "okay"; }; + +&iomuxc { + pinctrl_eeti: eetigrp { + fsl,pins = < + MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b1 /* Interrupt */ + >; + }; +}; |