diff options
author | Varshini Rajendran <varshini.rajendran@microchip.com> | 2023-07-28 13:25:29 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-08-18 23:48:05 +0300 |
commit | c53cfd0332f46003d2f0024e9033ecd599cf16ef (patch) | |
tree | 0aff6ec164ecb92420e0f9ecc4fd70cf038dc246 | |
parent | 514103d7eb94f3269fef26bd13b84f922659a9b9 (diff) | |
download | linux-c53cfd0332f46003d2f0024e9033ecd599cf16ef.tar.xz |
dt-bindings: mfd: atmel-gpbr: Add microchip,sam9x7-gpbr
Add microchip,sam9x7-gpbr to DT bindings documentation.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230728102529.266030-1-varshini.rajendran@microchip.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt index e8c525569f10..3c989d1760a2 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt @@ -6,6 +6,7 @@ Required properties: - compatible: Should be one of the following: "atmel,at91sam9260-gpbr", "syscon" "microchip,sam9x60-gpbr", "syscon" + "microchip,sam9x7-gpbr", "microchip,sam9x60-gpbr", "syscon" - reg: contains offset/length value of the GPBR memory region. |