mirror of
https://github.com/torvalds/linux.git
synced 2026-06-13 01:08:08 +02:00
arm64: dts: rockchip: gpu vd always on for rk3399 mid board
Add the 'regulator-always-on' property for vdd_gpu on rk3399-tve1030g/ rk3399-tve1205g/rk3399-mid-818-android Change-Id: I22938c7041bc56b53983447a00e83144411b4cca Signed-off-by: Bin Yang <yangbin@rock-chips.com>
This commit is contained in:
parent
4ea2cc2a65
commit
a43e4e60c8
|
|
@ -402,6 +402,7 @@ vdd_gpu: syr828@41 {
|
|||
regulator-max-microvolt = <1400000>;
|
||||
regulator-ramp-delay = <1000>;
|
||||
fcs,suspend-voltage-selector = <1>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
|
|
|
|||
|
|
@ -385,6 +385,7 @@ vdd_gpu: syr828@41 {
|
|||
regulator-max-microvolt = <1400000>;
|
||||
regulator-ramp-delay = <1000>;
|
||||
fcs,suspend-voltage-selector = <1>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
|
|
|
|||
|
|
@ -505,6 +505,7 @@ vdd_gpu: syr828@41 {
|
|||
regulator-max-microvolt = <1400000>;
|
||||
regulator-ramp-delay = <1000>;
|
||||
fcs,suspend-voltage-selector = <1>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user