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>
This commit is contained in:
Alexandre Courbot 2016-12-02 20:57:56 +01:00 committed by Arnd Bergmann
parent 5e6b9a89af
commit 816c60c131

View 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;