Skip to content

Commit

Permalink
[nrf noup] boards: nordic: 7002dk_ns: Fix missing co-ex
Browse files Browse the repository at this point in the history
The file has been removed upstream, but as upstream doesn't have NS
support, this need to be fixed explicitly.

Upstream PR: zephyrproject-rtos/zephyr#79606

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 9236bc2)
  • Loading branch information
krish2718 authored and rlubos committed Oct 25, 2024
1 parent 1b0f089 commit 9d24a57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@
qspi-quad-mode;

#include "nrf70_common.dtsi"
#include "nrf70_common_coex.dtsi"
};
};
1 change: 0 additions & 1 deletion boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_ns.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
qspi-quad-mode;

#include "nrf70_common.dtsi"
#include "nrf70_common_coex.dtsi"
#include "nrf70_common_5g.dtsi"
};
};

0 comments on commit 9d24a57

Please sign in to comment.