diff options
author | Patrick Delaunay | 2019-02-04 11:26:16 +0100 |
---|---|---|
committer | Patrick Delaunay | 2019-04-12 16:09:13 +0200 |
commit | d46c22b3fdb58623f1bf372d028313a5d3e7b79b (patch) | |
tree | e809fe8d3094be0f6bab55e7a17c8aee2229ac17 /board/st | |
parent | 9772125130546115206d25b2dcd221f22355bad3 (diff) |
power: stpmu1: rename files to stpmic1
Prepare file modification for kernel alignment and
rename driver to stpmic1.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/stm32mp1/board.c | 2 | ||||
-rw-r--r-- | board/st/stm32mp1/spl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/st/stm32mp1/board.c b/board/st/stm32mp1/board.c index 5f31ea99f59..1bb97792c91 100644 --- a/board/st/stm32mp1/board.c +++ b/board/st/stm32mp1/board.c @@ -8,7 +8,7 @@ #include <asm/io.h> #include <asm/arch/ddr.h> #include <power/pmic.h> -#include <power/stpmu1.h> +#include <power/stpmic1.h> #ifdef CONFIG_DEBUG_UART_BOARD_INIT void board_debug_uart_init(void) diff --git a/board/st/stm32mp1/spl.c b/board/st/stm32mp1/spl.c index f3db0d63853..1202297d2ed 100644 --- a/board/st/stm32mp1/spl.c +++ b/board/st/stm32mp1/spl.c @@ -11,7 +11,7 @@ #include <asm/io.h> #include <post.h> #include <power/pmic.h> -#include <power/stpmu1.h> +#include <power/stpmic1.h> #include <asm/arch/ddr.h> void spl_board_init(void) |