|
@@ -42,6 +42,7 @@
|
|
|
|
|
|
#include "devices-imx51.h"
|
|
|
#include "devices.h"
|
|
|
+#include "cpu_op-mx51.h"
|
|
|
|
|
|
#define USBH1_RST IMX_GPIO_NR(2, 28)
|
|
|
#define ETH_RST IMX_GPIO_NR(2, 31)
|
|
@@ -274,6 +275,10 @@ static void __init eukrea_cpuimx51sd_init(void)
|
|
|
mxc_iomux_v3_setup_multiple_pads(eukrea_cpuimx51sd_pads,
|
|
|
ARRAY_SIZE(eukrea_cpuimx51sd_pads));
|
|
|
|
|
|
+#if defined(CONFIG_CPU_FREQ_IMX)
|
|
|
+ get_cpu_op = mx51_get_cpu_op;
|
|
|
+#endif
|
|
|
+
|
|
|
imx51_add_imx_uart(0, &uart_pdata);
|
|
|
imx51_add_mxc_nand(&eukrea_cpuimx51sd_nand_board_info);
|
|
|
|