fixed-regulator: dt-bindings: Fixed building error for compatible property
Compatible property is not of type 'string', so remove const: from it. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/1568875145-2864-1-git-send-email-pragnesh.patel@sifive.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
54ecb8f702
commit
04a99ce605
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue