[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1568815340-30401-1-git-send-email-pragnesh.patel@sifive.com>
Date: Wed, 18 Sep 2019 19:32:20 +0530
From: Pragnesh Patel <pragnesh.patel@...ive.com>
To: lgirdwood@...il.com, broonie@...nel.org
Cc: Pragnesh Patel <pragnesh.patel@...ive.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: [PATCH] regulator: dt-bindings: Fix building error for dt_binding_check
Compatible property is not of type 'string' so replace enum
with items.
Signed-off-by: Pragnesh Patel <pragnesh.patel@...ive.com>
---
Documentation/devicetree/bindings/regulator/fixed-regulator.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
index a78150c..8d4a7b2 100644
--- a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
@@ -29,7 +29,7 @@ if:
properties:
compatible:
- enum:
+ items:
- const: regulator-fixed
- const: regulator-fixed-clock
--
2.7.4
Powered by blists - more mailing lists