Hello, The is version 2 of support for PMIC v7. I have converted the binding to yaml format and added a new property qcom,bus-id for supporting v7 and then add driver changes for v7 Changes since v1: - Add yaml conversion patch and new binding - fix driver bug report by Jonathan David Dai (1): spmi: pmic-arb: Add support for PMIC v7 Vinod Koul (2): dt-bindings: spmi: convert Qualcomm SPMI PMIC ARB to dtschema dt-bindings: spmi: Add qcom,bus-id .../bindings/spmi/qcom,spmi-pmic-arb.txt | 65 ----- .../bindings/spmi/qcom,spmi-pmic-arb.yaml | 123 +++++++++ drivers/spmi/spmi-pmic-arb.c | 233 ++++++++++++++++-- 3 files changed, 337 insertions(+), 84 deletions(-) delete mode 100644 Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt create mode 100644 Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml -- 2.31.1