Hi, Changes since v1 ================ 1. MFD: Use absolute path to schemas, add additionalProperties=false. 2. Regulator: mention all allowed properties, additionalProperties=false, add min/max values for voltages and current, don't use patternProperties when not needed. Dependencies ============ The final patch - MFD maxim,max77693 bindings conversion - depends on all previous. Therefore this could go via Rob's or Lee's trees. Best regards, Krzysztof Krzysztof Kozlowski (4): dt-bindings: leds: maxim,max77693: convert to dtschema dt-bindings: power: supply: maxim,max77693: convert to dtschema regulator: dt-bindings: maxim,max77693: convert to dtschema dt-bindings: mfd: maxim,max77693: convert to dtschema .../bindings/leds/maxim,max77693.yaml | 105 ++++++++++ .../devicetree/bindings/mfd/max77693.txt | 194 ------------------ .../bindings/mfd/maxim,max77693.yaml | 143 +++++++++++++ .../bindings/power/supply/maxim,max77693.yaml | 70 +++++++ .../bindings/regulator/maxim,max77693.yaml | 60 ++++++ MAINTAINERS | 3 +- 6 files changed, 380 insertions(+), 195 deletions(-) create mode 100644 Documentation/devicetree/bindings/leds/maxim,max77693.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/max77693.txt create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77693.yaml create mode 100644 Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77693.yaml -- 2.32.0