The OPP bindings are one of the most common occurring bindings that are not yet converted to schema, so let's convert them. Note this depends on a dtschema change in property-units.yaml to allow a matrix for opp-microvolt. Rob Rob Herring (2): dt-bindings: Clean-up OPP binding node names in examples dt-bindings: opp: Convert to DT schema .../bindings/gpu/arm,mali-bifrost.yaml | 2 +- .../bindings/gpu/arm,mali-midgard.yaml | 2 +- .../bindings/interconnect/fsl,imx8m-noc.yaml | 4 +- .../allwinner,sun50i-h6-operating-points.yaml | 4 + .../devicetree/bindings/opp/opp-v1.yaml | 51 ++ .../devicetree/bindings/opp/opp-v2-base.yaml | 213 ++++++ .../devicetree/bindings/opp/opp-v2.yaml | 475 +++++++++++++ Documentation/devicetree/bindings/opp/opp.txt | 622 ------------------ 8 files changed, 747 insertions(+), 626 deletions(-) create mode 100644 Documentation/devicetree/bindings/opp/opp-v1.yaml create mode 100644 Documentation/devicetree/bindings/opp/opp-v2-base.yaml create mode 100644 Documentation/devicetree/bindings/opp/opp-v2.yaml delete mode 100644 Documentation/devicetree/bindings/opp/opp.txt -- 2.27.0