Hello! On 04.08.2020 20:48, Biju Das wrote:
Some platforms have only super speed data bus connected to this device and high speed data bus directly connected to the SoC. In such platforms modelling connector as a child of this device is making it non complaint
Compliant? Complaint is when you complain. :-)
with usb connector bindings. By modelling connector node as standalone device node along with this device and the SoC data bus will make it complaint with usb connector bindings.
Ditto.
Update the driver to handle this model by using OF graph API to get the connector fwnode and usb role switch class API to get role switch handle. Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> --- Ref:https://patchwork.kernel.org/patch/11669423/
[...] MBR, Sergei