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]>
  • Loading branch information
krish2718 committed Oct 24, 2024
1 parent 314f6e1 commit c34187f
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 c34187f

Please sign in to comment.