Re: [PATCH v3 3/3] rockchip: rk3568: add arch_cpu_init()

2021-12-23 Thread Kever Yang
On 2021/10/26 上午10:42, Nico Cheng wrote: We configured the drive strength and security of EMMC in arch_cpu_init(). Signed-off-by: Nico Cheng Reviewed-by: Kever Yang Thanks, - Kever --- Changes in v3: Replace configuration parameters of SGRF_SOC_CON4 with macro definitions. Changes in

[PATCH v3 3/3] rockchip: rk3568: add arch_cpu_init()

2021-10-25 Thread Nico Cheng
We configured the drive strength and security of EMMC in arch_cpu_init(). Signed-off-by: Nico Cheng --- Changes in v3: Replace configuration parameters of SGRF_SOC_CON4 with macro definitions. Changes in v2: We use the rk_clrreg function instead of the writel to set eMMC sdmmc0 to secure.