Commit 221aaa19 authored by Shawn Guo's avatar Shawn Guo

ARM: dts: imx6sx-sabreauto: drop board specific pinctrl container node

The board specific pinctrl function container node 'imx6x-sabreauto' is
not really necessary, since commit 5fcdf6a7 ("pinctrl: imx: Allow
parsing DT without function nodes").  Let's drop it to save one level of
indentation.
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 915394db
...@@ -66,7 +66,6 @@ &usdhc4 { ...@@ -66,7 +66,6 @@ &usdhc4 {
}; };
&iomuxc { &iomuxc {
imx6x-sabreauto {
pinctrl_uart1: uart1grp { pinctrl_uart1: uart1grp {
fsl,pins = < fsl,pins = <
MX6SX_PAD_GPIO1_IO04__UART1_TX 0x1b0b1 MX6SX_PAD_GPIO1_IO04__UART1_TX 0x1b0b1
...@@ -139,5 +138,4 @@ pinctrl_vcc_sd3: vccsd3grp { ...@@ -139,5 +138,4 @@ pinctrl_vcc_sd3: vccsd3grp {
MX6SX_PAD_KEY_COL1__GPIO2_IO_11 0x17059 MX6SX_PAD_KEY_COL1__GPIO2_IO_11 0x17059
>; >;
}; };
};
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment