arm: dts: modify UART compatible name in NPCM750 device tree
authorTomer Maimon <tmaimon77@gmail.com>
Wed, 4 Apr 2018 11:10:58 +0000 (14:10 +0300)
committerArnd Bergmann <arnd@arndb.de>
Thu, 5 Apr 2018 09:12:52 +0000 (11:12 +0200)
Modify UART compatible name in a common device tree for all Nuvoton
NPCM750 BMCs.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/nuvoton-npcm750.dtsi

index cacd0fd..286f139 100644 (file)
                        };
 
                        serial0: serial@1000 {
-                               compatible = "ns16550a";
+                               compatible = "nuvoton,npcm750-uart";
                                reg = <0x1000 0x1000>;
                                clocks = <&clk 14>;
                                interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
                        };
 
                        serial1: serial@2000 {
-                               compatible = "ns16550a";
+                               compatible = "nuvoton,npcm750-uart";
                                reg = <0x2000 0x1000>;
                                clocks = <&clk 14>;
                                interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
                        };
 
                        serial2: serial@3000 {
-                               compatible = "ns16550a";
+                               compatible = "nuvoton,npcm750-uart";
                                reg = <0x3000 0x1000>;
                                clocks = <&clk 14>;
                                interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
                        };
 
                        serial3: serial@4000 {
-                               compatible = "ns16550a";
+                               compatible = "nuvoton,npcm750-uart";
                                reg = <0x4000 0x1000>;
                                clocks = <&clk 14>;
                                interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;