Skip to content

Commit

Permalink
ARM: dts: armada388-clearfog: move uart nodes
Browse files Browse the repository at this point in the history
Move the uart nodes over to use the label form to reference the serial
devices, rather than replicating the device node path.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Russell King authored and Gregory CLEMENT committed Jan 5, 2017
1 parent a14c233 commit ed51e79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions arch/arm/boot/dts/armada-388-clearfog.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@
wp-inverted;
};

serial@12100 {
/* mikrobus uart */
pinctrl-0 = <&mikro_uart_pins>;
pinctrl-names = "default";
status = "okay";
};

usb@58000 {
/* CON3, nearest power. */
status = "okay";
Expand Down Expand Up @@ -305,3 +298,10 @@
pinctrl-names = "default";
status = "okay";
};

&uart1 {
/* mikrobus uart */
pinctrl-0 = <&mikro_uart_pins>;
pinctrl-names = "default";
status = "okay";
};
12 changes: 6 additions & 6 deletions arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@
*/
status = "okay";
};

serial@12000 {
pinctrl-0 = <&uart0_pins>;
pinctrl-names = "default";
status = "okay";
};
};
};
};
Expand Down Expand Up @@ -144,3 +138,9 @@
status = "disabled";
};
};

&uart0 {
pinctrl-0 = <&uart0_pins>;
pinctrl-names = "default";
status = "okay";
};

0 comments on commit ed51e79

Please sign in to comment.