diff options
author | Yash Shah <yash.shah@sifive.com> | 2020-12-08 05:55:37 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmerdabbelt@google.com> | 2021-01-08 02:37:34 +0100 |
commit | 42cf244c8f03cc8a801333fe2fa3b7efa760d119 (patch) | |
tree | 05bcf4de2030b4c7e784e10f660807859b2f098c /Documentation | |
parent | dt-bindings: pwm: Update DT binding docs to support SiFive FU740 SoC (diff) | |
download | linux-42cf244c8f03cc8a801333fe2fa3b7efa760d119.tar.xz linux-42cf244c8f03cc8a801333fe2fa3b7efa760d119.zip |
dt-bindings: gpio: Update DT binding docs to support SiFive FU740 SoC
Add new compatible strings to the DT binding documents to support SiFive
FU740-C000.
Signed-off-by: Yash Shah <yash.shah@sifive.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/sifive,gpio.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml b/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml index a0efd8dc2538..ab22056f8b44 100644 --- a/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml @@ -13,7 +13,9 @@ maintainers: properties: compatible: items: - - const: sifive,fu540-c000-gpio + - enum: + - sifive,fu540-c000-gpio + - sifive,fu740-c000-gpio - const: sifive,gpio0 reg: |