diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-08 20:54:49 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-11 16:05:37 -0400 |
commit | c2fb3b33f279a6f798b5bbb7fde7cfcdf9401039 (patch) | |
tree | 2b863133547d13c032fa8aec77d0334bc56cd8c9 | |
parent | a05d92b0940d4b96c44ed42402acc242c16fa9b5 (diff) |
arm: boot: dts: omap2/3/am33xx: drop ti,intc-size
we are now infering number of IRQ lines based
on correct compatible flag, which renders this
binding completely useless.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap2.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 2fbafb835072..1336984745e2 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -136,7 +136,6 @@ | |||
136 | compatible = "ti,am33xx-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>; | ||
140 | reg = <0x48200000 0x1000>; | 139 | reg = <0x48200000 0x1000>; |
141 | }; | 140 | }; |
142 | 141 | ||
diff --git a/arch/arm/boot/dts/omap2.dtsi b/arch/arm/boot/dts/omap2.dtsi index 8f8c07da4ac1..59d1c297bb30 100644 --- a/arch/arm/boot/dts/omap2.dtsi +++ b/arch/arm/boot/dts/omap2.dtsi | |||
@@ -75,7 +75,6 @@ | |||
75 | compatible = "ti,omap2-intc"; | 75 | compatible = "ti,omap2-intc"; |
76 | interrupt-controller; | 76 | interrupt-controller; |
77 | #interrupt-cells = <1>; | 77 | #interrupt-cells = <1>; |
78 | ti,intc-size = <96>; | ||
79 | reg = <0x480FE000 0x1000>; | 78 | reg = <0x480FE000 0x1000>; |
80 | }; | 79 | }; |
81 | 80 | ||
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index baab669efc36..4bea9a851648 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
@@ -144,7 +144,6 @@ | |||
144 | compatible = "ti,omap3-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>; | ||
148 | reg = <0x48200000 0x1000>; | 147 | reg = <0x48200000 0x1000>; |
149 | }; | 148 | }; |
150 | 149 | ||