[U-Boot] [PATCH v2 0/3] rockchip: rk3288: add fastboot support

Ziyuan Xu xzy.xu at rock-chips.com
Tue Jul 5 04:05:51 CEST 2016


This patchset add the fastboot support for rk3288, and I have tested on
firefly-rk3288 board.

Summary of changes in this series:
- Rework the behaviour in otg_phy_init() and otg_phy_off()
- Achieve the regs_phy from DT
- Update comments a little

Xu Ziyuan (3):
  usb: rockchip-phy: implement USB2.0 phy control for Synopsys
  usb: dwc2-otg: re-define fifo-size for Rockchip SoCs
  rockchip: rk3288: add fastboot support

 arch/arm/dts/rk3288.dtsi                |  1 +
 arch/arm/mach-rockchip/board.c          | 53 +++++++++++++++++++++++++++++++++
 drivers/usb/gadget/dwc2_udc_otg_regs.h  |  6 ++++
 drivers/usb/phy/Makefile                |  1 +
 drivers/usb/phy/rockchip_usb_syno_phy.c | 48 +++++++++++++++++++++++++++++
 include/configs/rk3288_common.h         | 26 ++++++++++++++++
 6 files changed, 135 insertions(+)
 create mode 100644 drivers/usb/phy/rockchip_usb_syno_phy.c

-- 
1.9.1




More information about the U-Boot mailing list