]> git.ipfire.org Git - thirdparty/u-boot.git/commit
m68k: mcf5441x: create stub to use imx drivers
authorAngelo Dureghello <angelo@kernel-space.org>
Mon, 23 Mar 2026 23:14:24 +0000 (00:14 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Mon, 4 May 2026 20:19:49 +0000 (22:19 +0200)
commit07d824e5bbc17ecc00a5b0afd24963d27a3fca94
tree8789c4109e2791f3edc4642dab21d803571a5e1b
parentb17db4fadcc2129b92bf9117d86ff45edd141383
m68k: mcf5441x: create stub to use imx drivers

Some NXP imx hardware ip module as the esdhc controller are exactly the
same in some new ColdFire cpus. For the specific case, mcf5441x needs to
use the existing fsl_esdhc_imx.c driver for the esdhc device.

Create a stub to be able to use NXP "imx" serie drivers as the
fsl_esdhc_imx in the ColdFire architecture.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
arch/m68k/Kconfig
arch/m68k/include/asm/arch-mcf5445x/clock.h [new file with mode: 0644]
arch/m68k/lib/Makefile
arch/m68k/lib/clock.c [new file with mode: 0644]