summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-11-17 09:54:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-11-17 09:54:23 +0100
commit1f7229e657c3a32355c9ee912d412a806b13f58a (patch)
treede4a152c10230105446b3acd220f0c62dd8562c9
parent68a902345d0643c303379599d7d29471ca296700 (diff)
downloadbarebox-1f7229e657c3a32355c9ee912d412a806b13f58a.tar.gz
barebox-1f7229e657c3a32355c9ee912d412a806b13f58a.tar.xz
dts: update to v4.14-rc7
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rwxr-xr-xdts/scripts/merge-new-release.sh2
-rw-r--r--dts/src/arc/hsdk.dts11
2 files changed, 7 insertions, 6 deletions
diff --git a/dts/scripts/merge-new-release.sh b/dts/scripts/merge-new-release.sh
index bd2dc29618..a2763c69bb 100755
--- a/dts/scripts/merge-new-release.sh
+++ b/dts/scripts/merge-new-release.sh
@@ -14,7 +14,7 @@ esac
v=$1
-set -ex
+set -e
# Use the date of Linus' originally tagged commit for the merge. This might
# differ from what the commit that the rewritten tag points to, since the
diff --git a/dts/src/arc/hsdk.dts b/dts/src/arc/hsdk.dts
index 8adde1b492..8f627c200d 100644
--- a/dts/src/arc/hsdk.dts
+++ b/dts/src/arc/hsdk.dts
@@ -137,14 +137,15 @@
/*
* 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
+ * unexpected default value (it should divide by 1
+ * but it divides by 8) SDIO IP uses wrong clock and
* works unstable (see STAR 9001204800)
+ * We switched to the minimum possible value of the
+ * divisor (div-by-2) in HSDK platform code.
* So add temporary fix and change clock frequency
- * from 100000000 to 12500000 Hz until we fix dw sdio
- * driver itself.
+ * to 50000000 Hz until we fix dw sdio driver itself.
*/
- clock-frequency = <12500000>;
+ clock-frequency = <50000000>;
#clock-cells = <0>;
};