arm64: dts: rockchip: rk3588-vehicle-evb-v22: change minipcie power supply

Change-Id: If3918bd6c598aaeb2ddfd1f6fb93b586b43d6794
Signed-off-by: Xu Xuehui <xxh@rock-chips.com>
This commit is contained in:
Xu Xuehui
2023-12-16 13:31:49 +08:00
committed by Tao Huang
parent 56a3646562
commit 097d888d0e

View File

@@ -267,15 +267,15 @@
compatible = "regulator-fixed";
regulator-name = "minipcie_power_buck";
regulator-boot-on;
regulator-always-on;
regulator-min-microvolt = <12000000>;
regulator-max-microvolt = <12000000>;
//regulator-always-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
enable-active-high;
gpio = <&nca9539_gpio 13 GPIO_ACTIVE_HIGH>;
vin-supply = <&vcc5v0_usb>;
vin-supply = <&vcc5v0_buck>;
regulator-state-mem {
regulator-off-in-suspend;
regulator-suspend-microvolt = <12000000>;
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
};