diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-01-25 14:43:27 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-06 18:21:21 -0800 |
commit | d17adfdb17fb9f182d1fc5189d4772cd03f187c3 (patch) | |
tree | 86be2d49064474ce44eec06016d661a042e3ffcd /arch/arm/boot/dts/tegra-harmony.dts | |
parent | 797acf705bf440c736b71cc958f46a174ec87d10 (diff) |
ARM: dt: Add binding for Tegra PMC
The Tegra PMC (Power Management Controller) interfaces with an external
PMU (Power Management Unit), and controls wake-up from sleep modes.
This initial binding is the bare minimum required to control the PMC's
inversion of the PMU's interrupt signal.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-harmony.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-harmony.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-harmony.dts b/arch/arm/boot/dts/tegra-harmony.dts index 9a52615c13b..6e8447dc020 100644 --- a/arch/arm/boot/dts/tegra-harmony.dts +++ b/arch/arm/boot/dts/tegra-harmony.dts @@ -10,6 +10,10 @@ reg = < 0x00000000 0x40000000 >; }; + pmc@7000f400 { + nvidia,invert-interrupt; + }; + i2c@7000c000 { clock-frequency = <400000>; |