]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.14.21/arm-dts-exynos-fix-rtc-interrupt-for-exynos5410.patch
fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 4.14.21 / arm-dts-exynos-fix-rtc-interrupt-for-exynos5410.patch
1 From 5628a8ca14149ba4226e3bdce3a04c3b688435ad Mon Sep 17 00:00:00 2001
2 From: Arnd Bergmann <arnd@arndb.de>
3 Date: Thu, 21 Dec 2017 22:30:07 +0100
4 Subject: ARM: dts: exynos: fix RTC interrupt for exynos5410
5
6 From: Arnd Bergmann <arnd@arndb.de>
7
8 commit 5628a8ca14149ba4226e3bdce3a04c3b688435ad upstream.
9
10 According to the comment added to exynos_dt_pmu_match[] in commit
11 8b283c025443 ("ARM: exynos4/5: convert pmu wakeup to stacked domains"),
12 the RTC is not able to wake up the system through the PMU on Exynos5410,
13 unlike Exynos5420.
14
15 However, when the RTC DT node got added, it was a straight copy of
16 the Exynos5420 node, which now causes a warning from dtc.
17
18 This removes the incorrect interrupt-parent, which should get the
19 interrupt working and avoid the warning.
20
21 Fixes: e1e146b1b062 ("ARM: dts: exynos: Add RTC and I2C to Exynos5410")
22 Signed-off-by: Arnd Bergmann <arnd@arndb.de>
23 Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
24 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
25
26 ---
27 arch/arm/boot/dts/exynos5410.dtsi | 1 -
28 1 file changed, 1 deletion(-)
29
30 --- a/arch/arm/boot/dts/exynos5410.dtsi
31 +++ b/arch/arm/boot/dts/exynos5410.dtsi
32 @@ -333,7 +333,6 @@
33 &rtc {
34 clocks = <&clock CLK_RTC>;
35 clock-names = "rtc";
36 - interrupt-parent = <&pmu_system_controller>;
37 status = "disabled";
38 };
39