mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
ARM: dts: alpine: align UART node name with bindings
Bindings expect UART/serial node names to be "serial". Link: https://lore.kernel.org/r/20230123151545.369762-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
@@ -126,7 +126,7 @@ pmu {
|
||||
<GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
uart0: uart@fd883000 {
|
||||
uart0: serial@fd883000 {
|
||||
compatible = "ns16550a";
|
||||
reg = <0x0 0xfd883000 0x0 0x1000>;
|
||||
clock-frequency = <375000000>;
|
||||
@@ -135,7 +135,7 @@ uart0: uart@fd883000 {
|
||||
reg-io-width = <4>;
|
||||
};
|
||||
|
||||
uart1: uart@fd884000 {
|
||||
uart1: serial@fd884000 {
|
||||
compatible = "ns16550a";
|
||||
reg = <0x0 0xfd884000 0x0 0x1000>;
|
||||
clock-frequency = <375000000>;
|
||||
|
||||
Reference in New Issue
Block a user