Re: [PATCH v3] arm64: dts: ls1088a: Add USB support

2017-10-24 Thread Yang Li
On Tue, Oct 24, 2017 at 4:31 AM, wrote: > From: "yinbo.zhu" > > Fix the issue that usb is not detected on ls1088ardb You can only fix issue for a function after the function has been added previously. So like Shawn commented, this patch is about adding

Re: [PATCH v3] arm64: dts: ls1088a: Add USB support

2017-10-24 Thread Yang Li
On Tue, Oct 24, 2017 at 4:31 AM, wrote: > From: "yinbo.zhu" > > Fix the issue that usb is not detected on ls1088ardb You can only fix issue for a function after the function has been added previously. So like Shawn commented, this patch is about adding the USB support instead of fixing an

[PATCH v3] arm64: dts: ls1088a: Add USB support

2017-10-24 Thread yinbo.zhu
From: "yinbo.zhu" Fix the issue that usb is not detected on ls1088ardb Signed-off-by: yinbo.zhu Signed-off-by: Ran Wang --- Change in v3: - Change status from "enable" to "disabled" then enable it on dts file.

[PATCH v3] arm64: dts: ls1088a: Add USB support

2017-10-24 Thread yinbo.zhu
From: "yinbo.zhu" Fix the issue that usb is not detected on ls1088ardb Signed-off-by: yinbo.zhu Signed-off-by: Ran Wang --- Change in v3: - Change status from "enable" to "disabled" then enable it on dts file. - Add the version history.