Enable Wi-Fi and Bluetooth support for milletwifi. This device uses the WCN3660A that is already supported, so it only needs to be enabled in the DTS. Signed-off-by: Bryant Mairs <bryant@xxxxxx> --- .../qcom/qcom-apq8026-samsung-milletwifi.dts | 29 +++++++++++++++++++ 1 file changed, 29 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 910e8d2f69b0..57f50af487c1 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,28 @@ touchscreen@48 { }; }; +&pronto { + vddmx-supply = <&pm8226_l3>; + vddpx-supply = <&pm8226_l6>; + + pinctrl-0 = <&wcnss_pin_a>; + pinctrl-names = "default"; + + status = "okay"; + + iris { + vddxo-supply = <&pm8226_l10>; + vddrfa-supply = <&pm8226_l24>; + vddpa-supply = <&pm8226_l16>; + vdddig-supply = <&pm8226_l24>; + }; + + smd-edge { + wcnss { + status = "okay"; + }; + }; +}; &rpm_requests { regulators { @@ -557,6 +579,13 @@ tsp_int_rst_default_state: tsp-int-rst-default-state { drive-strength = <10>; bias-pull-up; }; + + wcnss_pin_a: wcnss-pin-active-state { + pins = "gpio40", "gpio41", "gpio42", "gpio43", "gpio44"; + function = "wlan"; + drive-strength = <6>; + bias-pull-down; + }; }; &usb { -- 2.41.0