]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
reset: stm32: Fix header misuse
authorMarek Vasut <marek.vasut@mailbox.org>
Mon, 30 Jun 2025 00:09:07 +0000 (02:09 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 29 Jul 2025 15:02:31 +0000 (17:02 +0200)
The stm32-reset-core.h is located in drivers/reset/stm32/ , it has to
be included using "stm32-reset-core.h" and not <stm32-reset-core.h> ,
otherwise the build fails. Fix it.

Fixes: 0994a627c278 ("reset: stm32mp25: add stm32mp25 reset driver")
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
MAINTAINERS
drivers/reset/stm32/stm32-reset-core.c
drivers/reset/stm32/stm32-reset-mp1.c
drivers/reset/stm32/stm32-reset-mp25.c
drivers/reset/stm32/stm32-reset.c

index c4eaba58a9013d2ef038a11a593cbe5590f3c3e3..92a75e7e4fd9ce5d23899a718538935e60ba1bd7 100644 (file)
@@ -731,7 +731,6 @@ F:  include/dt-bindings/clock/stm32fx-clock.h
 F:     include/dt-bindings/clock/stm32mp*
 F:     include/dt-bindings/pinctrl/stm32-pinfunc.h
 F:     include/dt-bindings/reset/stm32mp*
-F:     include/stm32-reset-core.h
 F:     include/stm32_rcc.h
 F:     tools/logos/st.bmp
 F:     tools/stm32image.c
index 7dd92e07e1af1c36a8a344106e7dcde2e8df85a5..9eeed6536e0cb65f62126a8139445e79a81658af 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <dm.h>
 #include <reset-uclass.h>
-#include <stm32-reset-core.h>
+#include "stm32-reset-core.h"
 #include <stm32_rcc.h>
 #include <dm/device_compat.h>
 #include <linux/iopoll.h>
index 6863f6e64b725b4179defa147b9209ffdf5ee9d3..ce4532561e5edbe0e28dd21457c0f5c88b7b7922 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <dm.h>
-#include <stm32-reset-core.h>
+#include "stm32-reset-core.h"
 
 /* Reset clear offset for STM32MP RCC */
 #define RCC_CLR_OFFSET                 0x4
index 91c0336bc58afd3044523af73c8267a071d319d3..1cbe5c7f3d5c1e885b196289a7411caebfd94e3d 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <dm.h>
-#include <stm32-reset-core.h>
+#include "stm32-reset-core.h"
 #include <stm32mp25_rcc.h>
 #include <dt-bindings/reset/st,stm32mp25-rcc.h>
 
index 975f67f712afb6cc9a3cff181cd1e18f51a4d4f7..918e81e588f2584aa6f44c2cfa9f22ce990bf5e0 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <dm.h>
-#include <stm32-reset-core.h>
+#include "stm32-reset-core.h"
 
 /* Timeout for deassert */
 #define STM32_DEASSERT_TIMEOUT_US      10000