[PATCH 4/5] ARM: dts: qcom-apq8064: Collapse usb support into one node
From: John Stultz <hidden>
Date: 2017-02-28 23:59:49
Also in:
linux-arm-msm, lkml
From: John Stultz <hidden>
Date: 2017-02-28 23:59:49
Also in:
linux-arm-msm, lkml
On Thu, Jan 26, 2017 at 4:47 PM, Stephen Boyd [off-list ref] wrote:
We currently have three device nodes for the same USB hardware block, as evident by the reuse of the same reg address multiple times. Now that the chipidea driver fully supports OTG with the MSM wrapper we can collapse the three nodes into one USB device node, reflecting the true nature of the hardware. Since we're here, we also mark the irq trigger flags correctly, as IRQ_TYPE_LEVEL_HIGH instead of IRQ_TYPE_NONE. Cc: Bjorn Andersson <redacted> Cc: Srinivas Kandagatla <redacted> Cc: Nicolas Dechesne <redacted> Cc: John Stultz <redacted> Signed-off-by: Stephen Boyd <redacted>
Applies with noise now, but I was able to get USB working with this and some changes to my config. Hotplug still doesn't work, but that was the same situation before as well, so I need to dig on that. So.. Tested-by: John Stultz <redacted> thanks -john