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

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.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1d6db22f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ if:
properties:
  compatible:
    enum:
      - const: regulator-fixed
      - const: regulator-fixed-clock
      - regulator-fixed
      - regulator-fixed-clock

  regulator-name: true