Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mikko Perttunen and committed by
Thierry Reding
ff0286cb 5be2dae2

+2
+2
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt
··· 3 3 Required properties: 4 4 - compatible: Should contain one of the following: 5 5 - "nvidia,tegra186-pmc": for Tegra186 6 + - "nvidia,tegra194-pmc": for Tegra194 6 7 - reg: Must contain an (offset, length) pair of the register set for each 7 8 entry in reg-names. 8 9 - reg-names: Must include the following entries: ··· 11 10 - "wake" 12 11 - "aotag" 13 12 - "scratch" 13 + - "misc" (Only for Tegra194) 14 14 15 15 Optional properties: 16 16 - nvidia,invert-interrupt: If present, inverts the PMU interrupt signal.