On Mon, Jan 27, 2025 at 11:45:44PM +0100, Luca Weiss wrote: > Enable the modem found on the MSM8926 HTC One Mini 2. > > Signed-off-by: Luca Weiss <luca@xxxxxxxxxxxx> Reviewed-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxx> > --- > arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts b/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts > index d6eaa82cee4daf6a1386902f537f1351811d4a06..cb571aa13c11598182dc020f064fe8268bcc061f 100644 > --- a/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts > +++ b/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts > @@ -195,6 +195,16 @@ &blsp1_i2c6 { > /* TPS61310 Flash/Torch @ 33 */ > }; > > +&modem { > + mx-supply = <&pm8226_l3>; > + pll-supply = <&pm8226_l8>; > + mss-supply = <&pm8226_s5>; > + > + firmware-name = "qcom/msm8926/memul/mba.b00", "qcom/msm8926/memul/modem.mdt"; > + > + status = "okay"; > +}; > + > &pm8226_vib { > status = "okay"; > }; > > -- > 2.48.1 >