aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2019-01-07 11:17:24 +0100
committerYann Gautier <yann.gautier@st.com>2019-01-07 11:17:24 +0100
commit6e6ab282f70f233eb426fd93f243d8ca6922d4cc (patch)
treecd5d7e7881887a30525f88184c5bf91c57506208 /include
parent9a207532f8216bf83fed0891fed9ed0bc72ca450 (diff)
downloadplatform_external_arm-trusted-firmware-6e6ab282f70f233eb426fd93f243d8ca6922d4cc.tar.gz
platform_external_arm-trusted-firmware-6e6ab282f70f233eb426fd93f243d8ca6922d4cc.tar.bz2
platform_external_arm-trusted-firmware-6e6ab282f70f233eb426fd93f243d8ca6922d4cc.zip
stm32mp1: do not include platform header files directly in drivers
Instead, only platform_def.h is included. The required files to be included are added in stm32mp1_def.h. Signed-off-by: Yann Gautier <yann.gautier@st.com>
Diffstat (limited to 'include')
-rw-r--r--include/drivers/st/stm32mp1_pmic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/st/stm32mp1_pmic.h b/include/drivers/st/stm32mp1_pmic.h
index 256e340be..75f8e61f7 100644
--- a/include/drivers/st/stm32mp1_pmic.h
+++ b/include/drivers/st/stm32mp1_pmic.h
@@ -9,7 +9,7 @@
#include <stdbool.h>
-#include <stm32mp1_def.h>
+#include <platform_def.h>
bool dt_check_pmic(void);
int dt_pmic_enable_boot_on_regulators(void);