]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
tegra: fdt: Ensure that the console UART is enabled
authorSimon Glass <sjg@chromium.org>
Mon, 12 Jun 2017 12:22:01 +0000 (06:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
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

17 files changed:
arch/arm/dts/tegra114-dalmore.dts
arch/arm/dts/tegra124-cei-tk1-som.dts
arch/arm/dts/tegra124-jetson-tk1.dts
arch/arm/dts/tegra124-venice2.dts
arch/arm/dts/tegra186-p2771-0000.dtsi
arch/arm/dts/tegra20-colibri.dts
arch/arm/dts/tegra20-harmony.dts
arch/arm/dts/tegra20-trimslice.dts
arch/arm/dts/tegra210-e2220-1170.dts
arch/arm/dts/tegra210-p2371-0000.dts
arch/arm/dts/tegra210-p2371-2180.dts
arch/arm/dts/tegra210-p2571.dts
arch/arm/dts/tegra30-apalis.dts
arch/arm/dts/tegra30-beaver.dts
arch/arm/dts/tegra30-cardhu.dts
arch/arm/dts/tegra30-colibri.dts
arch/arm/dts/tegra30-tec-ng.dts

index 5f4df88f849b25a52e55f60dae95adce8a20b9ad..18bcb75fafa09f65d061bb27e0074e78bc3ca76a 100644 (file)
@@ -93,3 +93,7 @@
                };
        };
 };
+
+&uartd {
+       status = "okay";
+};
index c4d4f9d89f12a318bce9e56838224d907ac5bba0..b1dd4181ac038e5a1aa5cb48f2b53687185719cc 100644 (file)
                };
        };
 };
+
+&uartd {
+       status = "okay";
+};
index f1db952355b8f4326d59062465db91705de1eeef..d6420436cde823469d6b71b5d6008f51e7c5b66b 100644 (file)
                };
        };
 };
+
+&uartd {
+       status = "okay";
+};
index add9244e68743fd43e27feb13b5c378e68327733..7e9c6aa1839e6b25cb0fdbb2d28acc0ede64bdd3 100644 (file)
        };
 
 };
+
+&uarta {
+       status = "okay";
+};
index 54b2539ff45644814dbbe4145d1b7fd15d086c3d..a1319dc4936f00ff508b8f2ede12b0b00d9bd6d1 100644 (file)
@@ -76,3 +76,7 @@
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index 3c10dd6630a099d507b5fa5a0ad9cac77df322f9..9171319d98b996b1c601c524c7af2b07089cc635 100644 (file)
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index dcbde7c2ed7e85f6650f52783755760ee7222935..0c907054dbd4afbf697ec8366f546ebe6876c191 100644 (file)
                clock-names = "pll_a", "pll_a_out0", "mclk";
        };
 };
+
+&uartd {
+       status = "okay";
+};
index 7fb7dd0b581529cf105e9f0bcf23fbb44de4fe42..31f509ab12c8022be201ad448388533864dae3fe 100644 (file)
        };
 
 };
+
+&uarta {
+       status = "okay";
+};
index 70cd72b561031c787c568fbaa2f1fdd9fae62719..e6b06862d8b524a15522f26e9fe238446796699a 100644 (file)
@@ -57,3 +57,7 @@
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index d9612962bd8ceacc01712ac8240695772c344b56..539e7cef93b6cff011cc845c4ad63865700d1901 100644 (file)
@@ -58,3 +58,7 @@
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index 0dc06a4721812e50e5182b973368b698d2f3f39b..da4349bd039f8dbe72ea87d0857f2a1c4e155fe3 100644 (file)
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index 2afcde5ca2ed406637db77d9eb081f2336de863e..16370c596e07e5316789afa3bda06e6750e17322 100644 (file)
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index 9e4ab8c26f13d1a8e42226f8e737d15db0363602..e739c595ab5a34ee9cf9bb7d8315b866bd3980ae 100644 (file)
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index 4a32fcf44a8bcd3cccec95bc0439ede5bf74ab19..c1a15bb4b3ce56517dd0eb85ac5ecc040291323e 100644 (file)
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index 70fd916f1a00a9fb94d269af7c5ab8c7469cb7c8..5b9798c5a874035a190092fd60334787a354ab79 100644 (file)
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index 3cff2f62e62e897d553b28477d26a11371e9a240..49ebe91fb2e26bf7937ac848453e99d4fc88031d 100644 (file)
                };
        };
 };
+
+&uarta {
+       status = "okay";
+};
index e924acc35c93f2e6c8df318d0b3a672ce97ee35c..f2a49b8cbe2b5d2da4c36f1e2b54b6c3d6722a2a 100644 (file)
@@ -20,3 +20,7 @@
                status = "okay";
        };
 };
+
+&uartd {
+       status = "okay";
+};