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>
这个提交包含在:
@@ -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;
|
||||
|
在新工单中引用
屏蔽一个用户