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@xxxxxxxxxxx> > --- > 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