regulator: Convert regulator binding to json-schema
authorRob Herring <robh@kernel.org>
Tue, 21 May 2019 21:20:29 +0000 (16:20 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 22 May 2019 12:22:51 +0000 (13:22 +0100)
commit1914a996436b09186489da73b807e1df71259f67
treef61916fde292e0507dece957e21a8969eaf959e5
parent7bd7916dc8ab5b056f1b53e19021e476120481c0
regulator: Convert regulator binding to json-schema

Convert the common regulator binding to DT schema format. Note that all
the properties with standard unit suffixes have type checks already, so
only a description is necessary.

As fixed-regulator has already been converted, update the references in
it. Otherwise, keep regulator.txt with a reference to the schema to
avoid a bunch of treewide updates. regulator.txt can be removed when all
the regulator bindings are converted.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
Documentation/devicetree/bindings/regulator/regulator.txt
Documentation/devicetree/bindings/regulator/regulator.yaml [new file with mode: 0644]