From 2b66b67530b828ce939c050d7d3366a80ef22d7a Mon Sep 17 00:00:00 2001 From: Longbin Li Date: Wed, 28 May 2025 18:11:36 +0800 Subject: [PATCH] dt-bindings: pwm: sophgo: Add pwm controller for SG2044 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add compatible string for PWM controller on SG2044. Tested-by: Chen Wang Reviewed-by: Chen Wang Acked-by: Krzysztof Kozlowski Acked-by: Rob Herring (Arm) Signed-off-by: Longbin Li Link: https://lore.kernel.org/r/20250528101139.28702-2-looong.bin@gmail.com Signed-off-by: Uwe Kleine-König --- Documentation/devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml b/Documentation/devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml index bbb6326d47d76..e0e91aa237ec5 100644 --- a/Documentation/devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml @@ -17,7 +17,9 @@ allOf: properties: compatible: - const: sophgo,sg2042-pwm + enum: + - sophgo,sg2042-pwm + - sophgo,sg2044-pwm reg: maxItems: 1 -- 2.47.2