Commit 80031361 authored by Joshua Scott's avatar Joshua Scott Committed by Gregory CLEMENT
Browse files

ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node



Switch to the "marvell,armada-38x-uart" driver variant to empty
the UART buffer before writing to the UART_LCR register.

Signed-off-by: default avatarJoshua Scott <joshua.scott@alliedtelesis.co.nz>
Tested-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com&gt;.>
Cc: stable@vger.kernel.org
Fixes: 43e28ba8 ("ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236")
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent cc538ca4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -336,3 +336,11 @@
	status = "disabled";
};

&uart0 {
	compatible = "marvell,armada-38x-uart";
};

&uart1 {
	compatible = "marvell,armada-38x-uart";
};