From: Nicolas Ferre Date: Wed, 10 Jul 2024 16:36:51 +0000 (+0200) Subject: dt-bindings: pwm: at91: Add sama7d65 compatible string X-Git-Tag: v6.11-rc1~211^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20c0455f3cffc93ef2712f33a7d118d4e5483ef3;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: pwm: at91: Add sama7d65 compatible string Add compatible string for sama7d65. Like sama7g5, it currently binds to "atmel,sama5d2-pwm" compatibility string for this driver, so add an "enum" to reflect that. Signed-off-by: Nicolas Ferre Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20240710163651.343751-1-nicolas.ferre@microchip.com Signed-off-by: Uwe Kleine-König --- diff --git a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml index 96cd6f3c3546f..d20ad27657aa8 100644 --- a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml @@ -23,7 +23,9 @@ properties: - atmel,sama5d2-pwm - microchip,sam9x60-pwm - items: - - const: microchip,sama7g5-pwm + - enum: + - microchip,sama7d65-pwm + - microchip,sama7g5-pwm - const: atmel,sama5d2-pwm - items: - const: microchip,sam9x7-pwm