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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot