Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: vcc33_ccd off in suspend for rk3288-veyron-chromebook

As per my comments when the device tree for rk3288-veyron-chromebook
first landed:

> Technically I think vcc33_ccd can be off since we have
> 'needs-reset-on-resume' down in the EHCI port (this regulator is for
> the USB webcam that's connected to the EHCI port).
>
> ...but leaving it on for now seems fine until we get suspend/resume
> more solid.

It's probably about time to do it right.

[1] https://lore.kernel.org/linux-arm-kernel/CAD=FV=U37Yx8Mqk75_x05zxonvdc3qRMhqp8TyTDPWGHqSuRqg@mail.gmail.com/

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Douglas Anderson and committed by
Heiko Stuebner
ed27ae71 8a5deb4e

+1 -2
+1 -2
arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
··· 176 176 regulator-min-microvolt = <3300000>; 177 177 regulator-max-microvolt = <3300000>; 178 178 regulator-state-mem { 179 - regulator-on-in-suspend; 180 - regulator-suspend-microvolt = <3300000>; 179 + regulator-off-in-suspend; 181 180 }; 182 181 }; 183 182 };