summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Nemirovsky <alex.nemirovsky@cortina-access.com>2020-05-21 17:24:23 -0700
committerPeng Fan <peng.fan@nxp.com>2020-06-15 09:45:22 +0800
commit1ac64476440ee293e51f03d5b612b2b44b059976 (patch)
tree7234a811fcdaf596d78a291e4c57b624aec9c569
parentdbd8a8dfe7fa03300bd8d56b1d1e87d1089550b5 (diff)
downloadu-boot-1ac64476440ee293e51f03d5b612b2b44b059976.tar.gz
board: presidio-asic: update eMMC DT information
Change DT compatibility name to match change in driver's name. Remove unused io_ds and fifo_mode fields from DT. Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com> CC: Peng Fan <peng.fan@nxp.com> CC: Jaehoon Chung <jh80.chung@samsung.com> CC: Tom Rini <trini@konsulko.com>
-rw-r--r--arch/arm/dts/ca-presidio-engboard.dts4
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>;
};