提交 62480772 编写于 作者: M Marek Behún 提交者: Gregory CLEMENT

ARM: dts: armada-38x: Add generic compatible to UART nodes

Add generic compatible string "ns16550a" to serial port nodes of Armada
38x.

This makes it possible to use earlycon.

Fixes: 0d3d96ab ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
Signed-off-by: NPali Rohár <pali@kernel.org>
Signed-off-by: NMarek Behún <kabel@kernel.org>
Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
上级 fa55b7dc
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
}; };
uart0: serial@12000 { uart0: serial@12000 {
compatible = "marvell,armada-38x-uart"; compatible = "marvell,armada-38x-uart", "ns16550a";
reg = <0x12000 0x100>; reg = <0x12000 0x100>;
reg-shift = <2>; reg-shift = <2>;
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
}; };
uart1: serial@12100 { uart1: serial@12100 {
compatible = "marvell,armada-38x-uart"; compatible = "marvell,armada-38x-uart", "ns16550a";
reg = <0x12100 0x100>; reg = <0x12100 0x100>;
reg-shift = <2>; reg-shift = <2>;
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册