diff options
Diffstat (limited to 'plat/mediatek/mt6795')
-rw-r--r-- | plat/mediatek/mt6795/bl31_plat_setup.c | 8 | ||||
-rw-r--r-- | plat/mediatek/mt6795/drivers/timer/mt_cpuxgpt.c | 6 | ||||
-rw-r--r-- | plat/mediatek/mt6795/plat_pm.c | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/plat/mediatek/mt6795/bl31_plat_setup.c b/plat/mediatek/mt6795/bl31_plat_setup.c index a70d1031..803f1ed8 100644 --- a/plat/mediatek/mt6795/bl31_plat_setup.c +++ b/plat/mediatek/mt6795/bl31_plat_setup.c @@ -3,9 +3,9 @@ * * SPDX-License-Identifier: BSD-3-Clause */ +#include <arch_helpers.h> #include <arm_gic.h> #include <assert.h> -#include <arch_helpers.h> #include <bl_common.h> #include <cci.h> #include <common_def.h> @@ -15,11 +15,11 @@ #include <generic_delay_timer.h> #include <mcucfg.h> #include <mmio.h> -#include <mtk_sip_svc.h> -#include <mtk_plat_common.h> #include <mt_cpuxgpt.h> -#include <platform.h> +#include <mtk_plat_common.h> +#include <mtk_sip_svc.h> #include <plat_private.h> +#include <platform.h> #include <string.h> #include <xlat_tables.h> /******************************************************************************* diff --git a/plat/mediatek/mt6795/drivers/timer/mt_cpuxgpt.c b/plat/mediatek/mt6795/drivers/timer/mt_cpuxgpt.c index 1f64558f..b357972e 100644 --- a/plat/mediatek/mt6795/drivers/timer/mt_cpuxgpt.c +++ b/plat/mediatek/mt6795/drivers/timer/mt_cpuxgpt.c @@ -4,13 +4,13 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#include <stdint.h> + #include <arch_helpers.h> +#include <debug.h> #include <mmio.h> #include <mt_cpuxgpt.h> -#include <stdint.h> #include <platform.h> -#include <debug.h> +#include <stdint.h> #define CPUXGPT_BASE 0x10200000 #define INDEX_BASE (CPUXGPT_BASE+0x0674) #define CTL_BASE (CPUXGPT_BASE+0x0670) diff --git a/plat/mediatek/mt6795/plat_pm.c b/plat/mediatek/mt6795/plat_pm.c index a0b77753..bd47bd8b 100644 --- a/plat/mediatek/mt6795/plat_pm.c +++ b/plat/mediatek/mt6795/plat_pm.c @@ -14,8 +14,8 @@ #include <errno.h> #include <mcucfg.h> #include <mmio.h> -#include <platform_def.h> #include <plat_private.h> +#include <platform_def.h> #include <power_tracer.h> #include <psci.h> #include <scu.h> |