Skip to content

Commit c7bbb6d

Browse files
arndbgregkh
authored andcommitted
ARM: dts: exynos: fix RTC interrupt for exynos5410
commit 5628a8c upstream. According to the comment added to exynos_dt_pmu_match[] in commit 8b283c0 ("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: e1e146b ("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 012e79b commit c7bbb6d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm/boot/dts/exynos5410.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@
274274
&rtc {
275275
clocks = <&clock CLK_RTC>;
276276
clock-names = "rtc";
277-
interrupt-parent = <&pmu_system_controller>;
278277
status = "disabled";
279278
};
280279

0 commit comments

Comments
 (0)