Message ID | 20231105204759.37107-8-bryant@mai.rs (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add samsung-milletwifi | expand |
On 05/11/2023 21:46, Bryant Mairs wrote: > Enable the modem hardware for milletwifi, which is actually only the GPS > functionality. > Squash. Best regards, Krzysztof
diff --git a/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts b/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts index 57f50af487c1..b6750cf850f0 100644 --- a/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts +++ b/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts @@ -310,6 +310,13 @@ touchscreen@48 { }; }; +&modem { + mx-supply = <&pm8226_l3>; + pll-supply = <&pm8226_l8>; + + status = "okay"; +}; + &pronto { vddmx-supply = <&pm8226_l3>; vddpx-supply = <&pm8226_l6>;
Enable the modem hardware for milletwifi, which is actually only the GPS functionality. Signed-off-by: Bryant Mairs <bryant@mai.rs> --- arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts | 7 +++++++ 1 file changed, 7 insertions(+)