mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
support different wifi bt chip auto compatible
modify arch/arm/boot/dts/rk3126-86v.dts
This commit is contained in:
@@ -33,7 +33,12 @@
|
||||
wireless-wlan {
|
||||
compatible = "wlan-platdata";
|
||||
|
||||
wifi_chip_type = "rtkwifi";
|
||||
/* wifi_chip_type - wifi chip define
|
||||
* ap6210, ap6330, ap6335
|
||||
* rtl8188eu, rtl8723bs, rtl8723bu
|
||||
* esp8089
|
||||
*/
|
||||
wifi_chip_type = "rtl8188eu";
|
||||
sdio_vref = <1800>; //1800mv or 3300mv
|
||||
|
||||
//power_ctrl_by_pmu;
|
||||
|
||||
Reference in New Issue
Block a user