diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-02-13 14:51:51 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-05-28 18:13:50 -0400 |
commit | 6cecf916b986ade8e1065606d32021011de66871 (patch) | |
tree | 22e9536e94e6abccf2ce6c6158bf86b5ef7fa6fb /arch/arm/boot/dts/tegra20-medcom-wide.dts | |
parent | 3325f1bcd03a0472aa1839732fb46f3c1f010205 (diff) |
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-medcom-wide.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-medcom-wide.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-medcom-wide.dts b/arch/arm/boot/dts/tegra20-medcom-wide.dts index 3adfbfe634f5..85d579234aeb 100644 --- a/arch/arm/boot/dts/tegra20-medcom-wide.dts +++ b/arch/arm/boot/dts/tegra20-medcom-wide.dts | |||
@@ -15,7 +15,7 @@ | |||
15 | compatible = "wlf,wm8903"; | 15 | compatible = "wlf,wm8903"; |
16 | reg = <0x1a>; | 16 | reg = <0x1a>; |
17 | interrupt-parent = <&gpio>; | 17 | interrupt-parent = <&gpio>; |
18 | interrupts = <TEGRA_GPIO(X, 3) 0x04>; | 18 | interrupts = <TEGRA_GPIO(X, 3) IRQ_TYPE_LEVEL_HIGH>; |
19 | 19 | ||
20 | gpio-controller; | 20 | gpio-controller; |
21 | #gpio-cells = <2>; | 21 | #gpio-cells = <2>; |