Skip to content

Commit 69d9482

Browse files
qcs9100: add missing fw and modules for wifi and ethernet support (#950)
Add missing firmware and kernel modules for wifi and ethernet support on qcs9100 ride-sx.
2 parents b93ea73 + a613d29 commit 69d9482

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

recipes-bsp/packagegroups/packagegroup-machine-essential.bb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ RRECOMMENDS:${PN}-board-generic += " \
2020
kernel-module-ax88179-178a \
2121
kernel-module-cdc-ncm \
2222
kernel-module-display-connector \
23+
kernel-module-dwmac-qcom-ethqos \
2324
kernel-module-i2c-gpio \
2425
kernel-module-lontium-lt9611uxc \
2526
kernel-module-mcp251xfd \
2627
kernel-module-nb7vpq904m \
2728
kernel-module-nvmem-reboot-mode \
29+
kernel-module-pci-pwrctrl-pwrseq \
2830
kernel-module-pci-pwrctrl-tc9563 \
2931
kernel-module-snd-soc-hdmi-codec \
3032
kernel-module-xhci-pci-renesas \
@@ -120,7 +122,9 @@ RRECOMMENDS:${PN}-qcom-qcs8300-soc += " \
120122
kernel-module-dispcc0-sa8775p \
121123
kernel-module-dispcc1-sa8775p \
122124
kernel-module-gpucc-sa8775p \
125+
kernel-module-phy-qcom-sgmii-eth \
123126
kernel-module-pwrseq-qcom-wcn \
127+
kernel-module-stmmac-platform \
124128
kernel-module-videocc-sa8775p \
125129
"
126130

@@ -132,7 +136,9 @@ RRECOMMENDS:${PN}-qcom-qcs9100-soc += " \
132136
kernel-module-dispcc0-sa8775p \
133137
kernel-module-dispcc1-sa8775p \
134138
kernel-module-gpucc-sa8775p \
139+
kernel-module-phy-qcom-sgmii-eth \
135140
kernel-module-pwrseq-qcom-wcn \
141+
kernel-module-stmmac-platform \
136142
kernel-module-videocc-sa8775p \
137143
"
138144

recipes-bsp/packagegroups/packagegroup-sa8775p-ride.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGES = " \
99

1010
RRECOMMENDS:${PN}-firmware = " \
1111
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a663 linux-firmware-qcom-adreno-a660 linux-firmware-qcom-sa8775p-adreno', '', d)} \
12-
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-wcn6855', '', d)} \
12+
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-qca6698aq linux-firmware-ath11k-wcn6855', '', d)} \
1313
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-qca2066', '', d)} \
1414
linux-firmware-qcom-sa8775p-audio \
1515
linux-firmware-qcom-sa8775p-compute \

0 commit comments

Comments
 (0)