Enabled internal WLAN on RockPi S

This commit is contained in:
Piotr Szczepanik 2019-12-21 22:33:07 +01:00
parent c819b385df
commit f002ad749c
2 changed files with 3 additions and 12 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.198 Kernel Configuration
# Linux/arm64 4.4.207 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
@ -1644,7 +1644,7 @@ CONFIG_RTL_CARDS=y
# CONFIG_RTL8192CU is not set
# CONFIG_RTL8XXXU is not set
CONFIG_WL_ROCKCHIP=y
# CONFIG_WIFI_BUILD_MODULE is not set
CONFIG_WIFI_BUILD_MODULE=y
CONFIG_WIFI_LOAD_DRIVER_WHEN_KERNEL_BOOTUP=y
# CONFIG_WIFI_GENERATE_RANDOM_MAC_ADDR is not set
# CONFIG_AP6XXX is not set
@ -1657,7 +1657,7 @@ CONFIG_RTL_WIRELESS_SOLUTION=y
# CONFIG_RTL8723BS is not set
# CONFIG_RTL8723BU is not set
# CONFIG_RTL8723CS is not set
CONFIG_RTL8723DS=y
CONFIG_RTL8723DS=m
# CONFIG_MVL88W8977 is not set
#

View File

@ -66,15 +66,6 @@ index c64afc6a..e039eaa9 100644
};
wireless-wlan {
@@ -164,7 +164,7 @@
pinctrl-0 = <&wifi_wake_host>;
wifi_chip_type = "rtl8723ds";
WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
- status = "okay";
+ status = "disabled";
};
gpio-leds {
@@ -342,6 +342,10 @@
};
};