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

2021-10-31 Thread Alper Nebi Yasak
On 09/10/2021 18:24, Kever Yang wrote: > On 2021/10/9 上午1:33, Philipp Tomsich wrote: >> Could you point me to a public version of the TRM (and >> ideally also of the datasheet), so I can review this series? > > I believe there is no public TRM or datasheet for rk3568 is available > for now. I

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

2021-10-09 Thread Kever Yang
Hi Philipp, On 2021/10/9 上午1:33, Philipp Tomsich wrote: On Fri, 8 Oct 2021 at 04:01, Nico Cheng wrote: We configured the drive strength and security of EMMC in arch_cpu_init(). Could you point me to a public version of the TRM (and ideally also of the datasheet), so I can review this

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

2021-10-09 Thread Kever Yang
On 2021/10/8 上午10:21, Nico Cheng wrote: We configured the drive strength and security of EMMC in typo: drive/driver. EMMC and sdmmc arch_cpu_init(). Signed-off-by: Nico Cheng --- arch/arm/mach-rockchip/rk3568/rk3568.c | 19 +++ 1 file changed, 19 insertions(+) diff

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

2021-10-08 Thread Philipp Tomsich
On Fri, 8 Oct 2021 at 04:01, Nico Cheng wrote: > > We configured the drive strength and security of EMMC in > arch_cpu_init(). Could you point me to a public version of the TRM (and ideally also of the datasheet), so I can review this series? Thanks, Philipp. > > Signed-off-by: Nico Cheng >

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

2021-10-07 Thread Nico Cheng
We configured the drive strength and security of EMMC in arch_cpu_init(). Signed-off-by: Nico Cheng --- arch/arm/mach-rockchip/rk3568/rk3568.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/mach-rockchip/rk3568/rk3568.c