]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/logicpd/zoom1/zoom1.c
ARM: Various: Future-proof serial platdata
[people/ms/u-boot.git] / board / logicpd / zoom1 / zoom1.c
index 4040114ce0aaa761cdb819dd4870e95675510ef4..982619cd7bc7af4443d8305af462dc8bd9b2e7fc 100644 (file)
@@ -44,9 +44,9 @@ static const u32 gpmc_lab_enet[] = {
 };
 
 static const struct ns16550_platdata zoom1_serial = {
-       OMAP34XX_UART3,
-       2,
-       V_NS16550_CLK
+       .base = OMAP34XX_UART3,
+       .reg_shift = 2,
+       .clock = V_NS16550_CLK
 };
 
 U_BOOT_DEVICE(zoom1_uart) = {