aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergiu Moga <[email protected]>2022-03-07 17:36:56 +0200
committerThierry Reding <[email protected]>2022-04-22 18:31:48 +0200
commitf30673a9df34931cbfb9b51da00dd185a3cd4566 (patch)
treedff5f8da6bb5878e4c0a1ea1a8c64db8b58faf17
parent1a406a38bc1d66f68bac30cf8d83fcff621ff79c (diff)
dt-bindings: pwm: at91: Add SAMA7G5 compatible strings list
Add compatible strings list for SAMA7G5. Signed-off-by: Sergiu Moga <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml15
1 files changed, 10 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
index 5e8bb5a8095d..ab45df80345d 100644
--- a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
@@ -15,11 +15,16 @@ allOf:
properties:
compatible:
- enum:
- - atmel,at91sam9rl-pwm
- - atmel,sama5d3-pwm
- - atmel,sama5d2-pwm
- - microchip,sam9x60-pwm
+ oneOf:
+ - items:
+ - enum:
+ - atmel,at91sam9rl-pwm
+ - atmel,sama5d3-pwm
+ - atmel,sama5d2-pwm
+ - microchip,sam9x60-pwm
+ - items:
+ - const: microchip,sama7g5-pwm
+ - const: atmel,sama5d2-pwm
reg:
maxItems: 1