tests: drivers: Remove unnessesary include
The nucleo_h7X3zi overlays use memory attributes and therfore the dedicated include file. This is unnessesary, since the memory attribute include is already included from the underlaying CPU base file "stm32h7.dtsi". Remove the unnessesary includes. Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de>
This commit is contained in:
parent
3887f41ef9
commit
5e6bbdc8e4
2 changed files with 0 additions and 4 deletions
|
@ -4,8 +4,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
|
||||
|
||||
/* Set div-q to get test clk freq into acceptable SPI freq range */
|
||||
&pll {
|
||||
/delete-property/ div-q;
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
|
||||
|
||||
/* Set div-q to get test clk freq into acceptable SPI freq range */
|
||||
&pll {
|
||||
/delete-property/ div-q;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue