mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 02:12:00 -04:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user