ARM: dts: clps711x: Fix serial port names
authorAlexander Shiyan <shc_work@mail.ru>
Mon, 5 Apr 2021 05:16:56 +0000 (08:16 +0300)
committerArnd Bergmann <arnd@arndb.de>
Wed, 7 Apr 2021 12:02:58 +0000 (14:02 +0200)
Preferred node name for serial ports is "serial".

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Link: https://lore.kernel.org/r/20210405051658.26779-3-shc_work@mail.ru'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/ep7209.dtsi

index 02606547bdc51d3bf8e82cdd2daddcec192d84a4..9350497c1805a245969c0963b70f9c5bbbaf1936 100644 (file)
                        #pwm-cells = <1>;
                };
 
-               uart1: uart@80000480 {
+               uart1: serial@80000480 {
                        compatible = "cirrus,ep7209-uart";
                        reg = <0x80000480 0x80>;
                        interrupts = <12 13>;
                        reg = <0x80001100 0x80>;
                };
 
-               uart2: uart@80001480 {
+               uart2: serial@80001480 {
                        compatible = "cirrus,ep7209-uart";
                        reg = <0x80001480 0x80>;
                        interrupts = <28 29>;