From d137527f88fcef806dffe418e2c6585dcfecfd57 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Sun, 27 Oct 2024 02:20:20 +0530 Subject: [PATCH] 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 --- boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts | 2 +- boards/shields/nrf7002eb/nrf7002eb_coex.overlay | 2 +- boards/shields/nrf7002ek/nrf7002ek_coex.overlay | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts b/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts index 8e36e678581..faea5ee69e3 100644 --- a/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts +++ b/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts @@ -82,7 +82,7 @@ <21 0 &gpio1 3 0>; /* D15 */ }; - nrf70: coex { + nrf_radio_coex: coex { status = "okay"; compatible = "nordic,nrf7002-coex"; diff --git a/boards/shields/nrf7002eb/nrf7002eb_coex.overlay b/boards/shields/nrf7002eb/nrf7002eb_coex.overlay index 59007ebe58e..09bfb6e1906 100644 --- a/boards/shields/nrf7002eb/nrf7002eb_coex.overlay +++ b/boards/shields/nrf7002eb/nrf7002eb_coex.overlay @@ -5,7 +5,7 @@ */ / { - nrf70: coex { + nrf_radio_coex: coex { compatible = "nordic,nrf7002-coex"; status = "okay"; diff --git a/boards/shields/nrf7002ek/nrf7002ek_coex.overlay b/boards/shields/nrf7002ek/nrf7002ek_coex.overlay index 4b592acbfb2..60ff3ca6ea4 100644 --- a/boards/shields/nrf7002ek/nrf7002ek_coex.overlay +++ b/boards/shields/nrf7002ek/nrf7002ek_coex.overlay @@ -5,7 +5,7 @@ */ / { - nrf70: coex { + nrf_radio_coex: coex { compatible = "nordic,nrf7002-coex"; status = "okay";