[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CABMhjYrvyrXNJrLaAS0RU7A-_LZhK50WvQsE2RdY=CQ0C_Xicw@mail.gmail.com>
Date: Wed, 20 Apr 2022 22:07:59 -0700
From: Atul Khare <atulkhare@...osinc.com>
To: linux-kernel@...r.kernel.org
Cc: stable@...r.kernel.org
Subject: [PATCH 4/4] dt-bindings: sifive: add gpio-line-names
Fixes device tree schema validation messages like 'gpio-line-names'
does not match any of the regexes: 'pinctrl-[0-9]+' From schema: ...
sifive,gpio.yaml'.
The bindings were missing the gpio-line-names element, which was
causing the dt-schema checker to trip-up.
Fixes: a2770b57d083 ("dt-bindings: timer: Add CLINT bindings")
Cc: stable@...r.kernel.org
Signed-off-by: Atul Khare <atulkhare@...osinc.com>
---
Documentation/devicetree/bindings/gpio/sifive,gpio.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml
b/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml
index 427c5873f96a..0bdd39b7b3d5 100644
--- a/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml
@@ -47,6 +47,9 @@ properties:
default: 16
gpio-controller: true
+ gpio-line-names:
+ minItems: 1
+ maxItems: 32
required:
- compatible
--
2.35.1
Powered by blists - more mailing lists