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
This commit is contained in:
Simon Glass 2017-06-12 06:22:01 -06:00
parent 50d8c4a465
commit f53dcc0e35
17 changed files with 68 additions and 0 deletions

View File

@ -93,3 +93,7 @@
};
};
};
&uartd {
status = "okay";
};

View File

@ -475,3 +475,7 @@
};
};
};
&uartd {
status = "okay";
};

View File

@ -480,3 +480,7 @@
};
};
};
&uartd {
status = "okay";
};

View File

@ -109,3 +109,7 @@
};
};
&uarta {
status = "okay";
};

View File

@ -76,3 +76,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -162,3 +162,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -812,3 +812,7 @@
clock-names = "pll_a", "pll_a_out0", "mclk";
};
};
&uartd {
status = "okay";
};

View File

@ -129,3 +129,7 @@
};
};
&uarta {
status = "okay";
};

View File

@ -57,3 +57,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -58,3 +58,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -109,3 +109,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -105,3 +105,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -332,3 +332,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -346,3 +346,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -451,3 +451,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -106,3 +106,7 @@
};
};
};
&uarta {
status = "okay";
};

View File

@ -20,3 +20,7 @@
status = "okay";
};
};
&uartd {
status = "okay";
};