]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Fixed typo interrupt-cells for exynos5420 and exynos5250
authorAnand Moon <linux.amoon@gmail.com>
Thu, 26 Mar 2015 16:55:10 +0000 (01:55 +0900)
committerKukjin Kim <kgene@kernel.org>
Thu, 26 Mar 2015 16:55:28 +0000 (01:55 +0900)
Changes fixes the misspelled of #interrups-cell.

arch/arm/boot/dts/exynos5420.dtsi:224: WARNING: 'interrups'
 may be misspelled - perhaps 'interrupts'?

Tested on OdroidXU3 board.

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
[kgene@kernel.org: added fixing same typo in exynos5250]
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos5420.dtsi

index 9bb1b0b738f53d2e544baa582faeec5841b16783..c411bdf3dc0a373e37076a8ac34717260253db96 100644 (file)
@@ -134,7 +134,7 @@ mct@101C0000 {
                compatible = "samsung,exynos4210-mct";
                reg = <0x101C0000 0x800>;
                interrupt-controller;
-               #interrups-cells = <2>;
+               #interrupt-cells = <2>;
                interrupt-parent = <&mct_map>;
                interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
                             <4 0>, <5 0>;
index d4d643eac6b7920c43d2d3246fa01715682b3ad0..bff96e383785bb584837ecfd09c279a5318317d4 100644 (file)
@@ -221,7 +221,7 @@ mct: mct@101C0000 {
                compatible = "samsung,exynos4210-mct";
                reg = <0x101C0000 0x800>;
                interrupt-controller;
-               #interrups-cells = <1>;
+               #interrupt-cells = <1>;
                interrupt-parent = <&mct_map>;
                interrupts = <0>, <1>, <2>, <3>, <4>, <5>, <6>, <7>,
                                <8>, <9>, <10>, <11>;