Lines Matching +full:rk3288 +full:- +full:pmu +full:- +full:sram
3 * Author: Tony Xie <tony.xie@rock-chips.com>
64 rkpm_bootdata_cpusp = rk3288_bootram_phy + (SZ_4K - 8); in rk3288_config_bootdata()
108 * SGRF_FAST_BOOT_EN - system to boot from FAST_BOOT_ADDR in rk3288_slp_mode_set()
109 * PCLK_WDT_GATE - disable WDT during suspend. in rk3288_slp_mode_set()
150 * In deep suspend we use PMU_PMU_USE_LF to let the rk3288 in rk3288_slp_mode_set()
241 pr_err("%s: could not find pmu regmap\n", __func__); in rk3288_suspend_init()
246 "rockchip,rk3288-sgrf"); in rk3288_suspend_init()
253 "rockchip,rk3288-grf"); in rk3288_suspend_init()
260 "rockchip,rk3288-pmu-sram"); in rk3288_suspend_init()
263 return -ENODEV; in rk3288_suspend_init()
269 return -ENOMEM; in rk3288_suspend_init()
304 .compatible = "rockchip,rk3288-pmu",
320 pr_err("Failed to find PMU node\n"); in rockchip_suspend_init()
323 pm_data = (struct rockchip_pm_data *) match->data; in rockchip_suspend_init()
325 if (pm_data->init) { in rockchip_suspend_init()
326 ret = pm_data->init(np); in rockchip_suspend_init()
334 suspend_set_ops(pm_data->ops); in rockchip_suspend_init()