mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk1808-evb: fix up the polarity for syr8xx vsel gpio
Set vsel gpio low to disable vdd_npu. Set vsel gpio high to enable vdd_npu. The vsel pin is pull up by hw default. Change-Id: I86ef1f2d6d2a0dd26a128cba1e52a140e6844291 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
regulator-min-microvolt = <750000>;
|
||||
regulator-max-microvolt = <950000>;
|
||||
regulator-ramp-delay = <1000>;
|
||||
fcs,suspend-voltage-selector = <1>;
|
||||
fcs,suspend-voltage-selector = <0>;
|
||||
regulator-boot-on;
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
|
||||
Reference in New Issue
Block a user