]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: tegra: Add missing Smaug revision
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 2 Dec 2016 19:57:56 +0000 (20:57 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 7 Dec 2016 23:23:34 +0000 (00:23 +0100)
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>
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts

index c2becb603e11a6440566ee6517324253647e2bf8..7703227f5d1addcf2c2f58cd65f7e1d903b21129 100644 (file)
@@ -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;