Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: socfpga: align UART node name with bindings

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>

authored by

Krzysztof Kozlowski and committed by
Dinh Nguyen
2f802af2 1b929c02

+6 -6
+2 -2
arch/arm/boot/dts/socfpga.dtsi
··· 905 905 reset-names = "timer"; 906 906 }; 907 907 908 - uart0: serial0@ffc02000 { 908 + uart0: serial@ffc02000 { 909 909 compatible = "snps,dw-apb-uart"; 910 910 reg = <0xffc02000 0x1000>; 911 911 interrupts = <0 162 4>; ··· 918 918 resets = <&rst UART0_RESET>; 919 919 }; 920 920 921 - uart1: serial1@ffc03000 { 921 + uart1: serial@ffc03000 { 922 922 compatible = "snps,dw-apb-uart"; 923 923 reg = <0xffc03000 0x1000>; 924 924 interrupts = <0 163 4>;
+2 -2
arch/arm/boot/dts/socfpga_arria10.dtsi
··· 845 845 reset-names = "timer"; 846 846 }; 847 847 848 - uart0: serial0@ffc02000 { 848 + uart0: serial@ffc02000 { 849 849 compatible = "snps,dw-apb-uart"; 850 850 reg = <0xffc02000 0x100>; 851 851 interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>; ··· 856 856 status = "disabled"; 857 857 }; 858 858 859 - uart1: serial1@ffc02100 { 859 + uart1: serial@ffc02100 { 860 860 compatible = "snps,dw-apb-uart"; 861 861 reg = <0xffc02100 0x100>; 862 862 interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
+2 -2
arch/arm/boot/dts/socfpga_vt.dts
··· 57 57 clock-frequency = <7000000>; 58 58 }; 59 59 60 - serial0@ffc02000 { 60 + serial@ffc02000 { 61 61 clock-frequency = <7372800>; 62 62 }; 63 63 64 - serial1@ffc03000 { 64 + serial@ffc03000 { 65 65 clock-frequency = <7372800>; 66 66 }; 67 67