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

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>

+3 -3
+3 -3
arch/arm64/boot/dts/bitmain/bm1880.dtsi
··· 184 184 status = "disabled"; 185 185 }; 186 186 187 - uart1: serial@5801A000 { 187 + uart1: serial@5801a000 { 188 188 compatible = "snps,dw-apb-uart"; 189 189 reg = <0x0 0x5801a000 0x0 0x2000>; 190 190 clocks = <&clk BM1880_CLK_UART_500M>, ··· 197 197 status = "disabled"; 198 198 }; 199 199 200 - uart2: serial@5801C000 { 200 + uart2: serial@5801c000 { 201 201 compatible = "snps,dw-apb-uart"; 202 202 reg = <0x0 0x5801c000 0x0 0x2000>; 203 203 clocks = <&clk BM1880_CLK_UART_500M>, ··· 210 210 status = "disabled"; 211 211 }; 212 212 213 - uart3: serial@5801E000 { 213 + uart3: serial@5801e000 { 214 214 compatible = "snps,dw-apb-uart"; 215 215 reg = <0x0 0x5801e000 0x0 0x2000>; 216 216 clocks = <&clk BM1880_CLK_UART_500M>,