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

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

Bindings expect UART/serial node names to be "serial".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230123151616.369963-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Florian Fainelli
031eeba1 1b929c02

+9 -9
+4 -4
arch/arm/boot/dts/bcm11351.dtsi
··· 50 50 reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */ 51 51 }; 52 52 53 - uart@3e000000 { 53 + serial@3e000000 { 54 54 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 55 55 status = "disabled"; 56 56 reg = <0x3e000000 0x1000>; ··· 60 60 reg-io-width = <4>; 61 61 }; 62 62 63 - uart@3e001000 { 63 + serial@3e001000 { 64 64 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 65 65 status = "disabled"; 66 66 reg = <0x3e001000 0x1000>; ··· 70 70 reg-io-width = <4>; 71 71 }; 72 72 73 - uart@3e002000 { 73 + serial@3e002000 { 74 74 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 75 75 status = "disabled"; 76 76 reg = <0x3e002000 0x1000>; ··· 80 80 reg-io-width = <4>; 81 81 }; 82 82 83 - uart@3e003000 { 83 + serial@3e003000 { 84 84 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 85 85 status = "disabled"; 86 86 reg = <0x3e003000 0x1000>;
+1 -1
arch/arm/boot/dts/bcm21664-garnet.dts
··· 16 16 reg = <0x80000000 0x40000000>; /* 1 GB */ 17 17 }; 18 18 19 - uart@3e000000 { 19 + serial@3e000000 { 20 20 status = "okay"; 21 21 }; 22 22
+3 -3
arch/arm/boot/dts/bcm21664.dtsi
··· 50 50 reg = <0x3404e000 0x400>; /* 1 KiB in SRAM */ 51 51 }; 52 52 53 - uart@3e000000 { 53 + serial@3e000000 { 54 54 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart"; 55 55 status = "disabled"; 56 56 reg = <0x3e000000 0x118>; ··· 60 60 reg-io-width = <4>; 61 61 }; 62 62 63 - uart@3e001000 { 63 + serial@3e001000 { 64 64 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart"; 65 65 status = "disabled"; 66 66 reg = <0x3e001000 0x118>; ··· 70 70 reg-io-width = <4>; 71 71 }; 72 72 73 - uart@3e002000 { 73 + serial@3e002000 { 74 74 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart"; 75 75 status = "disabled"; 76 76 reg = <0x3e002000 0x118>;
+1 -1
arch/arm/boot/dts/bcm28155-ap.dts
··· 16 16 reg = <0x80000000 0x40000000>; /* 1 GB */ 17 17 }; 18 18 19 - uart@3e000000 { 19 + serial@3e000000 { 20 20 status = "okay"; 21 21 }; 22 22