[U-Boot] [PATCH 0/4] bmips: add support for bcm6358 usbh phy

Álvaro Fernández Rojas noltari at gmail.com
Sun Feb 4 10:19:10 UTC 2018


Add support for BCM6358 usbh phy.

Álvaro Fernández Rojas (4):
  phy: add support for bcm6358 usbh phy
  mips: bmips: add support for bcm6358 usb
  mips: bmips: add hg556a usb support
  mips: bmips: add nb4-ser usb support

 arch/mips/dts/brcm,bcm6358.dtsi     | 27 +++++++++++
 arch/mips/dts/huawei,hg556a.dts     | 12 +++++
 arch/mips/dts/sfr,nb4-ser.dts       | 12 +++++
 configs/huawei_hg556a_ram_defconfig |  9 ++++
 configs/sfr_nb4-ser_ram_defconfig   |  9 ++++
 drivers/phy/Kconfig                 |  6 +++
 drivers/phy/Makefile                |  1 +
 drivers/phy/bcm6358-usbh-phy.c      | 94 +++++++++++++++++++++++++++++++++++++
 include/configs/bmips_bcm6358.h     |  7 +++
 9 files changed, 177 insertions(+)
 create mode 100644 drivers/phy/bcm6358-usbh-phy.c

-- 
2.11.0



More information about the U-Boot mailing list