diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-08 20:54:48 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-11 16:05:35 -0400 |
commit | cab82b76f30cecfc09eeeb8a7b1bb78de2e0dadc (patch) | |
tree | 116d47c5efae39fc6b9a50eab37fb3deb8414223 /arch/arm/boot | |
parent | 470f30deaeb870dcc65d2357fbb675deb3e779de (diff) |
arm: boot: dts: am33xx/omap3: fix intc compatible flag
that way, our intc driver can figure out how
many IRQ lines INTC has.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 3a0a161342ba..2fbafb835072 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -133,7 +133,7 @@ | |||
133 | }; | 133 | }; |
134 | 134 | ||
135 | intc: interrupt-controller@48200000 { | 135 | intc: interrupt-controller@48200000 { |
136 | compatible = "ti,omap2-intc"; | 136 | compatible = "ti,am33xx-intc"; |
137 | interrupt-controller; | 137 | interrupt-controller; |
138 | #interrupt-cells = <1>; | 138 | #interrupt-cells = <1>; |
139 | ti,intc-size = <128>; | 139 | ti,intc-size = <128>; |
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 3136ed1a04ba..baab669efc36 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
@@ -141,7 +141,7 @@ | |||
141 | }; | 141 | }; |
142 | 142 | ||
143 | intc: interrupt-controller@48200000 { | 143 | intc: interrupt-controller@48200000 { |
144 | compatible = "ti,omap2-intc"; | 144 | compatible = "ti,omap3-intc"; |
145 | interrupt-controller; | 145 | interrupt-controller; |
146 | #interrupt-cells = <1>; | 146 | #interrupt-cells = <1>; |
147 | ti,intc-size = <96>; | 147 | ti,intc-size = <96>; |