Home
last modified time | relevance | path

Searched full:vddpu (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/regulator/
H A Danatop-regulator.yaml78 regulator-vddpu {
80 regulator-name = "vddpu";
/linux/drivers/cpufreq/
H A Dimx6q-cpufreq.c92 dev_err(cpu_dev, "failed to scale vddpu up: %d\n", ret); in imx6q_set_target()
185 dev_warn(cpu_dev, "failed to scale vddpu down: %d\n", ret); in imx6q_set_target()
449 * VDDSOC and VDDPU regulators. in imx6q_cpufreq_probe()
/linux/drivers/regulator/
H A Danatop-regulator.c274 * In case vddpu was disabled by the bootloader, we need to set in anatop_regulator_probe()
278 if (!sreg->sel && !strcmp(rdesc->name, "vddpu")) in anatop_regulator_probe()