Skip to content

Commit

Permalink
arm64: tegra: Fix compatible string for Tegra132 CPUs
Browse files Browse the repository at this point in the history
[ Upstream commit f865d02 ]

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>
  • Loading branch information
thierryreding authored and gregkh committed Sep 18, 2021
1 parent 03cc229 commit b4f2b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/nvidia/tegra132.dtsi
Expand Up @@ -1227,13 +1227,13 @@

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>;
};
};
Expand Down

0 comments on commit b4f2b0a

Please sign in to comment.