mmc: dts: limit clk for audi(s), and enable sdio by default
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3036-sdk.dts
index a77e61db1491f00c202729ccc67971c43c9b5e21..3d5788c90a8beb196b7dee85935eacf66f280512 100644 (file)
@@ -37,7 +37,7 @@
        wireless-wlan {
                compatible = "wlan-platdata";
 
-               wifi_chip_type = "";
+               wifi_chip_type = "esp8089";
                sdio_vref = <0>; //1800mv or 3300mv
 
                //power_ctrl_by_pmu;
 };
 
 &emmc {
-       clock-frequency = <100000000>;
-       clock-freq-min-max = <400000 100000000>;
+       clock-frequency = <37500000>;
+       clock-freq-min-max = <400000 37500000>;
 
         supports-highspeed;
        supports-emmc;
         bootpart-no-access;
 
        supports-DDR_MODE;
-       //caps2-mmc-hs200;
 
         ignore-pm-notify;
        keep-power-in-suspend;
 };
 
 &sdmmc {
-               clock-frequency = <50000000>;
-               clock-freq-min-max = <400000 50000000>;
+               clock-frequency = <37500000>;
+               clock-freq-min-max = <400000 37500000>;
                supports-highspeed;
                supports-sd;
                broken-cd;
 };
 
 &sdio {
-               clock-frequency = <50000000>;
-               clock-freq-min-max = <200000 50000000>;
+               clock-frequency = <37500000>;
+               clock-freq-min-max = <200000 37500000>;
                supports-highspeed;
                supports-sdio;
                ignore-pm-notify;
                keep-power-in-suspend;
-               //cap-sdio-irq;
+               cap-sdio-irq;
                status = "okay";
 };
 
 };
 
 &tve {
-       status = "disabled";
+       status = "okay";
 };
 
 &hdmi {