Commit 04a99ce6 authored by Pragnesh Patel's avatar Pragnesh Patel Committed by Mark Brown

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: default avatarPragnesh Patel <pragnesh.patel@sifive.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1568875145-2864-1-git-send-email-pragnesh.patel@sifive.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 54ecb8f7
...@@ -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