On 10-04-22, 23:51, Dmitry Baryshkov wrote: > Add includes for PMICs used on the SM8450-HDK. This makes GPIO blocks > and thermal sensors available to the user of the platform. Problem is that we need spmi driver and binding merged before we can merge this. I have not sent the patch for that reason :( > Co-developed-by: Vinod Koul <vkoul@xxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sm8450-qrd.dts | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts > index 9526632d4029..b7ea92045bc4 100644 > --- a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts > +++ b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts > @@ -7,6 +7,13 @@ > > #include <dt-bindings/regulator/qcom,rpmh-regulator.h> > #include "sm8450.dtsi" > +#include "pm8350.dtsi" > +#include "pm8350b.dtsi" > +#include "pm8350c.dtsi" > +#include "pm8450.dtsi" > +#include "pmk8350.dtsi" > +#include "pmr735a.dtsi" > +#include "pmr735b.dtsi" > > / { > model = "Qualcomm Technologies, Inc. SM8450 QRD"; > -- > 2.35.1 -- ~Vinod