mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
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>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user