diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-15 10:20:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-15 10:20:35 -0400 |
commit | bb1ff1371e23c699700a53a53b7c30c310b285fa (patch) | |
tree | ddf62a0d69ba216455494285ff11b474c907598b /arch/arm | |
parent | 07672c478e3a6aa0ac2ddb5b05a181b1025fd759 (diff) | |
parent | 50a17a69be076316e4c539b75403acfabf9e4c4c (diff) |
Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- fsl_esdhc sdr104 and hs200 fix and error path fix
- fsl_esdhc workaround 3.3v io issue
- ca_dw_mmc cleanup
- presidio-asic emmc DT update.
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/ca-presidio-engboard.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/dts/ca-presidio-engboard.dts b/arch/arm/dts/ca-presidio-engboard.dts index c03dacc54a..40c93d7042 100644 --- a/arch/arm/dts/ca-presidio-engboard.dts +++ b/arch/arm/dts/ca-presidio-engboard.dts @@ -10,11 +10,9 @@ #size-cells = <1>; mmc0: mmc@f4400000 { - compatible = "snps,dw-cortina"; + compatible = "cortina,ca-mmc"; reg = <0x0 0xf4400000 0x1000>; bus-width = <4>; - io_ds = <0x77>; - fifo-mode; sd_dll_ctrl = <0xf43200e8>; io_drv_ctrl = <0xf432004c>; }; |