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

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: Gregory CLEMENT <gregory.clement@bootlin.com>.
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
......@@ -336,3 +336,11 @@ &sdio {
status = "disabled";
};
&uart0 {
compatible = "marvell,armada-38x-uart";
};
&uart1 {
compatible = "marvell,armada-38x-uart";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment