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/tegra30-cardhu.dtsi | |
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/tegra30-cardhu.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30-cardhu.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi index c177fd9fe6d8..43f013962d3b 100644 --- a/arch/arm/boot/dts/tegra30-cardhu.dtsi +++ b/arch/arm/boot/dts/tegra30-cardhu.dtsi | |||
@@ -146,7 +146,7 @@ | |||
146 | compatible = "isil,isl29028"; | 146 | compatible = "isil,isl29028"; |
147 | reg = <0x44>; | 147 | reg = <0x44>; |
148 | interrupt-parent = <&gpio>; | 148 | interrupt-parent = <&gpio>; |
149 | interrupts = <TEGRA_GPIO(L, 0) 0x04>; | 149 | interrupts = <TEGRA_GPIO(L, 0) IRQ_TYPE_LEVEL_HIGH>; |
150 | }; | 150 | }; |
151 | }; | 151 | }; |
152 | 152 | ||
@@ -163,7 +163,7 @@ | |||
163 | compatible = "wlf,wm8903"; | 163 | compatible = "wlf,wm8903"; |
164 | reg = <0x1a>; | 164 | reg = <0x1a>; |
165 | interrupt-parent = <&gpio>; | 165 | interrupt-parent = <&gpio>; |
166 | interrupts = <TEGRA_GPIO(W, 3) 0x04>; | 166 | interrupts = <TEGRA_GPIO(W, 3) IRQ_TYPE_LEVEL_HIGH>; |
167 | 167 | ||
168 | gpio-controller; | 168 | gpio-controller; |
169 | #gpio-cells = <2>; | 169 | #gpio-cells = <2>; |
@@ -190,7 +190,7 @@ | |||
190 | compatible = "ti,tps65911"; | 190 | compatible = "ti,tps65911"; |
191 | reg = <0x2d>; | 191 | reg = <0x2d>; |
192 | 192 | ||
193 | interrupts = <0 86 0x4>; | 193 | interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; |
194 | #interrupt-cells = <2>; | 194 | #interrupt-cells = <2>; |
195 | interrupt-controller; | 195 | interrupt-controller; |
196 | 196 | ||