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"
/ {
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";
};
--
2.34.1
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
On Thu, Nov 28, 2024 at 05:40:17PM +0800, 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(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> -- With best wishes Dmitry
© 2016 - 2026 Red Hat, Inc.