mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
rockchip: cru: Enable cpu info support for rk3568
Add cru structure definition in head file to support cpu_info driver. Series-version: 2 Series-changes: 2 Format the patch header, add commit message and signature. Signed-off-by: Anton <vao@asu-vei.ru> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
8300cebcd6
commit
6e710897aa
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
# include <asm/arch-rockchip/cru_rk3288.h>
|
||||
#elif defined(CONFIG_ROCKCHIP_RK3399)
|
||||
# include <asm/arch-rockchip/cru_rk3399.h>
|
||||
#elif defined(CONFIG_ROCKCHIP_RK3568)
|
||||
#include <asm/arch-rockchip/cru_rk3568.h>
|
||||
#endif
|
||||
|
||||
/* CRU_GLB_RST_ST */
|
||||
|
|
|
@ -106,6 +106,8 @@ struct rk3568_cru {
|
|||
unsigned int emmc_con[2];/* Address Offset: 0x0598 */
|
||||
};
|
||||
|
||||
#define rockchip_cru rk3568_cru
|
||||
|
||||
check_member(rk3568_cru, mode_con00, 0xc0);
|
||||
check_member(rk3568_cru, softrst_con[0], 0x400);
|
||||
|
||||
|
|
Loading…
Reference in a new issue