summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/global_data.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-10-18 15:28:10 +0300
committerStefano Babic <sbabic@denx.de>2018-10-22 13:59:01 +0300
commit60b9de4f708ce1eae1eeb362e9b9ea32a63e4ebd (patch)
tree3d55dfd4f2de9560a4061cf0588287e74f7171fd /arch/arm/include/asm/global_data.h
parenta6bba0bd00e2cdf8010615e9ddf77ab978857c85 (diff)
downloadu-boot-60b9de4f708ce1eae1eeb362e9b9ea32a63e4ebd.tar.xz
arm: global_data: add scu_dev for i.MX8
Add scu_dev for i.MX8, this will be used as a handle to communite with SCU from A35. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/global_data.h')
-rw-r--r--arch/arm/include/asm/global_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h
index 287a7bd5b1..c3ee5f0c7b 100644
--- a/arch/arm/include/asm/global_data.h
+++ b/arch/arm/include/asm/global_data.h
@@ -74,6 +74,10 @@ struct arch_global_data {
#if defined(CONFIG_FSL_LSCH3) && defined(CONFIG_SYS_FSL_HAS_DP_DDR)
unsigned long mem2_clk;
#endif
+
+#ifdef CONFIG_ARCH_IMX8
+ struct udevice *scu_dev;
+#endif
};
#include <asm-generic/global_data.h>