summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Courbot2016-12-02 20:57:56 +0100
committerArnd Bergmann2016-12-08 00:23:34 +0100
commit816c60c131d95d6b0c7e119f89a1f1cb8d232fd8 (patch)
tree0a4b0e80b249e8b7d4becf2d0722d2ef3aec7762
parentarm64: tegra: Add VDD_GPU regulator to Jetson TX1 (diff)
downloadkernel-qcow2-linux-816c60c131d95d6b0c7e119f89a1f1cb8d232fd8.tar.gz
kernel-qcow2-linux-816c60c131d95d6b0c7e119f89a1f1cb8d232fd8.tar.xz
kernel-qcow2-linux-816c60c131d95d6b0c7e119f89a1f1cb8d232fd8.zip
arm64: tegra: Add missing Smaug revision
The "google,smaug-rev2" string is missing from the compatible list of Smaug's DT. The differences of rev2 are not relevant at our current level of support and it boots just fine, so add it. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Jon Hunter <jonathanh@nvidia.com> Acked-by: Andrew Bresticker <abrestic@chromium.org> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm64/boot/dts/nvidia/tegra210-smaug.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
index c2becb603e11..7703227f5d1a 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
+++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
@@ -11,7 +11,8 @@
compatible = "google,smaug-rev8", "google,smaug-rev7",
"google,smaug-rev6", "google,smaug-rev5",
"google,smaug-rev4", "google,smaug-rev3",
- "google,smaug-rev1", "google,smaug", "nvidia,tegra210";
+ "google,smaug-rev2", "google,smaug-rev1",
+ "google,smaug", "nvidia,tegra210";
aliases {
serial0 = &uarta;