Skip to content

Commit

Permalink
ARM: dts: pxa: change serial node names
Browse files Browse the repository at this point in the history
Change from xxuart to serial to normalize the devicetree pxa serial
support.

Signed-off-by: Robert Jarzmik <[email protected]>
  • Loading branch information
rjarzmik committed Aug 30, 2018
1 parent 5b394b2 commit 4adb660
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/pxa2xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -76,31 +76,31 @@
};
};

ffuart: uart@40100000 {
ffuart: serial@40100000 {
compatible = "mrvl,pxa-uart";
reg = <0x40100000 0x30>;
interrupts = <22>;
clocks = <&clks CLK_FFUART>;
status = "disabled";
};

btuart: uart@40200000 {
btuart: serial@40200000 {
compatible = "mrvl,pxa-uart";
reg = <0x40200000 0x30>;
interrupts = <21>;
clocks = <&clks CLK_BTUART>;
status = "disabled";
};

stuart: uart@40700000 {
stuart: serial@40700000 {
compatible = "mrvl,pxa-uart";
reg = <0x40700000 0x30>;
interrupts = <20>;
clocks = <&clks CLK_STUART>;
status = "disabled";
};

hwuart: uart@41100000 {
hwuart: serial@41100000 {
compatible = "mrvl,pxa-uart";
reg = <0x41100000 0x30>;
interrupts = <7>;
Expand Down

0 comments on commit 4adb660

Please sign in to comment.