summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pwm
diff options
context:
space:
mode:
authorSergiu Moga <sergiu.moga@microchip.com>2022-03-07 18:36:56 +0300
committerThierry Reding <thierry.reding@gmail.com>2022-04-22 19:31:48 +0300
commitf30673a9df34931cbfb9b51da00dd185a3cd4566 (patch)
treedff5f8da6bb5878e4c0a1ea1a8c64db8b58faf17 /Documentation/devicetree/bindings/pwm
parent1a406a38bc1d66f68bac30cf8d83fcff621ff79c (diff)
downloadlinux-f30673a9df34931cbfb9b51da00dd185a3cd4566.tar.xz
dt-bindings: pwm: at91: Add SAMA7G5 compatible strings list
Add compatible strings list for SAMA7G5. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
-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