Skip to content

Commit 3f2f95f

Browse files
committed
ARM: dts: exynos: MCT is not an interrupt controller and extend length of iomap
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 <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Tested-by: Javier Martinez Canillas <[email protected]>
1 parent 594127a commit 3f2f95f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/arm/boot/dts/exynos5420.dtsi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@
263263

264264
mct: mct@101C0000 {
265265
compatible = "samsung,exynos4210-mct";
266-
reg = <0x101C0000 0x800>;
267-
interrupt-controller;
268-
#interrupt-cells = <1>;
266+
reg = <0x101C0000 0xB00>;
269267
interrupt-parent = <&mct_map>;
270268
interrupts = <0>, <1>, <2>, <3>, <4>, <5>, <6>, <7>,
271269
<8>, <9>, <10>, <11>;

0 commit comments

Comments
 (0)