arm64: dts: exynos850: use Exynos7 fallbacks for pin wake-up controllers
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 22 Nov 2023 20:04:06 +0000 (21:04 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 24 Nov 2023 07:41:58 +0000 (08:41 +0100)
Exynos850 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-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynos850.dtsi

index df5ea43ebcadb12f4c090bb238be84b6ca279be0..da3f4a791e686c70dc1050471ca9a9a29ffc62c7 100644 (file)
                        reg = <0x11850000 0x1000>;
 
                        wakeup-interrupt-controller {
-                               compatible = "samsung,exynos850-wakeup-eint";
+                               compatible = "samsung,exynos850-wakeup-eint",
+                                            "samsung,exynos7-wakeup-eint";
                        };
                };
 
                        reg = <0x11c30000 0x1000>;
 
                        wakeup-interrupt-controller {
-                               compatible = "samsung,exynos850-wakeup-eint";
+                               compatible = "samsung,exynos850-wakeup-eint",
+                                            "samsung,exynos7-wakeup-eint";
                        };
                };