]> git.dujemihanovic.xyz Git - u-boot.git/commit
memory: ti-aemif: Add ARCH_DAVINCI to architectures that uses TI_AEMIF
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Mon, 21 Oct 2024 15:13:27 +0000 (17:13 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2024 00:45:22 +0000 (18:45 -0600)
commitf437f786cdba7bd909c480977cfc4de5ab004c3f
tree7397b6c95f8acaea56fdeb4d828e2c6a851d5ced
parent1ba44c8eed7c1c623f7010401bb0b8d2e59a8d8a
memory: ti-aemif: Add ARCH_DAVINCI to architectures that uses TI_AEMIF

TI_AEMIF configuration doesn't depend on ARCH_DAVINCI while the AEMIF
controller is present in the DaVinci SoCs.

Add ARCH_DAVINCI to the potential users of the TI_AEMIF driver
Add <asm/io.h> to driver's includes to fix build issue on ARCH_DAVINCI

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/memory/Kconfig
drivers/memory/ti-aemif.c