Commit e30ba89f authored by Shawn Guo's avatar Shawn Guo

ARM: dts: imx6q: name iomuxc sub-nodes following pin function

Name iomuxc sub-nodes following pin function and hardware manual.
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 44a509fc
......@@ -99,7 +99,7 @@ audmux@021d8000 {
uart2: serial@021e8000 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_serial2_1>;
pinctrl-0 = <&pinctrl_uart2_1>;
};
i2c@021a0000 { /* I2C1 */
......
......@@ -557,8 +557,8 @@ pinctrl_i2c1_1: i2c1grp-1 {
};
};
serial2 {
pinctrl_serial2_1: serial2grp-1 {
uart2 {
pinctrl_uart2_1: uart2grp-1 {
fsl,pins = <
183 0x1b0b1 /* MX6Q_PAD_EIM_D26__UART2_TXD */
191 0x1b0b1 /* MX6Q_PAD_EIM_D27__UART2_RXD */
......
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