arm64: dts: exynosautov9: use Exynos7 fallbacks for pin wake-up controller
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 22 Nov 2023 20:04:07 +0000 (21:04 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 24 Nov 2023 07:42:25 +0000 (08:42 +0100)
ExynosAutov9 pin controller capable of wake-ups is still compatible with
Exynos7, however it does not mux interrupts. Add Exynos7 compatible
fallback to annotate that compatibility and match the bindings.

Link: https://lore.kernel.org/r/20231122200407.423264-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynosautov9.dtsi

index 417aa56a81f68253fcdf7437bf54465b3a2a6b12..c871a2f49fda86ffb309f94f5b65701d3d58eb48 100644 (file)
                        reg = <0x10450000 0x1000>;
 
                        wakeup-interrupt-controller {
-                               compatible = "samsung,exynosautov9-wakeup-eint";
+                               compatible = "samsung,exynosautov9-wakeup-eint",
+                                            "samsung,exynos850-wakeup-eint",
+                                            "samsung,exynos7-wakeup-eint";
                        };
                };