diff options
author | Alexander Shiyan <[email protected]> | 2021-04-05 08:16:56 +0300 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2021-04-07 14:02:58 +0200 |
commit | 94d1ca7c05ee3d34cbf398be6ac8e52a97d3f2ae (patch) | |
tree | 54526f1791ccd50387353d2e811a65e14acc7fdc | |
parent | 2bd86203acf3afba550e84defb86083bdde85714 (diff) |
ARM: dts: clps711x: Fix serial port names
Preferred node name for serial ports is "serial".
Signed-off-by: Alexander Shiyan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/ep7209.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ep7209.dtsi b/arch/arm/boot/dts/ep7209.dtsi index 02606547bdc5..9350497c1805 100644 --- a/arch/arm/boot/dts/ep7209.dtsi +++ b/arch/arm/boot/dts/ep7209.dtsi @@ -133,7 +133,7 @@ #pwm-cells = <1>; }; - uart1: uart@80000480 { + uart1: serial@80000480 { compatible = "cirrus,ep7209-uart"; reg = <0x80000480 0x80>; interrupts = <12 13>; @@ -157,7 +157,7 @@ reg = <0x80001100 0x80>; }; - uart2: uart@80001480 { + uart2: serial@80001480 { compatible = "cirrus,ep7209-uart"; reg = <0x80001480 0x80>; interrupts = <28 29>; |