Message ID | 20241128-adds-spmi-pmic-peripherals-for-qcs8300-v2-2-001c0bed7c67@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Adds SPMI bus, PMIC and peripherals for qcs8300-ride | expand |
On 28.11.2024 10:40 AM, Tingguo Cheng wrote: > Enable PMIC and PMIC peripherals for qcs8300-ride board. The qcs8 > 300-ride uses 2 pmics(pmm8620au:0,pmm8650au:1) on the board, which > are variants of pmm8654au used on sa8775p/qcs9100 -ride(4x pmics). > > Signed-off-by: Tingguo Cheng <quic_tingguoc@quicinc.com> > --- > arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts > index 7eed19a694c39dbe791afb6a991db65acb37e597..56e7194521834a7a6f5c5597e0f28a27a18d90d3 100644 > --- a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts > +++ b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts > @@ -9,6 +9,7 @@ > #include <dt-bindings/regulator/qcom,rpmh-regulator.h> > > #include "qcs8300.dtsi" > +#include "sa8775p-pmics.dtsi" I don't like this reuse.. and quite frankly I don't think this is going to scale well, especially if we keep adding more qcs8300-based boards and will have to weed out 2pmic vs 4pmic specifics Please create qcs8300-pmics.dtsi Konrad
diff --git a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts index 7eed19a694c39dbe791afb6a991db65acb37e597..56e7194521834a7a6f5c5597e0f28a27a18d90d3 100644 --- a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts +++ b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts @@ -9,6 +9,7 @@ #include <dt-bindings/regulator/qcom,rpmh-regulator.h> #include "qcs8300.dtsi" +#include "sa8775p-pmics.dtsi" / { model = "Qualcomm Technologies, Inc. QCS8300 Ride"; compatible = "qcom,qcs8300-ride", "qcom,qcs8300"; @@ -223,6 +224,28 @@ &gcc { <0>; }; +&pmm8654au_0_pon_resin { + linux,code = <KEY_VOLUMEDOWN>; + + status = "okay"; +}; + +&pmm8654au_2 { + status = "disabled"; +}; + +&pmm8654au_2_thermal { + status = "disabled"; +}; + +&pmm8654au_3 { + status = "disabled"; +}; + +&pmm8654au_3_thermal { + status = "disabled"; +}; + &qupv3_id_0 { status = "okay"; };
Enable PMIC and PMIC peripherals for qcs8300-ride board. The qcs8 300-ride uses 2 pmics(pmm8620au:0,pmm8650au:1) on the board, which are variants of pmm8654au used on sa8775p/qcs9100 -ride(4x pmics). Signed-off-by: Tingguo Cheng <quic_tingguoc@quicinc.com> --- arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+)