[PATCH 7/7] ARM: dts: qcom: apq8026-samsung-milletwifi: Enable modem

Bryant Mairs posted 7 patches 2 years, 1 month ago
There is a newer version of this series
[PATCH 7/7] ARM: dts: qcom: apq8026-samsung-milletwifi: Enable modem
Posted by Bryant Mairs 2 years, 1 month ago
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(+)

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>;
-- 
2.41.0
Re: [PATCH 7/7] ARM: dts: qcom: apq8026-samsung-milletwifi: Enable modem
Posted by Krzysztof Kozlowski 2 years, 1 month ago
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