Skip to content

Commit 2f802af

Browse files
krzkDinh Nguyen
authored andcommitted
ARM: dts: socfpga: align UART node name with bindings
Bindings expect UART/serial node names to be "serial". Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Dinh Nguyen <[email protected]>
1 parent 1b929c0 commit 2f802af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

arch/arm/boot/dts/socfpga.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
reset-names = "timer";
906906
};
907907

908-
uart0: serial0@ffc02000 {
908+
uart0: serial@ffc02000 {
909909
compatible = "snps,dw-apb-uart";
910910
reg = <0xffc02000 0x1000>;
911911
interrupts = <0 162 4>;
@@ -918,7 +918,7 @@
918918
resets = <&rst UART0_RESET>;
919919
};
920920

921-
uart1: serial1@ffc03000 {
921+
uart1: serial@ffc03000 {
922922
compatible = "snps,dw-apb-uart";
923923
reg = <0xffc03000 0x1000>;
924924
interrupts = <0 163 4>;

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@
845845
reset-names = "timer";
846846
};
847847

848-
uart0: serial0@ffc02000 {
848+
uart0: serial@ffc02000 {
849849
compatible = "snps,dw-apb-uart";
850850
reg = <0xffc02000 0x100>;
851851
interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
@@ -856,7 +856,7 @@
856856
status = "disabled";
857857
};
858858

859-
uart1: serial1@ffc02100 {
859+
uart1: serial@ffc02100 {
860860
compatible = "snps,dw-apb-uart";
861861
reg = <0xffc02100 0x100>;
862862
interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;

arch/arm/boot/dts/socfpga_vt.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
clock-frequency = <7000000>;
5858
};
5959

60-
serial0@ffc02000 {
60+
serial@ffc02000 {
6161
clock-frequency = <7372800>;
6262
};
6363

64-
serial1@ffc03000 {
64+
serial@ffc03000 {
6565
clock-frequency = <7372800>;
6666
};
6767

0 commit comments

Comments
 (0)