Commit e5fd6512 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: sm8150-hdk: enable WiFI support

Enable modem DSP and WiFI devices on the SM8150 HDK device. The HDK is
manufactured by Lantronix, but it attributed to Qualcomm, so the
calibration string uses Qualcomm as manufacturer.

For reference:

ath10k_snoc 18800000.wifi: qmi chip_id 0x30224 chip_family 0x4001 board_id 0x55 soc_id 0x40060000
ath10k_snoc 18800000.wifi: qmi fw_version 0x32040163 fw_build_timestamp 2019-10-08 05:42 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HL.3.2.0-00355-QCAHLSWMTPLZ-1
ath10k_snoc 18800000.wifi: wcn3990 hw1.0 target 0x00000008 chip_id 0x00000000 sub 0000:0000
ath10k_snoc 18800000.wifi: kconfig debug 1 debugfs 0 tracing 0 dfs 0 testmode 0
ath10k_snoc 18800000.wifi: firmware ver  api 5 features wowlan,mgmt-tx-by-reference,non-bmi crc32 b3d4b790
ath10k_snoc 18800000.wifi: htt-ver 3.73 wmi-op 4 htt-op 3 cal file max-sta 32 raw 0 hwcrypto 1
ath10k_snoc 18800000.wifi: invalid MAC address; choosing random
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240403-sm8150-hdk-wifi-v1-1-8da3063829c2@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 05c65922
...@@ -609,6 +609,11 @@ &remoteproc_cdsp { ...@@ -609,6 +609,11 @@ &remoteproc_cdsp {
firmware-name = "qcom/sm8150/cdsp.mbn"; firmware-name = "qcom/sm8150/cdsp.mbn";
}; };
&remoteproc_mpss {
firmware-name = "qcom/sm8150/modem.mbn";
status = "okay";
};
&remoteproc_slpi { &remoteproc_slpi {
status = "okay"; status = "okay";
...@@ -713,3 +718,14 @@ &usb_1_dwc3_ss { ...@@ -713,3 +718,14 @@ &usb_1_dwc3_ss {
&usb_2_dwc3 { &usb_2_dwc3 {
dr_mode = "host"; dr_mode = "host";
}; };
&wifi {
status = "okay";
vdd-0.8-cx-mx-supply = <&vreg_l1a_0p75>;
vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
vdd-1.3-rfa-supply = <&vreg_l2c_1p3>;
vdd-3.3-ch0-supply = <&vreg_l11c_3p3>;
qcom,ath10k-calibration-variant = "Qualcomm_sm8150hdk";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment