mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
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:
committed by
codewalkerster
parent
765edfba8d
commit
c649be07f9
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user