summaryrefslogtreecommitdiff
path: root/arch/arm/dts/tegra20-harmony.dts
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/tegra20-harmony.dts
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/tegra20-harmony.dts')
-rw-r--r--arch/arm/dts/tegra20-harmony.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-harmony.dts b/arch/arm/dts/tegra20-harmony.dts
index dcbde7c..0c90705 100644
--- a/arch/arm/dts/tegra20-harmony.dts
+++ b/arch/arm/dts/tegra20-harmony.dts
@@ -812,3 +812,7 @@
clock-names = "pll_a", "pll_a_out0", "mclk";
};
};
+
+&uartd {
+ status = "okay";
+};