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 <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]>
1 parent c9a787b commit 20c0455

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)