diff options
author | 2024-07-29 12:37:26 +0530 | |
---|---|---|
committer | 2024-08-07 19:16:46 +0300 | |
commit | 7f1bcdba5e28546aad4493e03f74abf65dc784ca (patch) | |
tree | 6efea120f34f2913e7d81d47622b30ede43cde41 | |
parent | dt-bindings: clocks: atmel,at91sam9x5-sckc: add sam9x7 (diff) | |
download | linux-rng-7f1bcdba5e28546aad4493e03f74abf65dc784ca.tar.xz linux-rng-7f1bcdba5e28546aad4493e03f74abf65dc784ca.zip |
dt-bindings: clocks: atmel,at91rm9200-pmc: add sam9x7 clock controller
Add bindings for SAM9X7's pmc.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Link: https://lore.kernel.org/r/20240729070726.1990705-1-varshini.rajendran@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
-rw-r--r-- | Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml b/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml index c1bdcd9058ed..c9eb60776b4d 100644 --- a/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml +++ b/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml @@ -42,6 +42,7 @@ properties: - atmel,sama5d3-pmc - atmel,sama5d4-pmc - microchip,sam9x60-pmc + - microchip,sam9x7-pmc - microchip,sama7g5-pmc - const: syscon @@ -88,6 +89,7 @@ allOf: contains: enum: - microchip,sam9x60-pmc + - microchip,sam9x7-pmc - microchip,sama7g5-pmc then: properties: |