]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Revert "ARM: dts: exynos: Add missing interrupt-controller properties to Exynos5410 PMU"
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 7 Jan 2018 09:37:52 +0000 (10:37 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 7 Jan 2018 10:15:49 +0000 (11:15 +0100)
This reverts commit 6737b081409a4373e9d02c75aea7b916481e31b5.

Unlike on Exynos5420-family, on Exynos5410 the PMU is not an interrupt
controller so it should not handle interrupts of RTC.  The DTC warning
(addressed by mentioned commit) should be fixed by not routing RTC
interrupts to PMU.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5410.dtsi

index 375b73015ee4c809340272f8b132c72c3c63de9b..83641ad0d8f2f3a1919dbb07d6d168abb68c0928 100644 (file)
@@ -72,9 +72,6 @@ pmu_system_controller: system-controller@10040000 {
                        clock-names = "clkout16";
                        clocks = <&fin_pll>;
                        #clock-cells = <1>;
-                       interrupt-controller;
-                       #interrupt-cells = <3>;
-                       interrupt-parent = <&gic>;
                };
 
                clock: clock-controller@10010000 {