Commit db4e2611 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: s5pv210: Switch to S5Pv210 specific pinctrl wakeup compatible

The pin controller block of S5Pv210 for handling external wakeup
interrupts is different than in newer designs (Exynos).
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Sylwester Nawrocki <snawrocki@kernel.org>
Acked-by: default avatarTomasz Figa <tomasz.figa@gmail.com>
parent 21cb5a27
...@@ -120,7 +120,7 @@ pinctrl0: pinctrl@e0200000 { ...@@ -120,7 +120,7 @@ pinctrl0: pinctrl@e0200000 {
interrupts = <30>; interrupts = <30>;
wakeup-interrupt-controller { wakeup-interrupt-controller {
compatible = "samsung,exynos4210-wakeup-eint"; compatible = "samsung,s5pv210-wakeup-eint";
interrupts = <16>; interrupts = <16>;
interrupt-parent = <&vic0>; interrupt-parent = <&vic0>;
}; };
......
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