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

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
......@@ -99,7 +99,7 @@ rtc {
};
pmc {
compatible = "nvidia,tegra114-pmc", "nvidia,tegra30-pmc";
compatible = "nvidia,tegra114-pmc";
reg = <0x7000e400 0x400>;
};
......
......@@ -424,7 +424,7 @@ kbc {
};
pmc {
compatible = "nvidia,tegra20-pmc", "nvidia,tegra30-pmc";
compatible = "nvidia,tegra30-pmc";
reg = <0x7000e400 0x400>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment