projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6bba0b
)
arm: global_data: add scu_dev for i.MX8
author
Peng Fan
<peng.fan@nxp.com>
Thu, 18 Oct 2018 12:28:10 +0000
(14:28 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 22 Oct 2018 10:59:01 +0000
(12:59 +0200)
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>
arch/arm/include/asm/global_data.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/global_data.h
b/arch/arm/include/asm/global_data.h
index 287a7bd5b19cb555abaa88b3c24dd3250afa35ff..c3ee5f0c7b3b905357e57cedfa47f34d25627b07 100644
(file)
--- 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>