Commit 60b9de4f708ce1eae1eeb362e9b9ea32a63e4ebd

Authored by Peng Fan
Committed by Stefano Babic
1 parent a6bba0bd00

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>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

arch/arm/include/asm/global_data.h
... ... @@ -74,6 +74,10 @@
74 74 #if defined(CONFIG_FSL_LSCH3) && defined(CONFIG_SYS_FSL_HAS_DP_DDR)
75 75 unsigned long mem2_clk;
76 76 #endif
  77 +
  78 +#ifdef CONFIG_ARCH_IMX8
  79 + struct udevice *scu_dev;
  80 +#endif
77 81 };
78 82  
79 83 #include <asm-generic/global_data.h>