Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pragnesh Patel and committed by
Mark Brown
04a99ce6 54ecb8f7

+2 -2
+2 -2
Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
··· 30 30 properties: 31 31 compatible: 32 32 enum: 33 - - const: regulator-fixed 34 - - const: regulator-fixed-clock 33 + - regulator-fixed 34 + - regulator-fixed-clock 35 35 36 36 regulator-name: true 37 37