[PATCH 12/13] ARM: dts: omap3-gta04: uart4 is not connected, so mark it "disabled"

From: Marek Belisko
Date: Thu Jan 22 2015 - 15:39:59 EST


From: NeilBrown <neil@xxxxxxxxxx>

Signed-off-by: NeilBrown <neil@xxxxxxxxxx>
---
arch/arm/boot/dts/omap3-gta04.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 228e79b..8d2b0a1 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -357,6 +357,10 @@
pinctrl-0 = <&uart3_pins>;
};

+&uart4 {
+ status = "disabled";
+};
+
&charger {
ti,bb-uvolt = <3200000>;
ti,bb-uamp = <150>;
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/