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:
Benedikt Spranger 2024-08-05 12:26:08 +02:00 committed by Alberto Escolar
commit 5e6bbdc8e4
2 changed files with 0 additions and 4 deletions

View file

@ -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;

View file

@ -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;