From 96ed3a68a977a0dc8cbc3b08bc0dd77cf78a7de0 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Mon, 23 Oct 2023 14:51:52 +0000 Subject: [PATCH] dts: mec1727nsz: fix few build issues This files has been changed as part of a refactoring in 13a87081b9. Unfortunately the refactoring introduced few issues: - usage of devicetree macros before their definition - usage of pinctrl label before the definition of the corresponding node - removal of few node overrides that are causing build errors Unfortunately there's no board usptream using this specific dts file, so the issue has not been caught in CI and was only found downstream. Signed-off-by: Fabio Baltieri --- dts/arm/microchip/mec1727nsz.dtsi | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/dts/arm/microchip/mec1727nsz.dtsi b/dts/arm/microchip/mec1727nsz.dtsi index 62d4d0985d5..a7484a335bb 100644 --- a/dts/arm/microchip/mec1727nsz.dtsi +++ b/dts/arm/microchip/mec1727nsz.dtsi @@ -12,7 +12,9 @@ #include #include "mec172x/mec172x-vw-routing.dtsi" -#include "mec172x/mec172xnsz-pinctrl.dtsi" + +#include +#include / { cpus { @@ -83,6 +85,16 @@ }; }; +&nvic { + arm,num-irq-priority-bits = <3>; +}; + +&systick { + status = "disabled"; +}; + +#include "mec172x/mec172xnsz-pinctrl.dtsi" + &gpspi_wp_n_gpio076 { output-high; };