ARM: dts: Drop interrupt controller properties from MCT nodes for exynos4 SoCs
authorTomasz Figa <t.figa@samsung.com>
Wed, 18 Dec 2013 18:17:39 +0000 (03:17 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 20 Dec 2013 23:24:38 +0000 (08:24 +0900)
MCT is not an interrupt controller and so there is no point for device
tree nodes representing it to contain interrupt-controller
and #interrupt-cells properties.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4210.dtsi
arch/arm/boot/dts/exynos4212.dtsi
arch/arm/boot/dts/exynos4412.dtsi

index 057d6829d31998632a350ad3fd22a4a7bc639a18..1a6440ae601df7cee9fd483416af4105eaa7c411 100644 (file)
@@ -51,8 +51,6 @@
        mct@10050000 {
                compatible = "samsung,exynos4210-mct";
                reg = <0x10050000 0x800>;
-               interrupt-controller;
-               #interrups-cells = <2>;
                interrupt-parent = <&mct_map>;
                interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
                             <4 0>, <5 0>;
index 6f34d7f6ba7ed886e7cc74e5daa8ae8bb3db125e..028752eb1ee6390c24eb59b1e7ef22a6be9b19bc 100644 (file)
@@ -38,8 +38,6 @@
        mct@10050000 {
                compatible = "samsung,exynos4412-mct";
                reg = <0x10050000 0x800>;
-               interrupt-controller;
-               #interrups-cells = <2>;
                interrupt-parent = <&mct_map>;
                interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
                             <4 0>, <5 0>;
index 85812bd95a86edb42a56ea3ebe940003721c5486..5bb2c18838732848bcb3eb4f9944ca7c2c529413 100644 (file)
@@ -38,8 +38,6 @@
        mct@10050000 {
                compatible = "samsung,exynos4412-mct";
                reg = <0x10050000 0x800>;
-               interrupt-controller;
-               #interrups-cells = <2>;
                interrupt-parent = <&mct_map>;
                interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
                             <4 0>, <5 0>, <6 0>, <7 0>;
This page took 0.030384 seconds and 5 git commands to generate.