提交 dbd897b9 编写于 作者: L Linus Walleij

spi: pl022: use DMA by default when probing from DT

In the past we controlled the selection of DMA for a certain
host by a boolean switch in the platform data. Currently
there is no way to enable DMA on a PL022 probed from the
device tree. Let's default to trying to obtain DMA channels
in the DT case, and then we can always fail (and thus fall
back to PIO mode).
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 b263e9b8
...@@ -2083,6 +2083,7 @@ pl022_platform_data_dt_get(struct device *dev) ...@@ -2083,6 +2083,7 @@ pl022_platform_data_dt_get(struct device *dev)
} }
pd->bus_id = -1; pd->bus_id = -1;
pd->enable_dma = 1;
of_property_read_u32(np, "num-cs", &tmp); of_property_read_u32(np, "num-cs", &tmp);
pd->num_chipselect = tmp; pd->num_chipselect = tmp;
of_property_read_u32(np, "pl022,autosuspend-delay", of_property_read_u32(np, "pl022,autosuspend-delay",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册