mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
fix orangepi3 eMMC patch
This commit is contained in:
@@ -2,21 +2,6 @@ diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts b/arch/arm64
|
||||
index c0150b7..ed0b76d 100644
|
||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
||||
@@ -77,6 +77,14 @@
|
||||
*/
|
||||
vin-supply = <®_aldo2>; /* GMAC-3V3 */
|
||||
};
|
||||
+
|
||||
+ wifi_pwrseq: wifi_pwrseq {
|
||||
+ compatible = "mmc-pwrseq-simple";
|
||||
+ clocks = <&rtc 1>;
|
||||
+ clock-names = "ext_clock";
|
||||
+ reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>; /* PM3 */
|
||||
+ post-power-on-delay-ms = <200>;
|
||||
+ };
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
@@ -196,6 +196,17 @@
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user