This series adds DTS for SA8155p-adp board which is based on Qualcomm snapdragon sa8155p SoC which is simiar to sm8150 SoC. This patchset also includes DTS for the new PMIC PMM8155AU found on the adp board. Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> Cc: Liam Girdwood <lgirdwood@xxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxx> Cc: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> Cc: Vinod Koul <vkoul@xxxxxxxxxx> Cc: Rob Herring <robh+dt@xxxxxxxxxx> Cc: Andy Gross <agross@xxxxxxxxxx> Bhupesh Sharma (10): dt-bindings: qcom: rpmh-regulator: Add compatible for SA8155p-adp board pmic dt-bindings: pinctrl: qcom,pmic-gpio: Add compatible for SA8155p-adp dt-bindings: arm: qcom: Add compatible for sm8150-mtp board dt-bindings: arm: qcom: Add compatible for SA8155p-adp board regulator: qcom-rpmh: Cleanup terminator line commas regulator: qcom-rpmh: Add new regulator found on SA8155p adp board pinctrl: qcom/pinctrl-spmi-gpio: Add compatible for pmic-gpio on SA8155p-adp arm64: dts: qcom: pmm8155au_1: Add base dts file arm64: dts: qcom: pmm8155au_2: Add base dts file arm64: dts: qcom: sa8155p-adp: Add base dts file .../devicetree/bindings/arm/qcom.yaml | 13 + .../bindings/pinctrl/qcom,pmic-gpio.txt | 2 + .../regulator/qcom,rpmh-regulator.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/pmm8155au_1.dtsi | 134 +++++++ arch/arm64/boot/dts/qcom/pmm8155au_2.dtsi | 107 ++++++ arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 355 ++++++++++++++++++ drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 1 + drivers/regulator/qcom-rpmh-regulator.c | 62 ++- 9 files changed, 664 insertions(+), 12 deletions(-) create mode 100644 arch/arm64/boot/dts/qcom/pmm8155au_1.dtsi create mode 100644 arch/arm64/boot/dts/qcom/pmm8155au_2.dtsi create mode 100644 arch/arm64/boot/dts/qcom/sa8155p-adp.dts -- 2.31.1