]> Pileus Git - ~andy/linux/blobdiff - drivers/spi/spi-pl022.c
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / drivers / spi / spi-pl022.c
index 16247c255688d001a0e43c1aa495e31daf914252..abef061fb84af1537afde292373604be6d1e85b1 100644 (file)
@@ -2078,6 +2078,7 @@ pl022_platform_data_dt_get(struct device *dev)
        }
 
        pd->bus_id = -1;
+       pd->enable_dma = 1;
        of_property_read_u32(np, "num-cs", &tmp);
        pd->num_chipselect = tmp;
        of_property_read_u32(np, "pl022,autosuspend-delay",