aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-02-21 08:48:28 +0100
committerLubomir Rintel <lkundrak@v3.sk>2019-04-19 07:28:33 +0200
commitd76fb967b429770bc3f82cddb676374756cc75dc (patch)
treee32ef51cddd2df9a36163608e00c514a434e0409
parentc053027369bf3b7a50d21d487d0170d2d7bb7f44 (diff)
downloadopenfirmware-d76fb967b429770bc3f82cddb676374756cc75dc.tar.gz
olpc/1.75: make sdhci@d4280000 (ext) match mrvl,pxav3-mmc binding
-rw-r--r--cpu/arm/olpc/1.75/sdhci.fth5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpu/arm/olpc/1.75/sdhci.fth b/cpu/arm/olpc/1.75/sdhci.fth
index 6af3a91a..09b19a92 100644
--- a/cpu/arm/olpc/1.75/sdhci.fth
+++ b/cpu/arm/olpc/1.75/sdhci.fth
@@ -12,8 +12,11 @@ dev /sd
0 0 encode-bytes " no-1-8-v" property
" /pmua" encode-phandle 3 encode-int encode+ " clocks" property
- " PXA-SDHCLK" " clock-names" string-property
+ " io" " clock-names" string-property
d# 40 encode-int 1 encode-int encode+ " power-delay-ms" property
+ d# 50000000 " clock-frequency" integer-property
+ d# 31 " mrvl,clk-delay-cycles" integer-property
+ 0 0 encode-bytes " broken-cd" property
new-device
fload ${BP}/dev/mmc/sdhci/sdmmc.fth