arm64: tegra: Fix compatible string for Tegra132 CPUs
authorThierry Reding <treding@nvidia.com>
Tue, 22 Jun 2021 13:44:22 +0000 (15:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:40:28 +0000 (13:40 +0200)
[ Upstream commit f865d0292ff3c0ca09414436510eb4c815815509 ]

The documented compatible string for the CPUs found on Tegra132 is
"nvidia,tegra132-denver", rather than the previously used compatible
string "nvidia,denver".

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/nvidia/tegra132.dtsi

index e40281510c0c0dc3364bfee907e59f432b1a4816..b14e9f3bfdbdcc9eb17d1235210eb88b6b6d48ad 100644 (file)
 
                cpu@0 {
                        device_type = "cpu";
-                       compatible = "nvidia,denver";
+                       compatible = "nvidia,tegra132-denver";
                        reg = <0>;
                };
 
                cpu@1 {
                        device_type = "cpu";
-                       compatible = "nvidia,denver";
+                       compatible = "nvidia,tegra132-denver";
                        reg = <1>;
                };
        };