aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <matt.porter@linaro.org>2013-09-19 13:18:26 -0400
committerOlof Johansson <olof@lixom.net>2013-10-31 13:30:14 -0400
commit9c0dae046caf01886608e24883d267ea60642a70 (patch)
tree4427ff35032271ea3f19afac422d177450eb5b4b
parent84491c0fc5ecda6ae020179dd68b32d15dc14f36 (diff)
ARM: dts: bcm11351: Use GIC/IRQ defines for sdio interrupts
Trivial patch to make use of GIC/IRQ defines on the bcm11351 sdio interrupt properties. Signed-off-by: Matt Porter <matt.porter@linaro.org> Signed-off-by: Christian Daudt <bcm@fixthebug.org> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/boot/dts/bcm11351.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index d2a89688716f..b0c0610d1395 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -117,28 +117,28 @@
117 sdio1: sdio@3f180000 { 117 sdio1: sdio@3f180000 {
118 compatible = "brcm,kona-sdhci"; 118 compatible = "brcm,kona-sdhci";
119 reg = <0x3f180000 0x10000>; 119 reg = <0x3f180000 0x10000>;
120 interrupts = <0x0 77 0x4>; 120 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
121 status = "disabled"; 121 status = "disabled";
122 }; 122 };
123 123
124 sdio2: sdio@3f190000 { 124 sdio2: sdio@3f190000 {
125 compatible = "brcm,kona-sdhci"; 125 compatible = "brcm,kona-sdhci";
126 reg = <0x3f190000 0x10000>; 126 reg = <0x3f190000 0x10000>;
127 interrupts = <0x0 76 0x4>; 127 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
128 status = "disabled"; 128 status = "disabled";
129 }; 129 };
130 130
131 sdio3: sdio@3f1a0000 { 131 sdio3: sdio@3f1a0000 {
132 compatible = "brcm,kona-sdhci"; 132 compatible = "brcm,kona-sdhci";
133 reg = <0x3f1a0000 0x10000>; 133 reg = <0x3f1a0000 0x10000>;
134 interrupts = <0x0 74 0x4>; 134 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
135 status = "disabled"; 135 status = "disabled";
136 }; 136 };
137 137
138 sdio4: sdio@3f1b0000 { 138 sdio4: sdio@3f1b0000 {
139 compatible = "brcm,kona-sdhci"; 139 compatible = "brcm,kona-sdhci";
140 reg = <0x3f1b0000 0x10000>; 140 reg = <0x3f1b0000 0x10000>;
141 interrupts = <0x0 73 0x4>; 141 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
142 status = "disabled"; 142 status = "disabled";
143 }; 143 };
144 144