From 0829d59925d09b9da8ecd1ff64652b4ea5465e16 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Thu, 31 Aug 2023 16:05:44 +0200 Subject: [PATCH] dts: stm32wba: Add missing SoC compatible SoC compatible is now expected in soc .dtsi files Signed-off-by: Erwan Gouriou --- dts/arm/st/wba/stm32wba52Xg.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dts/arm/st/wba/stm32wba52Xg.dtsi b/dts/arm/st/wba/stm32wba52Xg.dtsi index 49724f35e5c..f4ddcbbc9e7 100644 --- a/dts/arm/st/wba/stm32wba52Xg.dtsi +++ b/dts/arm/st/wba/stm32wba52Xg.dtsi @@ -12,6 +12,8 @@ }; soc { + compatible = "st,stm32wba52", "st,stm32wba", "simple-bus"; + flash-controller@40022000 { flash0: flash@8000000 { reg = <0x08000000 DT_SIZE_M(1)>;