summaryrefslogtreecommitdiff
path: root/arch/arm/dts/tegra186-p2771-0000.dtsi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-12 12:22:01 (GMT)
committerSimon Glass <sjg@chromium.org>2017-07-11 16:08:20 (GMT)
commitf53dcc0e35b46f169432448d8db254b0d6776806 (patch)
tree58ba898bc492619ac25b659bd5e4d8ad29e7c87e /arch/arm/dts/tegra186-p2771-0000.dtsi
parent50d8c4a4652311e66e6ff1e44d09f17046261ee1 (diff)
downloadu-boot-f53dcc0e35b46f169432448d8db254b0d6776806.tar.xz
tegra: fdt: Ensure that the console UART is enabled
Many tegra boards have the console UART node disabled. With livetree this prevents serial from working since it does not 'force' the console to be bound. Updates the affected boards to fix this error. The boards were checked with: for b in $(grep tegra boards.cfg |grep -v integrator | \ awk '{print $7}' | sort); do echo $b; fdtgrep -c nvidia,tegra20-uart b/$b/u-boot.dtb |grep okay; done Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Tested-on: Beaver, Jetson-TK1
Diffstat (limited to 'arch/arm/dts/tegra186-p2771-0000.dtsi')
-rw-r--r--arch/arm/dts/tegra186-p2771-0000.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra186-p2771-0000.dtsi b/arch/arm/dts/tegra186-p2771-0000.dtsi
index 54b2539..a1319dc 100644
--- a/arch/arm/dts/tegra186-p2771-0000.dtsi
+++ b/arch/arm/dts/tegra186-p2771-0000.dtsi
@@ -76,3 +76,7 @@
};
};
};
+
+&uarta {
+ status = "okay";
+};