[PATCH 3/5] ARM: dts: clps711x: Fix serial port names

Alexander Shiyan shc_work at mail.ru
Wed Feb 17 04:20:22 EST 2021


Preferred node name for serial ports is "serial".

Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
 arch/arm/boot/dts/ep7209.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ep7209.dtsi b/arch/arm/boot/dts/ep7209.dtsi
index d4f5550741ba..e3d483a43ae6 100644
--- a/arch/arm/boot/dts/ep7209.dtsi
+++ b/arch/arm/boot/dts/ep7209.dtsi
@@ -133,7 +133,7 @@ pwm: pwm at 80000400 {
 			#pwm-cells = <1>;
 		};
 
-		uart1: uart at 80000480 {
+		uart1: serial at 80000480 {
 			compatible = "cirrus,ep7209-uart";
 			reg = <0x80000480 0x80>;
 			interrupts = <12 13>;
@@ -157,7 +157,7 @@ syscon2: syscon at 80001100 {
 			reg = <0x80001100 0x80>;
 		};
 
-		uart2: uart at 80001480 {
+		uart2: serial at 80001480 {
 			compatible = "cirrus,ep7209-uart";
 			reg = <0x80001480 0x80>;
 			interrupts = <28 29>;
-- 
2.26.2




More information about the linux-arm-kernel mailing list