Skip to content

Commit 20c0455

Browse files
noglitchUwe Kleine-König
authored andcommitted
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 <nicolas.ferre@microchip.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240710163651.343751-1-nicolas.ferre@microchip.com Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
1 parent c9a787b commit 20c0455

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ properties:
2323
- atmel,sama5d2-pwm
2424
- microchip,sam9x60-pwm
2525
- items:
26-
- const: microchip,sama7g5-pwm
26+
- enum:
27+
- microchip,sama7d65-pwm
28+
- microchip,sama7g5-pwm
2729
- const: atmel,sama5d2-pwm
2830
- items:
2931
- const: microchip,sam9x7-pwm

0 commit comments

Comments
 (0)