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

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

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

Reviewed-by: Daniel Palmer <daniel@thingy.jp>
Link: https://lore.kernel.org/r/20230123151523.369225-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+1 -1
+1 -1
arch/arm/boot/dts/mstar-v7.dtsi
··· 174 174 status = "disabled"; 175 175 }; 176 176 177 - pm_uart: uart@221000 { 177 + pm_uart: serial@221000 { 178 178 compatible = "ns16550a"; 179 179 reg = <0x221000 0x100>; 180 180 reg-shift = <3>;