Skip to content

Commit

Permalink
ARM: dts: imx6q: name iomuxc sub-nodes following pin function
Browse files Browse the repository at this point in the history
Name iomuxc sub-nodes following pin function and hardware manual.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Shawn Guo committed Sep 11, 2012
1 parent 44a509f commit e30ba89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6q-sabrelite.dts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
uart2: serial@021e8000 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_serial2_1>;
pinctrl-0 = <&pinctrl_uart2_1>;
};

i2c@021a0000 { /* I2C1 */
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx6q.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@
};
};

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 */
Expand Down

0 comments on commit e30ba89

Please sign in to comment.