]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: exynos: fix RTC interrupt for exynos5410
authorArnd Bergmann <arnd@arndb.de>
Thu, 21 Dec 2017 21:30:07 +0000 (22:30 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 7 Jan 2018 10:15:59 +0000 (11:15 +0100)
According to the comment added to exynos_dt_pmu_match[] in commit
8b283c025443 ("ARM: exynos4/5: convert pmu wakeup to stacked domains"),
the RTC is not able to wake up the system through the PMU on Exynos5410,
unlike Exynos5420.

However, when the RTC DT node got added, it was a straight copy of
the Exynos5420 node, which now causes a warning from dtc.

This removes the incorrect interrupt-parent, which should get the
interrupt working and avoid the warning.

Fixes: e1e146b1b062 ("ARM: dts: exynos: Add RTC and I2C to Exynos5410")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5410.dtsi

index 83641ad0d8f2f3a1919dbb07d6d168abb68c0928..1886aa00b2dbd3adb889200e8ef15ec248c60d5d 100644 (file)
 &rtc {
        clocks = <&clock CLK_RTC>;
        clock-names = "rtc";
-       interrupt-parent = <&pmu_system_controller>;
        status = "disabled";
 };