diff options
Diffstat (limited to 'drivers/usb/host/fsl-mph-dr-of.c')
| -rw-r--r-- | drivers/usb/host/fsl-mph-dr-of.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/drivers/usb/host/fsl-mph-dr-of.c index 5105127c1d4..11e0b79ff9d 100644 --- a/drivers/usb/host/fsl-mph-dr-of.c +++ b/drivers/usb/host/fsl-mph-dr-of.c @@ -142,6 +142,9 @@ static int usb_get_ver_info(struct device_node *np)  			return ver;  	} +	if (of_device_is_compatible(np, "fsl,mpc5121-usb2-dr")) +		return FSL_USB_VER_OLD; +  	if (of_device_is_compatible(np, "fsl-usb2-mph")) {  		if (of_device_is_compatible(np, "fsl-usb2-mph-v1.6"))  			ver = FSL_USB_VER_1_6;  |