diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-02-13 23:51:51 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-05-29 02:13:50 +0400 |
commit | 6cecf916b986ade8e1065606d32021011de66871 (patch) | |
tree | 22e9536e94e6abccf2ce6c6158bf86b5ef7fa6fb /arch/arm/boot/dts/tegra20-whistler.dts | |
parent | 3325f1bcd03a0472aa1839732fb46f3c1f010205 (diff) | |
download | linux-6cecf916b986ade8e1065606d32021011de66871.tar.xz |
ARM: tegra: convert device tree files to use IRQ defines
Use the GIC and standard IRQ binding defines in all IRQ specifiers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-whistler.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-whistler.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-whistler.dts b/arch/arm/boot/dts/tegra20-whistler.dts index 9a773bb9da71..2b921204395a 100644 --- a/arch/arm/boot/dts/tegra20-whistler.dts +++ b/arch/arm/boot/dts/tegra20-whistler.dts @@ -282,7 +282,7 @@ max8907@3c { compatible = "maxim,max8907"; reg = <0x3c>; - interrupts = <0 86 0x4>; + interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; maxim,system-power-controller; |