arm64: dts: bitmain: lowercase unit addresses

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>
This commit is contained in:
Krzysztof Kozlowski 2023-07-12 09:46:11 +02:00
parent 0bb80ecc33
commit 0b137caaaa

View file

@ -184,7 +184,7 @@ uart0: serial@58018000 {
status = "disabled";
};
uart1: serial@5801A000 {
uart1: serial@5801a000 {
compatible = "snps,dw-apb-uart";
reg = <0x0 0x5801a000 0x0 0x2000>;
clocks = <&clk BM1880_CLK_UART_500M>,
@ -197,7 +197,7 @@ uart1: serial@5801A000 {
status = "disabled";
};
uart2: serial@5801C000 {
uart2: serial@5801c000 {
compatible = "snps,dw-apb-uart";
reg = <0x0 0x5801c000 0x0 0x2000>;
clocks = <&clk BM1880_CLK_UART_500M>,
@ -210,7 +210,7 @@ uart2: serial@5801C000 {
status = "disabled";
};
uart3: serial@5801E000 {
uart3: serial@5801e000 {
compatible = "snps,dw-apb-uart";
reg = <0x0 0x5801e000 0x0 0x2000>;
clocks = <&clk BM1880_CLK_UART_500M>,