diff options
author | 2023-07-28 15:55:15 +0530 | |
---|---|---|
committer | 2023-08-18 21:48:05 +0100 | |
commit | 514103d7eb94f3269fef26bd13b84f922659a9b9 (patch) | |
tree | f0810523714a46503b07c5387548e8dec975f9d6 | |
parent | mfd: 88pm860x: Remove unused extern declarations (diff) | |
download | linux-rng-514103d7eb94f3269fef26bd13b84f922659a9b9.tar.xz linux-rng-514103d7eb94f3269fef26bd13b84f922659a9b9.zip |
dt-bindings: mfd: at91: Add SAM9X7 compatible string
Document sam9x7 DT for flexcom.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230728102515.265971-1-varshini.rajendran@microchip.com
Signed-off-by: Lee Jones <lee@kernel.org>
-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. |