Skip to content
Snippets Groups Projects
Commit aa723b8d authored by Stefan Agner's avatar Stefan Agner Committed by Stefano Babic
Browse files

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: default avatarStefan Agner <stefan.agner@toradex.com>
parent 7443a1dd
No related branches found
No related tags found
No related merge requests found
...@@ -368,13 +368,3 @@ int board_ehci_hcd_init(int port) ...@@ -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,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment