]> git.dujemihanovic.xyz Git - u-boot.git/commit
memory: ti-aemif: Make AEMIF driver architecture agnostic
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Mon, 21 Oct 2024 15:13:26 +0000 (17:13 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2024 00:45:22 +0000 (18:45 -0600)
commit1ba44c8eed7c1c623f7010401bb0b8d2e59a8d8a
tree3fd441e6d1fba932c8198603cc6d66ec1f8dd5cc
parent7a7b13838f11f6dbb3049a44b8884e9139f39b5e
memory: ti-aemif: Make AEMIF driver architecture agnostic

AEMIF controller is present on other SoCs than the Keystone ones.

Remove Keystone specificities from the driver to be able to use it from
other architectures.
Adapt the ks2_evm/board.c to fit the new driver.

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/ti-common/ti-aemif.h
board/ti/ks2_evm/board.c
drivers/memory/ti-aemif.c