|
@@ -37,7 +37,7 @@ static struct amba_pl010_data integrator_uart_data;
|
|
|
|
|
|
static struct amba_device rtc_device = {
|
|
|
.dev = {
|
|
|
- .bus_id = "mb:15",
|
|
|
+ .init_name = "mb:15",
|
|
|
},
|
|
|
.res = {
|
|
|
.start = INTEGRATOR_RTC_BASE,
|
|
@@ -50,7 +50,7 @@ static struct amba_device rtc_device = {
|
|
|
|
|
|
static struct amba_device uart0_device = {
|
|
|
.dev = {
|
|
|
- .bus_id = "mb:16",
|
|
|
+ .init_name = "mb:16",
|
|
|
.platform_data = &integrator_uart_data,
|
|
|
},
|
|
|
.res = {
|
|
@@ -64,7 +64,7 @@ static struct amba_device uart0_device = {
|
|
|
|
|
|
static struct amba_device uart1_device = {
|
|
|
.dev = {
|
|
|
- .bus_id = "mb:17",
|
|
|
+ .init_name = "mb:17",
|
|
|
.platform_data = &integrator_uart_data,
|
|
|
},
|
|
|
.res = {
|
|
@@ -78,7 +78,7 @@ static struct amba_device uart1_device = {
|
|
|
|
|
|
static struct amba_device kmi0_device = {
|
|
|
.dev = {
|
|
|
- .bus_id = "mb:18",
|
|
|
+ .init_name = "mb:18",
|
|
|
},
|
|
|
.res = {
|
|
|
.start = KMI0_BASE,
|
|
@@ -91,7 +91,7 @@ static struct amba_device kmi0_device = {
|
|
|
|
|
|
static struct amba_device kmi1_device = {
|
|
|
.dev = {
|
|
|
- .bus_id = "mb:19",
|
|
|
+ .init_name = "mb:19",
|
|
|
},
|
|
|
.res = {
|
|
|
.start = KMI1_BASE,
|