This is a second round of bindings & DT fixes for the MDM9615 platform. This second round focuses on less trivial changes like pinctrl & regulators bindings, the remaining work will mainly be fixing the qcom,kpss-timer/qcom,msm-timer situation and add bindings for qcom,lcc-mdm9615, qcom,kpss-gcc & swir,mangoh-iotport-spi. Dependencies: - patch 1-2, 4-5: None - patch 3: bindings dependency on 20221005-mdm9615-sx1509q-yaml-v2-0-a4a5b8eecc7b@xxxxxxxxxx To: Bjorn Andersson <andersson@xxxxxxxxxx> To: Andy Gross <agross@xxxxxxxxxx> To: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> To: Linus Walleij <linus.walleij@xxxxxxxxxx> To: Rob Herring <robh+dt@xxxxxxxxxx> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> To: Lee Jones <lee@xxxxxxxxxx> To: Liam Girdwood <lgirdwood@xxxxxxxxx> To: Mark Brown <broonie@xxxxxxxxxx> Cc: linux-arm-msm@xxxxxxxxxxxxxxx Cc: linux-gpio@xxxxxxxxxxxxxxx Cc: devicetree@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> --- Changes in v2: - Rebased on v6.1-rc1 - Patch 1: Fixed bindings and aligned with Krysztof's series - Patch 2: Rewrote patch title and added reviewed-by tag - Patch 3: Added reviewed-by tag - Patch 4: Moved to end, added support for (regulators|-regulators) sudnode - Patch 5: Fixed schema description and added missing unevaluatedProperties in patternProperties - Patch 6: Dropped & squashed with patch 4 - Link to v1: https://lore.kernel.org/r/20221005-mdm9615-pinctrl-yaml-v1-0-0cbc006e2a30@xxxxxxxxxx --- Neil Armstrong (5): dt-bindings: pinctrl: convert qcom,mdm9615-pinctrl.txt to dt-schema arm: dts: qcom: mdm9615: align pinctrl subnodes with dt-schema bindings arm: dts: qcom: mdm9615: wp8548-mangoh-green: fix sx150xq node names and probe-reset property dt-bindings: regulators: convert non-smd RPM Regulators bindings to dt-schema dt-bindings: soc: qcom: convert non-smd RPM bindings to dt-schema Documentation/devicetree/bindings/mfd/qcom-rpm.txt | 283 --------------------- .../bindings/pinctrl/qcom,mdm9615-pinctrl.txt | 161 ------------ .../bindings/pinctrl/qcom,mdm9615-pinctrl.yaml | 120 +++++++++ .../bindings/regulator/qcom,ipc-rpm-regulator.yaml | 127 +++++++++ .../devicetree/bindings/soc/qcom/qcom,ipc-rpm.yaml | 99 +++++++ .../boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts | 20 +- arch/arm/boot/dts/qcom-mdm9615-wp8548.dtsi | 22 +- 7 files changed, 367 insertions(+), 465 deletions(-) --- base-commit: 19d64985796125c5e3820c3db995c5df6d13d6dc change-id: 20221005-mdm9615-pinctrl-yaml-13f5c18a4d3a Best regards, -- Neil Armstrong <neil.armstrong@xxxxxxxxxx>