ARM: dts: s5pv210: Switch to S5Pv210 specific pinctrl wakeup compatible
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 19 Jul 2018 11:51:13 +0000 (13:51 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:57:54 +0000 (14:57 +0900)
The pin controller block of S5Pv210 for handling external wakeup
interrupts is different than in newer designs (Exynos).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Sylwester Nawrocki <snawrocki@kernel.org>
Acked-by: Tomasz Figa <tomasz.figa@gmail.com>
Change-Id: I6d12df9f7df79ff4785ffabaa9fe62b5cf0a57c1

arch/arm/boot/dts/s5pv210.dtsi

index b290a5abb90163c00a9d04ea3b13c9fcb102c45a..bbe0504a0f74340452e99674004899135dffdbc1 100644 (file)
                        interrupts = <30>;
 
                        wakeup-interrupt-controller {
-                               compatible = "samsung,exynos4210-wakeup-eint";
+                               compatible = "samsung,s5pv210-wakeup-eint";
                                interrupts = <16>;
                                interrupt-parent = <&vic0>;
                        };