On Thu 09 Apr 19:32 PDT 2020, Iskren Chernev wrote: > From: Daniele Debernardi <drebrez@xxxxxxxxx> > > The Samsung klte does not have a vreg_boost node. vreg_boost also > depends on pm8941-gpio which are not present on the klte. > May I ask what PMICs this device actually has, if it doesn't have a PM8941 GPIO? Regards, Bjorn > Signed-off-by: Daniele Debernardi <drebrez@xxxxxxxxx> > Signed-off-by: Iskren Chernev <iskren.chernev@xxxxxxxxx> > --- > arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts b/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts > index de0bf6b7e732..ad26c83fee81 100644 > --- a/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts > +++ b/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts > @@ -1,7 +1,5 @@ > // SPDX-License-Identifier: GPL-2.0 > #include "qcom-msm8974pro.dtsi" > -#include "qcom-pm8841.dtsi" > -#include "qcom-pm8941.dtsi" > #include "qcom-pma8084.dtsi" > #include <dt-bindings/gpio/gpio.h> > #include <dt-bindings/input/input.h> > @@ -196,6 +194,8 @@ l27 { > }; > }; > }; > + > + /delete-node/ vreg-boost; > }; > > &soc { > -- > 2.26.0 >