From: Alex Nemirovsky Date: Fri, 22 May 2020 00:24:23 +0000 (-0700) Subject: board: presidio-asic: update eMMC DT information X-Git-Tag: v2020.10~167^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ac64476440ee293e51f03d5b612b2b44b059976;p=platform%2Fkernel%2Fu-boot.git 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 CC: Peng Fan CC: Jaehoon Chung CC: Tom Rini --- diff --git a/arch/arm/dts/ca-presidio-engboard.dts b/arch/arm/dts/ca-presidio-engboard.dts index c03dacc..40c93d7 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>; };