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

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

Acked-by: Baruch Siach <baruch@tkos.co.il>
Link: https://lore.kernel.org/r/20230123151527.369285-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski
2023-01-23 16:15:27 +01:00
parent 5e4505d22f
commit 60e6cca8a2

View File

@@ -107,7 +107,7 @@ uc_regs: syscon@f00003a0 {
reg = <0xf00003a0 0x10>;
};
uart0: uart@f0000740 {
uart0: serial@f0000740 {
compatible = "cnxt,cx92755-usart";
reg = <0xf0000740 0x20>;
clocks = <&main_clk>;
@@ -115,7 +115,7 @@ uart0: uart@f0000740 {
status = "disabled";
};
uart1: uart@f0000760 {
uart1: serial@f0000760 {
compatible = "cnxt,cx92755-usart";
reg = <0xf0000760 0x20>;
clocks = <&main_clk>;
@@ -123,7 +123,7 @@ uart1: uart@f0000760 {
status = "disabled";
};
uart2: uart@f0000780 {
uart2: serial@f0000780 {
compatible = "cnxt,cx92755-usart";
reg = <0xf0000780 0x20>;
clocks = <&main_clk>;