mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-19 05:11:32 +00:00
add missing RTL8189FS WiFi for OPi
This commit is contained in:
parent
1221560734
commit
ac5cd48b11
4 changed files with 357069 additions and 1 deletions
|
@ -8,7 +8,7 @@ MODULES_NEXT="8189fs g_serial"
|
|||
CPUMIN="480000"
|
||||
CPUMAX="1200000"
|
||||
#
|
||||
KERNEL_TARGET="default,dev"
|
||||
KERNEL_TARGET="default,next,dev"
|
||||
CLI_TARGET="jessie,xenial:default"
|
||||
DESKTOP_TARGET="xenial:default"
|
||||
|
||||
|
|
|
@ -2301,6 +2301,7 @@ CONFIG_RT2X00_LIB_LEDS=y
|
|||
CONFIG_WLAN_VENDOR_REALTEK=y
|
||||
CONFIG_RTL8187=m
|
||||
CONFIG_RTL8187_LEDS=y
|
||||
CONFIG_RTL8189FS=m
|
||||
CONFIG_RTL_CARDS=m
|
||||
CONFIG_RTL8192CU=m
|
||||
CONFIG_RTLWIFI=m
|
||||
|
|
24
patch/kernel/sunxi-next/add-opi-wifi-pwrseq.patch
Normal file
24
patch/kernel/sunxi-next/add-opi-wifi-pwrseq.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
|
||||
index 8b93f5c..9011356 100644
|
||||
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
|
||||
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
|
||||
@@ -51,6 +51,11 @@
|
||||
/* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
|
||||
ethernet1 = &rtl8189ftv;
|
||||
};
|
||||
+
|
||||
+ wifi_pwrseq: wifi_pwrseq {
|
||||
+ compatible = "mmc-pwrseq-simple";
|
||||
+ reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 WIFI_EN */
|
||||
+ };
|
||||
};
|
||||
|
||||
&mmc1 {
|
||||
@@ -57,6 +57,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mmc1_pins_a>;
|
||||
vmmc-supply = <®_vcc3v3>;
|
||||
+ mmc-pwrseq = <&wifi_pwrseq>;
|
||||
bus-width = <4>;
|
||||
non-removable;
|
||||
status = "okay";
|
357043
patch/kernel/sunxi-next/add-realtek-8189fs-driver.patch
Normal file
357043
patch/kernel/sunxi-next/add-realtek-8189fs-driver.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue