|
@@ -120,7 +120,17 @@
|
|
|
|
|
|
mmcclk_ciu: mmcclk-ciu {
|
|
|
compatible = "fixed-clock";
|
|
|
- clock-frequency = <100000000>;
|
|
|
+ /*
|
|
|
+ * DW sdio controller has external ciu clock divider
|
|
|
+ * controlled via register in SDIO IP. Due to its
|
|
|
+ * unexpected default value (it should devide by 1
|
|
|
+ * but it devides by 8) SDIO IP uses wrong clock and
|
|
|
+ * works unstable (see STAR 9001204800)
|
|
|
+ * So add temporary fix and change clock frequency
|
|
|
+ * from 100000000 to 12500000 Hz until we fix dw sdio
|
|
|
+ * driver itself.
|
|
|
+ */
|
|
|
+ clock-frequency = <12500000>;
|
|
|
#clock-cells = <0>;
|
|
|
};
|
|
|
|