ARM: dts: socfpga: align UART node name with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 15:15:21 +0000 (16:15 +0100)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 23 Jan 2023 19:22:19 +0000 (13:22 -0600)
Bindings expect UART/serial node names to be "serial".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga.dtsi
arch/arm/boot/dts/socfpga_arria10.dtsi
arch/arm/boot/dts/socfpga_vt.dts

index 6eda6fd..dcbd9ea 100644 (file)
                        reset-names = "timer";
                };
 
-               uart0: serial0@ffc02000 {
+               uart0: serial@ffc02000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0xffc02000 0x1000>;
                        interrupts = <0 162 4>;
                        resets = <&rst UART0_RESET>;
                };
 
-               uart1: serial1@ffc03000 {
+               uart1: serial@ffc03000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0xffc03000 0x1000>;
                        interrupts = <0 163 4>;
index 3b2a2c9..72c55e5 100644 (file)
                        reset-names = "timer";
                };
 
-               uart0: serial0@ffc02000 {
+               uart0: serial@ffc02000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0xffc02000 0x100>;
                        interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               uart1: serial1@ffc02100 {
+               uart1: serial@ffc02100 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0xffc02100 0x100>;
                        interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
index 3d0d806..845ab2c 100644 (file)
                        clock-frequency = <7000000>;
                };
 
-               serial0@ffc02000 {
+               serial@ffc02000 {
                        clock-frequency = <7372800>;
                };
 
-               serial1@ffc03000 {
+               serial@ffc03000 {
                        clock-frequency = <7372800>;
                };