board: presidio-asic: update eMMC DT information
authorAlex Nemirovsky <alex.nemirovsky@cortina-access.com>
Fri, 22 May 2020 00:24:23 +0000 (17:24 -0700)
committerPeng Fan <peng.fan@nxp.com>
Mon, 15 Jun 2020 01:45:22 +0000 (09:45 +0800)
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>
arch/arm/dts/ca-presidio-engboard.dts

index c03dacc54a2aff316f8f9bce7035d577a7805d4c..40c93d70423bfefbe6a966c6240ad97a69ddc844 100644 (file)
    #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>;
        };