Skip to content

Commit

Permalink
Revert "ARM: dts: exynos: Add missing interrupt-controller properties…
Browse files Browse the repository at this point in the history
… to Exynos5410 PMU"

This reverts commit 6737b08.

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>
  • Loading branch information
Krzysztof Kozlowski committed Jan 7, 2018
1 parent e9c1fad commit 61f3e29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/boot/dts/exynos5410.dtsi
Original file line number Diff line number Diff line change
@@ -72,9 +72,6 @@
clock-names = "clkout16";
clocks = <&fin_pll>;
#clock-cells = <1>;
interrupt-controller;
#interrupt-cells = <3>;
interrupt-parent = <&gic>;
};

clock: clock-controller@10010000 {

0 comments on commit 61f3e29

Please sign in to comment.