Commit aa723b8dbfbd61f12d400650f34d47ac1db04820

Authored by Stefan Agner
Committed by Stefano Babic
1 parent 7443a1ddb1

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>

Showing 1 changed file with 0 additions and 10 deletions Side-by-side Diff

board/toradex/colibri_imx7/colibri_imx7.c
... ... @@ -368,14 +368,4 @@
368 368 return 0;
369 369 }
370 370 #endif
371   -
372   -static struct mxc_serial_platdata mxc_serial_plat = {
373   - .reg = (struct mxc_uart *)UART1_IPS_BASE_ADDR,
374   - .use_dte = true,
375   -};
376   -
377   -U_BOOT_DEVICE(mxc_serial) = {
378   - .name = "serial_mxc",
379   - .platdata = &mxc_serial_plat,
380   -};