]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/timll/devkit8000/devkit8000.c
ARM: Various: Future-proof serial platdata
[people/ms/u-boot.git] / board / timll / devkit8000 / devkit8000.c
index 1a447c77df21203e169147a3680817d0226f6071..965252f18df4f9051e4b65b815739e741be1b58a 100644 (file)
@@ -46,9 +46,9 @@ static u32 gpmc_net_config[GPMC_MAX_REG] = {
 };
 
 static const struct ns16550_platdata devkit8000_serial = {
-       OMAP34XX_UART3,
-       2,
-       V_NS16550_CLK
+       .base = OMAP34XX_UART3,
+       .reg_shift = 2,
+       .clock = V_NS16550_CLK
 };
 
 U_BOOT_DEVICE(devkit8000_uart) = {