On Tue, 1 Jul 2025 at 20:36, Aleksandrs Vinarskis <alex.vinarskis@xxxxxxxxx> wrote: > > pm8010 is a camera specific PMIC, and may not be present on some > devices. These may instead use a dedicated vreg for this purpose (Dell > XPS 9345, Dell Inspiron..) or use USB webcam instead of a MIPI one > alltogether (Lenovo Thinbook 16, Lenovo Yoga..). > > Disable pm8010 by default, let platforms that actually have one onboard > enable it instead. > > Cc: <stable@xxxxxxxxxxxxxxx> > Fixes: 2559e61e7ef4 ("arm64: dts: qcom: x1e80100-pmics: Add the missing PMICs") > Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> > Reviewed-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@xxxxxxxxx> > --- Hi, I've noticed this was reviewed some time ago, but was not included in for upcoming 6.17. Perhaps it was forgotten? Thanks in advance, Alex > arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi b/arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi > index e3888bc143a0..621890ada153 100644 > --- a/arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi > +++ b/arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi > @@ -475,6 +475,8 @@ pm8010: pmic@c { > #address-cells = <1>; > #size-cells = <0>; > > + status = "disabled"; > + > pm8010_temp_alarm: temp-alarm@2400 { > compatible = "qcom,spmi-temp-alarm"; > reg = <0x2400>; > -- > 2.48.1 >