Message ID | 20241021151330.1860929-1-bastien.curutchet@bootlin.com |
---|---|
Headers | show |
Series | memory: ti-aemif: Add DM support | expand |
On Mon, 21 Oct 2024 17:13:24 +0200, Bastien Curutchet wrote: > This patch series aims to add DM support for the AEMIF controller that > can be found in the DaVinci SoCs. > > This controller has already a driver used by the Keystone SoCs so I > add my work to it. > > As we can now easily import Linux device-trees, I try to stick the > most I can to the Linux bindings of the AEMIF controller. To do so I add > an 'intermediate' driver called 'ti-aemif-cs'. It's in charge of > configuring timings for a given chip select of the AEMIF controller. > > [...] Applied to u-boot/master, thanks!