[U-Boot] [PATCH 0/9] bmips: add support for bcm6368 usbh phy
Álvaro Fernández Rojas
noltari at gmail.com
Sun Feb 4 10:19:25 UTC 2018
Add support for BCM 6328/6362/6368/63268 usbh phy.
Álvaro Fernández Rojas (9):
phy: add support for bcm6368 usbh phy
mips: bmips: add support for bcm6368 usb
mips: bmips: add wap-5813n usb support
mips: bmips: add support for bcm6328 usb
mips: bmips: add ar-5387un usb support
mips: bmips: add support for bcm6362 usb
mips: bmips: add dgnd3700v2 usb support
mips: bmips: add support for bcm63268 usb
mips: bmips: add vr-3032u usb support
arch/mips/dts/brcm,bcm63268.dtsi | 30 +++++
arch/mips/dts/brcm,bcm6328.dtsi | 30 +++++
arch/mips/dts/brcm,bcm6362.dtsi | 30 +++++
arch/mips/dts/brcm,bcm6368.dtsi | 29 +++++
arch/mips/dts/comtrend,ar-5387un.dts | 12 ++
arch/mips/dts/comtrend,vr-3032u.dts | 12 ++
arch/mips/dts/comtrend,wap-5813n.dts | 12 ++
arch/mips/dts/netgear,dgnd3700v2.dts | 12 ++
configs/comtrend_ar5387un_ram_defconfig | 9 ++
configs/comtrend_vr3032u_ram_defconfig | 9 ++
configs/comtrend_wap5813n_ram_defconfig | 9 ++
configs/netgear_dgnd3700v2_ram_defconfig | 9 ++
drivers/phy/Kconfig | 6 +
drivers/phy/Makefile | 1 +
drivers/phy/bcm6368-usbh-phy.c | 203 +++++++++++++++++++++++++++++++
include/configs/bmips_bcm63268.h | 7 ++
include/configs/bmips_bcm6328.h | 7 ++
include/configs/bmips_bcm6362.h | 7 ++
include/configs/bmips_bcm6368.h | 7 ++
19 files changed, 441 insertions(+)
create mode 100644 drivers/phy/bcm6368-usbh-phy.c
--
2.11.0
More information about the U-Boot
mailing list