This patch is based on the renesas.git / renesas-devel-20160718-v4.7-rc7 tag.
Changes from v2:
- rebase on renesas.git / renesas-devel-20160718-v4.7-rc7.
- maybe the panic issue disappears on the tree. but, if still happens,
please try the following patch:
https://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=c14f8a4032efa73d9c4e155add47c19252b3bdf4
- remove the redundant instruction in patch 4.
- add a new patch that enables HSUSB driver as kernel module on the defconfig.
Changes from v1:
- fix compatible string of hsusb in patch 1.
- fix patch 2 for "make dtbs W=1" warning.
Yoshihiro Shimoda (5):
arm64: dts: r8a7795: Add HSUSB device node
arm64: dts: salvator-x: enable usb2_phy of channel 0
arm64: dts: salvator-x: enable USB 2.0 Host channel 0
arm64: dts: salvator-x: enable HSUSB
arm64: defconfig: Add Renesas R-Car HSUSB driver support as module
arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 36 ++++++++++++++++++++++
arch/arm64/boot/dts/renesas/r8a7795.dtsi | 17 ++++++++++
arch/arm64/configs/defconfig | 2 ++
3 files changed, 55 insertions(+)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
This patch also adds a regulator node for USB2.0 to handle VBUS on/off
by the phy-rcar-gen3-usb2 driver.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
We have to set SW15 to pin 2-3 side on the board before we use CN9
as USB host or peripheral.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 8 ++++++++
1 file changed, 8 insertions(+)
From: Simon Horman <horms@verge.net.au> Date: 2016-08-10 08:45:39
Hi Shimoda-san,
On Thu, Jul 21, 2016 at 07:46:56PM +0900, Yoshihiro Shimoda wrote:
This patch is based on the renesas.git / renesas-devel-20160718-v4.7-rc7 tag.
Changes from v2:
- rebase on renesas.git / renesas-devel-20160718-v4.7-rc7.
- maybe the panic issue disappears on the tree. but, if still happens,
please try the following patch:
https://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=c14f8a4032efa73d9c4e155add47c19252b3bdf4
- remove the redundant instruction in patch 4.
- add a new patch that enables HSUSB driver as kernel module on the defconfig.
Sorry for not attending to this earlier.
In your opinion are these patches ready to merge?
From: Simon Horman [mailto:horms@verge.net.au]
Sent: Wednesday, August 10, 2016 5:46 PM
Hi Shimoda-san,
On Thu, Jul 21, 2016 at 07:46:56PM +0900, Yoshihiro Shimoda wrote:
quoted
This patch is based on the renesas.git / renesas-devel-20160718-v4.7-rc7 tag.
Changes from v2:
- rebase on renesas.git / renesas-devel-20160718-v4.7-rc7.
- maybe the panic issue disappears on the tree. but, if still happens,
please try the following patch: