mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-01 03:31:36 +00:00
add startup-delay to OPiWin gmac-3v3
This commit is contained in:
parent
7d15d232ce
commit
09ce9f17d9
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ index eefe0a458..b5cb62beb 100644
|
||||||
serial0 = &uart0;
|
serial0 = &uart0;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -59,6 +60,42 @@
|
@@ -59,6 +60,43 @@
|
||||||
stdout-path = "serial0:115200n8";
|
stdout-path = "serial0:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ index eefe0a458..b5cb62beb 100644
|
||||||
+ regulator-name = "gmac-3v3";
|
+ regulator-name = "gmac-3v3";
|
||||||
+ regulator-min-microvolt = <3300000>;
|
+ regulator-min-microvolt = <3300000>;
|
||||||
+ regulator-max-microvolt = <3300000>;
|
+ regulator-max-microvolt = <3300000>;
|
||||||
|
+ startup-delay-us = <100000>;
|
||||||
+ regulator-boot-on;
|
+ regulator-boot-on;
|
||||||
+ enable-active-high;
|
+ enable-active-high;
|
||||||
+ gpio = <&pio 3 14 GPIO_ACTIVE_HIGH>; /* PD14 */
|
+ gpio = <&pio 3 14 GPIO_ACTIVE_HIGH>; /* PD14 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue