diff options
author | Varshini Rajendran <[email protected]> | 2023-07-28 15:55:15 +0530 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-08-18 21:48:05 +0100 |
commit | 514103d7eb94f3269fef26bd13b84f922659a9b9 (patch) | |
tree | f0810523714a46503b07c5387548e8dec975f9d6 | |
parent | 54ab43a957bcb2643c13df5ab71de9dc3f72e5a6 (diff) |
dt-bindings: mfd: at91: Add SAM9X7 compatible string
Document sam9x7 DT for flexcom.
Signed-off-by: Varshini Rajendran <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/atmel-flexcom.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt b/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt index 9d837535637b..af692e8833a5 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt @@ -6,6 +6,7 @@ at boot time according to the device tree. Required properties: - compatible: Should be "atmel,sama5d2-flexcom" + or "microchip,sam9x7-flexcom", "atmel,sama5d2-flexcom" - reg: Should be the offset/length value for Flexcom dedicated I/O registers (without USART, TWI or SPI registers). - clocks: Should be the Flexcom peripheral clock from PMC. |