|
@@ -188,6 +188,10 @@ struct device_type fsl_mc_bus_dprtc_type = {
|
|
|
.name = "fsl_mc_bus_dprtc"
|
|
|
};
|
|
|
|
|
|
+struct device_type fsl_mc_bus_dpseci_type = {
|
|
|
+ .name = "fsl_mc_bus_dpseci"
|
|
|
+};
|
|
|
+
|
|
|
static struct device_type *fsl_mc_get_device_type(const char *type)
|
|
|
{
|
|
|
static const struct {
|
|
@@ -203,6 +207,7 @@ static struct device_type *fsl_mc_get_device_type(const char *type)
|
|
|
{ &fsl_mc_bus_dpmcp_type, "dpmcp" },
|
|
|
{ &fsl_mc_bus_dpmac_type, "dpmac" },
|
|
|
{ &fsl_mc_bus_dprtc_type, "dprtc" },
|
|
|
+ { &fsl_mc_bus_dpseci_type, "dpseci" },
|
|
|
{ NULL, NULL }
|
|
|
};
|
|
|
int i;
|