colibri_imx7: remove legancy UART platform data
We now use device tree to provide SoC data to the UART driver, there is no need for the legancy UART platform data. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
This commit is contained in:
parent
7443a1ddb1
commit
aa723b8dbf
@ -368,13 +368,3 @@ int board_ehci_hcd_init(int port)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct mxc_serial_platdata mxc_serial_plat = {
|
|
||||||
.reg = (struct mxc_uart *)UART1_IPS_BASE_ADDR,
|
|
||||||
.use_dte = true,
|
|
||||||
};
|
|
||||||
|
|
||||||
U_BOOT_DEVICE(mxc_serial) = {
|
|
||||||
.name = "serial_mxc",
|
|
||||||
.platdata = &mxc_serial_plat,
|
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user