diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-01-25 22:43:27 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-07 03:21:21 +0100 |
commit | d17adfdb17fb9f182d1fc5189d4772cd03f187c3 (patch) | |
tree | 86be2d49064474ce44eec06016d661a042e3ffcd /arch/arm/boot/dts/tegra-harmony.dts | |
parent | ARM: dt: tegra: Enable audio on WM8903 boards, disable others (diff) | |
download | linux-d17adfdb17fb9f182d1fc5189d4772cd03f187c3.tar.xz linux-d17adfdb17fb9f182d1fc5189d4772cd03f187c3.zip |
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 9a52615c13b8..6e8447dc0202 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>; |