diff options
author | Joshua Scott <joshua.scott@alliedtelesis.co.nz> | 2019-06-26 10:11:08 +1200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-06-27 17:34:38 +0200 |
commit | 80031361747aec92163464f2ee08870fec33bcb0 (patch) | |
tree | 471e11db6818dfcad5f6d69a98b38aa7e792bd07 /arch/arm/boot/dts/armada-xp-98dx3236.dtsi | |
parent | cc538ca4308372e81b824be08561c466b1d73b72 (diff) |
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: Joshua Scott <joshua.scott@alliedtelesis.co.nz>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>.
Cc: stable@vger.kernel.org
Fixes: 43e28ba87708 ("ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236")
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-98dx3236.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi index 59753470cd34..267d0c178e55 100644 --- a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi +++ b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi @@ -336,3 +336,11 @@ status = "disabled"; }; +&uart0 { + compatible = "marvell,armada-38x-uart"; +}; + +&uart1 { + compatible = "marvell,armada-38x-uart"; +}; + |