Skip to content

Commit bc6d4d7

Browse files
krish2718carlescufi
authored andcommitted
[nrf fromlist] nrf_wifi: Fix the DTS compat for nRF71
Use specific chipset for compat instead of a generic Series. Upstream PR #: 93567 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 1225938 commit bc6d4d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
# TODO: Use DTS generated Kconfig once the board support is added
9-
DT_COMPAT_NORDIC_WIFI71 := nordic,wifi71
9+
DT_COMPAT_NORDIC_WIFI71 := nordic,nrf7120
1010

1111
menuconfig WIFI_NRF70
1212
bool "nRF70 driver"

modules/nrf_wifi/bus/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DT_COMPAT_NORDIC_NRF7001_QSPI := nordic,nrf7001-qspi
1010
DT_COMPAT_NORDIC_NRF7001_SPI := nordic,nrf7001-spi
1111
DT_COMPAT_NORDIC_NRF7000_QSPI := nordic,nrf7000-qspi
1212
DT_COMPAT_NORDIC_NRF7000_SPI := nordic,nrf7000-spi
13-
DT_COMPAT_NORDIC_WIFI71 := nordic,wifi71
13+
DT_COMPAT_NORDIC_WIFI71 := nordic,nrf7120
1414

1515
menuconfig NRF70_BUSLIB
1616
bool "NRF70 Bus Library"

0 commit comments

Comments
 (0)