arm64: dts: bitmain: lowercase unit addresses
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 12 Jul 2023 07:46:11 +0000 (09:46 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 24 Sep 2023 18:43:14 +0000 (20:43 +0200)
Unit addresses are expected to be lower case.  Pointed also by W=1
builds:

  Warning (simple_bus_reg): /soc/serial@5801A000: simple-bus unit address format error, expected "5801a000"

Link: https://lore.kernel.org/r/20230712074611.35952-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/bitmain/bm1880.dtsi

index 53a9b76057aa1775b9a7f7e5348d2dea68fa45a8..22a200fb07d2c9bee6c98ec02b22f1033104ee7d 100644 (file)
                        status = "disabled";
                };
 
-               uart1: serial@5801A000 {
+               uart1: serial@5801a000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x0 0x5801a000 0x0 0x2000>;
                        clocks = <&clk BM1880_CLK_UART_500M>,
                        status = "disabled";
                };
 
-               uart2: serial@5801C000 {
+               uart2: serial@5801c000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x0 0x5801c000 0x0 0x2000>;
                        clocks = <&clk BM1880_CLK_UART_500M>,
                        status = "disabled";
                };
 
-               uart3: serial@5801E000 {
+               uart3: serial@5801e000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x0 0x5801e000 0x0 0x2000>;
                        clocks = <&clk BM1880_CLK_UART_500M>,