Re: [PATCH 1/4] phy: rcar-gen3-usb2: check dr_mode for otg mode

From: Sergei Shtylyov
Date: Thu Aug 31 2017 - 05:40:43 EST


Hello!

On 8/31/2017 10:31 AM, Yoshihiro Shimoda wrote:

The previous code assumed a channel has otg capability if a channel
has interrupt property. But, it is not good because:
- Battery charging feature also needs interrupt property.
- Some R-Car Gen3 SoCs (e.g. R-Car D3) doesn't have OTG capability.

Don't.

So, this patch checks whether usb 2.0 host node has dr_mode property or
not. If it has 'dr_mode = "otg";', this driver enables otg capability.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
[...]

MBR, Sergei