|
|
@@ -115,6 +115,17 @@
|
|
|
enable-active-high;
|
|
|
};
|
|
|
|
|
|
+ usb_pwr: regulator-usb_pwr {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "USB_PWR";
|
|
|
+ regulator-min-microvolt = <5000000>;
|
|
|
+ regulator-max-microvolt = <5000000>;
|
|
|
+ vin-supply = <&vcc_5v>;
|
|
|
+
|
|
|
+ gpio = <&gpio_ao GPIOAO_5 GPIO_ACTIVE_HIGH>;
|
|
|
+ enable-active-high;
|
|
|
+ };
|
|
|
+
|
|
|
emmc_pwrseq: emmc-pwrseq {
|
|
|
compatible = "mmc-pwrseq-emmc";
|
|
|
reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
|