Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sergiu Moga and committed by
Thierry Reding
f30673a9 1a406a38

+10 -5
+10 -5
Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
··· 15 15 16 16 properties: 17 17 compatible: 18 - enum: 19 - - atmel,at91sam9rl-pwm 20 - - atmel,sama5d3-pwm 21 - - atmel,sama5d2-pwm 22 - - microchip,sam9x60-pwm 18 + oneOf: 19 + - items: 20 + - enum: 21 + - atmel,at91sam9rl-pwm 22 + - atmel,sama5d3-pwm 23 + - atmel,sama5d2-pwm 24 + - microchip,sam9x60-pwm 25 + - items: 26 + - const: microchip,sama7g5-pwm 27 + - const: atmel,sama5d2-pwm 23 28 24 29 reg: 25 30 maxItems: 1