ODROID-M1: add 'enable-active-high' to PCIe 3.3V regulator

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I0e3634a7cb3e3767407596849a242f11c80ec126
This commit is contained in:
Dongjin Kim
2021-12-10 04:39:37 +09:00
committed by codewalkerster
parent 765edfba8d
commit c649be07f9

View File

@@ -42,6 +42,7 @@
vcc3v3_pcie: gpio-regulator {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_pcie";
enable-active-high;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>;