Commit 61f3e29c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

Revert "ARM: dts: exynos: Add missing interrupt-controller properties to Exynos5410 PMU"

This reverts commit 6737b081.

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent e9c1fad0
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment