From: Tomer Maimon Date: Wed, 4 Apr 2018 11:10:58 +0000 (+0300) Subject: arm: dts: modify UART compatible name in NPCM750 device tree X-Git-Tag: v4.19~1283^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33a5365900e9cf914cd1d2bdde1457b79b3e9ed9;p=platform%2Fkernel%2Flinux-rpi3.git arm: dts: modify UART compatible name in NPCM750 device tree Modify UART compatible name in a common device tree for all Nuvoton NPCM750 BMCs. Signed-off-by: Tomer Maimon Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/boot/dts/nuvoton-npcm750.dtsi b/arch/arm/boot/dts/nuvoton-npcm750.dtsi index cacd0fd..286f139 100644 --- a/arch/arm/boot/dts/nuvoton-npcm750.dtsi +++ b/arch/arm/boot/dts/nuvoton-npcm750.dtsi @@ -150,7 +150,7 @@ }; serial0: serial@1000 { - compatible = "ns16550a"; + compatible = "nuvoton,npcm750-uart"; reg = <0x1000 0x1000>; clocks = <&clk 14>; interrupts = ; @@ -159,7 +159,7 @@ }; serial1: serial@2000 { - compatible = "ns16550a"; + compatible = "nuvoton,npcm750-uart"; reg = <0x2000 0x1000>; clocks = <&clk 14>; interrupts = ; @@ -168,7 +168,7 @@ }; serial2: serial@3000 { - compatible = "ns16550a"; + compatible = "nuvoton,npcm750-uart"; reg = <0x3000 0x1000>; clocks = <&clk 14>; interrupts = ; @@ -177,7 +177,7 @@ }; serial3: serial@4000 { - compatible = "ns16550a"; + compatible = "nuvoton,npcm750-uart"; reg = <0x4000 0x1000>; clocks = <&clk 14>; interrupts = ;