dt-bindings: Update NVIDIA PMC for Tegra
authorJon Hunter <jonathanh@nvidia.com>
Fri, 26 Feb 2016 15:48:38 +0000 (15:48 +0000)
committerThierry Reding <treding@nvidia.com>
Tue, 5 Apr 2016 13:22:54 +0000 (15:22 +0200)
Add the PMC driver compatible strings for Tegra132 and Tegra210.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.txt

index 02c2700..53aa549 100644 (file)
@@ -6,11 +6,13 @@ modes. It provides power-gating controllers for SoC and CPU power-islands.
 
 Required properties:
 - name : Should be pmc
-- compatible : For Tegra20, must contain "nvidia,tegra20-pmc".  For Tegra30,
-  must contain "nvidia,tegra30-pmc".  For Tegra114, must contain
-  "nvidia,tegra114-pmc".  For Tegra124, must contain "nvidia,tegra124-pmc".
-  Otherwise, must contain "nvidia,<chip>-pmc", plus at least one of the
-  above, where <chip> is tegra132.
+- compatible : Should contain one of the following:
+       For Tegra20 must contain "nvidia,tegra20-pmc".
+       For Tegra30 must contain "nvidia,tegra30-pmc".
+       For Tegra114 must contain "nvidia,tegra114-pmc"
+       For Tegra124 must contain "nvidia,tegra124-pmc"
+       For Tegra132 must contain "nvidia,tegra124-pmc"
+       For Tegra210 must contain "nvidia,tegra210-pmc"
 - reg : Offset and length of the register set for the device
 - clocks : Must contain an entry for each entry in clock-names.
   See ../clocks/clock-bindings.txt for details.