mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 07:36:51 +07:00
mx5: Fix efikamx build
Commit 124bf94a
"ARM: imx: fix name for functions adding sdhci-esdhc-imx devices"
changed some devices and Kconfig entry and didn't change every places
it should have. It's breaking efikamx build. I've fixed 3ds Kconfig
entry as I believe it's broken there too.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
4c6c32b3f8
commit
0ef51953be
@ -23,8 +23,8 @@ config MACH_MX51_BABBAGE
|
|||||||
|
|
||||||
config MACH_MX51_3DS
|
config MACH_MX51_3DS
|
||||||
bool "Support MX51PDK (3DS)"
|
bool "Support MX51PDK (3DS)"
|
||||||
select IMX_HAVE_PLATFORM_ESDHC
|
|
||||||
select IMX_HAVE_PLATFORM_IMX_UART
|
select IMX_HAVE_PLATFORM_IMX_UART
|
||||||
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
||||||
select IMX_HAVE_PLATFORM_SPI_IMX
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
||||||
select MXC_DEBUG_BOARD
|
select MXC_DEBUG_BOARD
|
||||||
help
|
help
|
||||||
@ -83,8 +83,8 @@ endchoice
|
|||||||
|
|
||||||
config MACH_MX51_EFIKAMX
|
config MACH_MX51_EFIKAMX
|
||||||
bool "Support MX51 Genesi Efika MX nettop"
|
bool "Support MX51 Genesi Efika MX nettop"
|
||||||
select IMX_HAVE_PLATFORM_ESDHC
|
|
||||||
select IMX_HAVE_PLATFORM_IMX_UART
|
select IMX_HAVE_PLATFORM_IMX_UART
|
||||||
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
||||||
select IMX_HAVE_PLATFORM_SPI_IMX
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
||||||
help
|
help
|
||||||
Include support for Genesi Efika MX nettop. This includes specific
|
Include support for Genesi Efika MX nettop. This includes specific
|
||||||
|
@ -319,11 +319,11 @@ static void __init mxc_board_init(void)
|
|||||||
mx51_efikamx_board_id();
|
mx51_efikamx_board_id();
|
||||||
mxc_register_device(&mxc_usbdr_host_device, &dr_utmi_config);
|
mxc_register_device(&mxc_usbdr_host_device, &dr_utmi_config);
|
||||||
mxc_init_imx_uart();
|
mxc_init_imx_uart();
|
||||||
imx51_add_esdhc(0, NULL);
|
imx51_add_sdhci_esdhc_imx(0, NULL);
|
||||||
|
|
||||||
/* on < 1.2 boards both SD controllers are used */
|
/* on < 1.2 boards both SD controllers are used */
|
||||||
if (system_rev < 0x12) {
|
if (system_rev < 0x12) {
|
||||||
imx51_add_esdhc(1, NULL);
|
imx51_add_sdhci_esdhc_imx(1, NULL);
|
||||||
mx51_efikamx_leds[2].default_trigger = "mmc1";
|
mx51_efikamx_leds[2].default_trigger = "mmc1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user