mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
1.ADD 3126 DTS for ESP8089 WIFI
2.3126 ESP8089 WIFI is controled by PMIC
3.remove regulator-always-on property in file rk818.dtsi to contril WIFI power
This commit is contained in:
@@ -19,7 +19,22 @@
|
||||
rockchip,remote_wakeup;
|
||||
rockchip,usb_irq_wakeup;
|
||||
};
|
||||
|
||||
|
||||
wireless-wlan {
|
||||
compatible = "wlan-platdata";
|
||||
wifi_chip_type = "esp8089";
|
||||
sdio_vref = <0>; //1800mv or 3300mv
|
||||
|
||||
power_ctrl_by_pmu;
|
||||
power_pmu_regulator = "rk818_ldo8";
|
||||
power_pmu_enable_level = <1>; //1->HIGH, 0->LOW
|
||||
|
||||
//vref_ctrl_enable;
|
||||
//vref_pmu_regulator = "rk818_ldo8";
|
||||
//vref_pmu_enable_level = <1>; //1->HIGH, 0->LOW
|
||||
|
||||
satus = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&rk_screen {
|
||||
|
||||
Reference in New Issue
Block a user