mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Allwinner: Fix wifi on Beelink X2
This commit is contained in:
parent
d60c746a5a
commit
045342f8b5
@ -0,0 +1,24 @@
|
|||||||
|
diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
|
||||||
|
index 6277f13f3eb3..6a0ac85b4616 100644
|
||||||
|
--- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
|
||||||
|
+++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
|
||||||
|
@@ -89,7 +89,10 @@
|
||||||
|
|
||||||
|
wifi_pwrseq: wifi_pwrseq {
|
||||||
|
compatible = "mmc-pwrseq-simple";
|
||||||
|
+ pinctrl-names = "default";
|
||||||
|
reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
|
||||||
|
+ clocks = <&rtc 1>;
|
||||||
|
+ clock-names = "ext_clock";
|
||||||
|
};
|
||||||
|
|
||||||
|
sound_spdif {
|
||||||
|
@@ -155,6 +158,8 @@
|
||||||
|
|
||||||
|
&mmc1 {
|
||||||
|
vmmc-supply = <®_vcc3v3>;
|
||||||
|
+ vqmmc-supply = <®_vcc3v3>;
|
||||||
|
+ mmc-pwrseq = <&wifi_pwrseq>;
|
||||||
|
bus-width = <4>;
|
||||||
|
non-removable;
|
||||||
|
status = "okay";
|
Loading…
x
Reference in New Issue
Block a user