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>
This commit is contained in:
parent
3a48b303d4
commit
5e4505d22f
|
@ -174,7 +174,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
pm_uart: uart@221000 {
|
||||
pm_uart: serial@221000 {
|
||||
compatible = "ns16550a";
|
||||
reg = <0x221000 0x100>;
|
||||
reg-shift = <3>;
|
||||
|
|
Loading…
Reference in New Issue