diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2018-02-20 06:58:10 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-03-08 08:29:57 -0500 |
commit | ff0286cbccacc300f4fb47c60a9e5629889dda04 (patch) | |
tree | 9d63e611855ec2cc9d4435ababf79b40435caf79 | |
parent | 5be2dae281e8ac9137120fdd08a62f766529e626 (diff) |
dt-bindings: tegra: Add documentation for nvidia,tegra194-pmc
The Tegra194 power management controller has one additional register
aperture to be specified in the device tree node.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt index 078a58b0302f..5a3bf7c5a7a0 100644 --- a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt +++ b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt | |||
@@ -3,6 +3,7 @@ NVIDIA Tegra Power Management Controller (PMC) | |||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: Should contain one of the following: | 4 | - compatible: Should contain one of the following: |
5 | - "nvidia,tegra186-pmc": for Tegra186 | 5 | - "nvidia,tegra186-pmc": for Tegra186 |
6 | - "nvidia,tegra194-pmc": for Tegra194 | ||
6 | - reg: Must contain an (offset, length) pair of the register set for each | 7 | - reg: Must contain an (offset, length) pair of the register set for each |
7 | entry in reg-names. | 8 | entry in reg-names. |
8 | - reg-names: Must include the following entries: | 9 | - reg-names: Must include the following entries: |
@@ -10,6 +11,7 @@ Required properties: | |||
10 | - "wake" | 11 | - "wake" |
11 | - "aotag" | 12 | - "aotag" |
12 | - "scratch" | 13 | - "scratch" |
14 | - "misc" (Only for Tegra194) | ||
13 | 15 | ||
14 | Optional properties: | 16 | Optional properties: |
15 | - nvidia,invert-interrupt: If present, inverts the PMU interrupt signal. | 17 | - nvidia,invert-interrupt: If present, inverts the PMU interrupt signal. |