Commit 58283636 authored by Philippe Schenker's avatar Philippe Schenker Committed by Mark Brown

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: 9c86d003 ("dt-bindings: regulator: add regulator-fixed-clock binding")
Signed-off-by: default avatarPhilippe Schenker <philippe.schenker@toradex.com>
Link: https://lore.kernel.org/r/20190923081840.23391-1-philippe.schenker@toradex.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1d6db22f
...@@ -30,8 +30,8 @@ if: ...@@ -30,8 +30,8 @@ if:
properties: properties:
compatible: compatible:
enum: enum:
- const: regulator-fixed - regulator-fixed
- const: regulator-fixed-clock - regulator-fixed-clock
regulator-name: true regulator-name: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment