Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b84e53b authored by Joseph Lo's avatar Joseph Lo Committed by Stephen Warren
Browse files

ARM: tegra: fix the PMC compatible string in DT



The PMC HW is not 100% compatible across all Tegra series. We need to
specify them in DT.

Signed-off-by: default avatarJoseph Lo <josephl@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 88c4aba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@
	};

	pmc {
		compatible = "nvidia,tegra114-pmc", "nvidia,tegra30-pmc";
		compatible = "nvidia,tegra114-pmc";
		reg = <0x7000e400 0x400>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@
	};

	pmc {
		compatible = "nvidia,tegra20-pmc", "nvidia,tegra30-pmc";
		compatible = "nvidia,tegra30-pmc";
		reg = <0x7000e400 0x400>;
	};