Skip to content

Commit

Permalink
ARM: sunxi: Rename uart nodes to serial
Browse files Browse the repository at this point in the history
The other architecture use serial@address for their uart nodes, so
rename our uart dt nodes to be consistent

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Maxime Ripard committed Mar 29, 2013
1 parent 4498578 commit b00adbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/sun4i-a10-cubieboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
};
};

uart0: uart@01c28000 {
uart0: serial@01c28000 {
status = "okay";
};

uart1: uart@01c28400 {
uart1: serial@01c28400 {
status = "okay";
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun4i-a10-hackberry.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
};

soc {
uart0: uart@01c28000 {
uart0: serial@01c28000 {
status = "okay";
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun5i-a13-olinuxino.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
};
};

uart1: uart@01c28400 {
uart1: serial@01c28400 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins_b>;
status = "okay";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/sunxi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
#interrupt-cells = <1>;
};

uart0: uart@01c28000 {
uart0: serial@01c28000 {
compatible = "snps,dw-apb-uart";
reg = <0x01c28000 0x400>;
interrupts = <1>;
Expand All @@ -146,7 +146,7 @@
status = "disabled";
};

uart1: uart@01c28400 {
uart1: serial@01c28400 {
compatible = "snps,dw-apb-uart";
reg = <0x01c28400 0x400>;
interrupts = <2>;
Expand Down

0 comments on commit b00adbe

Please sign in to comment.