Skip to content

Commit d137527

Browse files
krish2718mmahadevan108
authored andcommitted
boards: nordic: Fix the label for nRF70 SR co-existence
The co-existence modules expect a common and fixed name, so, rename it to avoid churn. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent ecf308e commit d137527

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<21 0 &gpio1 3 0>; /* D15 */
8383
};
8484

85-
nrf70: coex {
85+
nrf_radio_coex: coex {
8686
status = "okay";
8787
compatible = "nordic,nrf7002-coex";
8888

boards/shields/nrf7002eb/nrf7002eb_coex.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/ {
8-
nrf70: coex {
8+
nrf_radio_coex: coex {
99
compatible = "nordic,nrf7002-coex";
1010
status = "okay";
1111

boards/shields/nrf7002ek/nrf7002ek_coex.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/ {
8-
nrf70: coex {
8+
nrf_radio_coex: coex {
99
compatible = "nordic,nrf7002-coex";
1010
status = "okay";
1111

0 commit comments

Comments
 (0)