ARM: dts: exynos: MCT is not an interrupt controller and extend length of iomap
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 8 May 2016 16:41:57 +0000 (18:41 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 31 May 2016 10:42:39 +0000 (12:42 +0200)
Multi-Core Timer generates interrupts but it is not really an interrupt
controller so remove the "interrupt-controller" and "interrupt-cells"
properties. Additionally extend the length of mapped memory to cover all
registers (last SFR is at 0x0A40).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/arm/boot/dts/exynos5420.dtsi

index b65bdbe2e563a0ce25cf4c8cd400b6f0dbb0e05f..fa8bda836cef4a0d9aa667a402b59d5fe92342b5 100644 (file)
 
                mct: mct@101C0000 {
                        compatible = "samsung,exynos4210-mct";
-                       reg = <0x101C0000 0x800>;
-                       interrupt-controller;
-                       #interrupt-cells = <1>;
+                       reg = <0x101C0000 0xB00>;
                        interrupt-parent = <&mct_map>;
                        interrupts = <0>, <1>, <2>, <3>, <4>, <5>, <6>, <7>,
                                        <8>, <9>, <10>, <11>;
This page took 0.03151 seconds and 5 git commands to generate.