1 --- a/arch/mips/adm5120/common/platform.c
2 +++ b/arch/mips/adm5120/common/platform.c
3 @@ -190,7 +190,7 @@ struct amba_pl010_data adm5120_uart0_dat
5 struct amba_device adm5120_uart0_device = {
7 - .bus_id = "APB:UART0",
8 + .init_name = "apb:uart0",
9 .platform_data = &adm5120_uart0_data,
12 @@ -208,7 +208,7 @@ struct amba_pl010_data adm5120_uart1_dat
14 struct amba_device adm5120_uart1_device = {
16 - .bus_id = "APB:UART1",
17 + .init_name = "apb:uart1",
18 .platform_data = &adm5120_uart1_data,