hifiveu: add new target for HiFive Unleashed/Unmatched RISC-V boards
[openwrt/staging/wigyori.git] / target / linux / hifiveu / patches-5.10 / 0010-dt-bindings-gpio-Update-DT-binding-docs-to-support-S.patch
1 From 9791e30869ff598c0faede92500d4d35c8bbba45 Mon Sep 17 00:00:00 2001
2 From: Yash Shah <yash.shah@sifive.com>
3 Date: Tue, 8 Dec 2020 10:25:37 +0530
4 Subject: [PATCH 10/29] dt-bindings: gpio: Update DT binding docs to support
5 SiFive FU740 SoC
6
7 Add new compatible strings to the DT binding documents to support SiFive
8 FU740-C000.
9
10 Signed-off-by: Yash Shah <yash.shah@sifive.com>
11 Reviewed-by: Rob Herring <robh@kernel.org>
12 ---
13 Documentation/devicetree/bindings/gpio/sifive,gpio.yaml | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml b/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml
17 index a0efd8d..ab22056 100644
18 --- a/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml
19 +++ b/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml
20 @@ -13,7 +13,9 @@ maintainers:
21 properties:
22 compatible:
23 items:
24 - - const: sifive,fu540-c000-gpio
25 + - enum:
26 + - sifive,fu540-c000-gpio
27 + - sifive,fu740-c000-gpio
28 - const: sifive,gpio0
29
30 reg:
31 --
32 2.7.4
33