21 Jul
2023
21 Jul
'23
6:43 p.m.
On Thu, Jul 20, 2023 at 02:29:18PM +0300, Nikita Shubin via B4 Relay wrote:
From: Nikita Shubin nikita.shubin@maquefel.me
- add OF ID match table
Instead of platform use_dma flag - check if DT dmas property is present to decide to use dma ot not.
...
+#ifdef CONFIG_OF
Why ifdeffery?
Can't it be first checked for firmware provided info and fell back to platdata?
+static struct ep93xx_spi_info dt_spi_info;
...
+#endif
--
With Best Regards,
Andy Shevchenko