Kevin,
On Fri, Oct 24, 2014 at 2:47 PM, Kevin Hilman wrote:
>> +static void rk3288_fill_in_bootram(u32 level)
>> +{
>> + rkpm_bootdata_cpusp = rk3288_bootram_phy + (SZ_4K - 8);
>> + rkpm_bootdata_cpu_code = virt_to_phys(cpu_resume);
>> +
>> + rkpm_bootdata_l2ctlr_f = 1;
>> + rkpm
z...@rock-chips.com writes:
> From: Chris Zhong
>
> It's a basic version of suspend and resume for rockchip, it only support
> RK3288
> now.
>
> Signed-off-by: Tony Xie
> Signed-off-by: Chris Zhong
>
> ---
>
> Changes in v3:
> - move the pinmux of gpio6_c6 save and restore to pinctrl-rockchip
From: Chris Zhong
It's a basic version of suspend and resume for rockchip, it only support RK3288
now.
Signed-off-by: Tony Xie
Signed-off-by: Chris Zhong
---
Changes in v3:
- move the pinmux of gpio6_c6 save and restore to pinctrl-rockchip
Changes in v2:
- add the regulator calls in prepare
3 matches
Mail list logo