From 09ce9f17d9b2dde7032fabbe35a0dfc0ac11a58b Mon Sep 17 00:00:00 2001 From: Martin Ayotte Date: Mon, 31 Dec 2018 14:13:53 -0500 Subject: [PATCH] add startup-delay to OPiWin gmac-3v3 --- .../sunxi-dev/xxx-0001-network-audio-orangepiwin-dts.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patch/kernel/sunxi-dev/xxx-0001-network-audio-orangepiwin-dts.patch b/patch/kernel/sunxi-dev/xxx-0001-network-audio-orangepiwin-dts.patch index 29959ec46..4442abd06 100644 --- a/patch/kernel/sunxi-dev/xxx-0001-network-audio-orangepiwin-dts.patch +++ b/patch/kernel/sunxi-dev/xxx-0001-network-audio-orangepiwin-dts.patch @@ -10,7 +10,7 @@ index eefe0a458..b5cb62beb 100644 serial0 = &uart0; }; -@@ -59,6 +60,42 @@ +@@ -59,6 +60,43 @@ stdout-path = "serial0:115200n8"; }; @@ -28,6 +28,7 @@ index eefe0a458..b5cb62beb 100644 + regulator-name = "gmac-3v3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; ++ startup-delay-us = <100000>; + regulator-boot-on; + enable-active-high; + gpio = <&pio 3 14 GPIO_ACTIVE_HIGH>; /* PD14 */