[PATCH v2 2/5] dt-bindings: pinctrl: samsung: add exynos990-wakeup-eint compatible

Igor Belwon posted 5 patches 1 month, 1 week ago
[PATCH v2 2/5] dt-bindings: pinctrl: samsung: add exynos990-wakeup-eint compatible
Posted by Igor Belwon 1 month, 1 week ago
Add a dedicated compatible for the exynos990-wakeup-eint node.

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
---
 .../bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml b/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml
index b7c2692f0ac3..565cacadb6be 100644
--- a/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml
@@ -47,6 +47,7 @@ properties:
       - items:
           - enum:
               - google,gs101-wakeup-eint
+              - samsung,exynos990-wakeup-eint
               - samsung,exynosautov9-wakeup-eint
           - const: samsung,exynos850-wakeup-eint
           - const: samsung,exynos7-wakeup-eint
-- 
2.45.2
Re: [PATCH v2 2/5] dt-bindings: pinctrl: samsung: add exynos990-wakeup-eint compatible
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 15/10/2024 23:04, Igor Belwon wrote:
> Add a dedicated compatible for the exynos990-wakeup-eint node.

This we see from the diff. Explain the hardware, why suddenly it became
compatible with exynos850, even though it was not.

Best regards,
Krzysztof