mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
dts: update rk3368-box dts:1, wifi_bt,2,enabled pwm1;3.emmc clk
This commit is contained in:
@@ -18,13 +18,12 @@
|
||||
compatible = "wlan-platdata";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
/* wifi_chip_type - wifi chip define
|
||||
* bcmwifi ==> like ap6xxx, rk90x;
|
||||
* rtkwifi ==> like rtl8188xx, rtl8723xx;
|
||||
* esp8089 ==> esp8089;
|
||||
* other ==> for other wifi;
|
||||
*/
|
||||
wifi_chip_type = "bcmwifi";
|
||||
/* wifi_chip_type - wifi chip define
|
||||
* ap6210, ap6330, ap6335
|
||||
* rtl8188eu, rtl8723bs, rtl8723bu
|
||||
* esp8089
|
||||
*/
|
||||
wifi_chip_type = "ap6335";
|
||||
|
||||
sdio_vref = <1800>; //1800mv or 3300mv
|
||||
|
||||
@@ -271,20 +270,20 @@
|
||||
};
|
||||
|
||||
&emmc {
|
||||
clock-frequency = <100000000>;
|
||||
clock-freq-min-max = <400000 100000000>;
|
||||
clock-frequency = <150000000>;
|
||||
clock-freq-min-max = <400000 150000000>;
|
||||
|
||||
supports-highspeed;
|
||||
supports-emmc;
|
||||
bootpart-no-access;
|
||||
|
||||
|
||||
//supports-tSD;
|
||||
//supports-DDR_MODE; //you should set the two value in your project. only close in RK3288-SDK board.
|
||||
//caps2-mmc-hs200;
|
||||
|
||||
supports-DDR_MODE; //you should set the two value in your project. only close in RK3288-SDK board.
|
||||
caps2-mmc-hs200;
|
||||
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
|
||||
|
||||
//poll-hw-reset
|
||||
status = "okay";
|
||||
};
|
||||
@@ -704,6 +703,9 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pwm1 {
|
||||
status = "okay";
|
||||
};
|
||||
&clk_ddr_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
|
||||
Reference in New Issue
Block a user