|
@@ -147,6 +147,9 @@ static struct platform_device sh_eth_device = {
|
|
|
},
|
|
},
|
|
|
.num_resources = ARRAY_SIZE(sh_eth_resources),
|
|
.num_resources = ARRAY_SIZE(sh_eth_resources),
|
|
|
.resource = sh_eth_resources,
|
|
.resource = sh_eth_resources,
|
|
|
|
|
+ .archdata = {
|
|
|
|
|
+ .hwblk_id = HWBLK_ETHER,
|
|
|
|
|
+ },
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
/* USB0 host */
|
|
/* USB0 host */
|