]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: s5pv210: Switch to S5Pv210 specific pinctrl wakeup compatible
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 23 Jul 2018 17:52:59 +0000 (19:52 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 29 Aug 2018 19:19:45 +0000 (21:19 +0200)
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>
arch/arm/boot/dts/s5pv210.dtsi

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