diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-07-29 18:57:28 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-29 18:57:28 -0400 |
commit | 81632461f3dad24d9896ec8bc1fbdd6850cc1909 (patch) | |
tree | 41c10f1281a596bc9bac11b92b7cad848ba77981 /arch/arm/boot/dts/exynos3250.dtsi | |
parent | 9dfb33477d141737e496f6a472d87f177ed38bd1 (diff) |
ARM: dts: Remove duplicate 'interrput-parent' property for exynos3250
This patch removes duplicat 'interrupt-parent' property for Exynos3250
because exynos3250.dtsi already defined 'interrupt-parent' property
as following:
In arch/arm/boot/dts/exynos3250.dtsi:
compatible = "samsung,exynos3250";
interrupt-parent = <&gic>;
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos3250.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos3250.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index 41a260a7db2a..5043178af395 100644 --- a/arch/arm/boot/dts/exynos3250.dtsi +++ b/arch/arm/boot/dts/exynos3250.dtsi | |||
@@ -204,7 +204,6 @@ | |||
204 | 204 | ||
205 | wakeup-interrupt-controller { | 205 | wakeup-interrupt-controller { |
206 | compatible = "samsung,exynos4210-wakeup-eint"; | 206 | compatible = "samsung,exynos4210-wakeup-eint"; |
207 | interrupt-parent = <&gic>; | ||
208 | interrupts = <0 48 0>; | 207 | interrupts = <0 48 0>; |
209 | }; | 208 | }; |
210 | }; | 209 | }; |
@@ -243,7 +242,6 @@ | |||
243 | compatible = "arm,amba-bus"; | 242 | compatible = "arm,amba-bus"; |
244 | #address-cells = <1>; | 243 | #address-cells = <1>; |
245 | #size-cells = <1>; | 244 | #size-cells = <1>; |
246 | interrupt-parent = <&gic>; | ||
247 | ranges; | 245 | ranges; |
248 | 246 | ||
249 | pdma0: pdma@12680000 { | 247 | pdma0: pdma@12680000 { |