On 20.03.2023 16:48, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Include the PMIC .dtsi file in the board's .dts to enable PMIC support > on sa8775p-ride. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > --- Thinking about it again, this could have been squashed with the previous patch - this way we avoid adding dead code. Konrad > arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts > index 1020dfd21da2..b7ee4cc676b5 100644 > --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts > +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts > @@ -6,6 +6,7 @@ > /dts-v1/; > > #include "sa8775p.dtsi" > +#include "sa8775p-pmics.dtsi" > > / { > model = "Qualcomm SA8775P Ride";