[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20190923081840.23391-1-philippe.schenker@toradex.com>
Date: Mon, 23 Sep 2019 08:18:49 +0000
From: Philippe Schenker <philippe.schenker@...adex.com>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Mark Brown <broonie@...nel.org>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Liam Girdwood <lgirdwood@...il.com>
CC: "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
Max Krummenacher <max.krummenacher@...adex.com>,
Rob Herring <robh+dt@...nel.org>,
Stefan Agner <stefan.agner@...adex.com>,
Marcel Ziswiler <marcel.ziswiler@...adex.com>,
Mark Rutland <mark.rutland@....com>,
Luka Pivk <luka.pivk@...adex.com>,
Philippe Schenker <philippe.schenker@...adex.com>
Subject: [PATCH] dt-bindings: fixed-regulator: fix compatible enum
Remove 'const:' in the compatible enum. This was breaking
make dt_binding_check since it has more than one compatible string.
Fixes: 9c86d003d620 ("dt-bindings: regulator: add regulator-fixed-clock binding")
Signed-off-by: Philippe Schenker <philippe.schenker@...adex.com>
---
.../devicetree/bindings/regulator/fixed-regulator.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
index a78150c47aa2..f32416968197 100644
--- a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
@@ -30,8 +30,8 @@ if:
properties:
compatible:
enum:
- - const: regulator-fixed
- - const: regulator-fixed-clock
+ - regulator-fixed
+ - regulator-fixed-clock
regulator-name: true
--
2.23.0
Powered by blists - more mailing lists