mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 03:23:02 -04:00
arm64: dts: realtek: align UART node name with bindings
Bindings expect UART/serial node names to be "serial". Link: https://lore.kernel.org/r/20230123151514.369101-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
@@ -195,7 +195,7 @@ gic: interrupt-controller@ff100000 {
|
||||
};
|
||||
|
||||
&iso {
|
||||
uart0: serial0@800 {
|
||||
uart0: serial@800 {
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x800 0x400>;
|
||||
reg-shift = <2>;
|
||||
@@ -207,7 +207,7 @@ uart0: serial0@800 {
|
||||
};
|
||||
|
||||
&misc {
|
||||
uart1: serial1@200 {
|
||||
uart1: serial@200 {
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x200 0x400>;
|
||||
reg-shift = <2>;
|
||||
@@ -217,7 +217,7 @@ uart1: serial1@200 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart2: serial2@400 {
|
||||
uart2: serial@400 {
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x400 0x400>;
|
||||
reg-shift = <2>;
|
||||
|
||||
Reference in New Issue
Block a user