|
|
@@ -170,6 +170,10 @@ void __init prom_init(void)
|
|
|
identify_rtl9302();
|
|
|
soc_info.family = RTL9300_FAMILY_ID;
|
|
|
break;
|
|
|
+ case 0x9303:
|
|
|
+ soc_info.name = "RTL9303";
|
|
|
+ soc_info.family = RTL9300_FAMILY_ID;
|
|
|
+ break;
|
|
|
case 0x9313:
|
|
|
soc_info.name = "RTL9313";
|
|
|
soc_info.family = RTL9310_FAMILY_ID;
|