diff options
author | Varshini Rajendran <[email protected]> | 2024-07-29 12:37:26 +0530 |
---|---|---|
committer | Claudiu Beznea <[email protected]> | 2024-08-07 19:16:46 +0300 |
commit | 7f1bcdba5e28546aad4493e03f74abf65dc784ca (patch) | |
tree | 6efea120f34f2913e7d81d47622b30ede43cde41 | |
parent | 22d121281eaa2b75a317d6769d52ef2056ffd6e2 (diff) |
dt-bindings: clocks: atmel,at91rm9200-pmc: add sam9x7 clock controller
Add bindings for SAM9X7's pmc.
Signed-off-by: Varshini Rajendran <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Claudiu Beznea <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Claudiu Beznea <[email protected]>
-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: |