This patch support USB OTG and Host ports on evb-rv1108 board. With this patch,
we can use fastboot over USB and mount USB mass storage on OTG and Host ports.
William Wu (3):
configs: rockchip: add USB configs for evb-rv1108 board
ARM: dts: rockchip: add USB nodes for evb-rv1108
rockchip
This patch adds USB configs to support the USB OTG port(consist
of DWC2 controller) and the USB Host port(consist of EHCI and OHCI
controllers) on evb-rv1108 board, and also support fastboot over
USB and USB mass storage.
Signed-off-by: William Wu
---
configs/evb-rv1108_defconfig| 22
This patch adds USB OTG/EHCI/OHCI nodes for evb-rv1108 USB ports.
Signed-off-by: William Wu
---
arch/arm/dts/rv1108-evb.dts | 22 ++
arch/arm/dts/rv1108.dtsi| 24
2 files changed, 46 insertions(+)
diff --git a/arch/arm/dts/rv1108-evb.dts b/arch
This patch adds USB configs to support the USB OTG port(consist
of DWC2 controller) and the USB Host port(consist of EHCI and OHCI
controllers) on evb-rv1108 board, and also support fastboot over
USB and USB mass storage.
Signed-off-by: William Wu
---
configs/evb-rv1108_defconfig| 22
This patch implements board_usb_init() for dwc2 gadget, it
generally called from do_fastboot to do dwc2 udc probe and
support fastboot over USB.
Signed-off-by: William Wu
---
board/rockchip/evb_rv1108/evb_rv1108.c | 47 ++
1 file changed, 47 insertions(+)
diff
This patch support USB OTG and Host ports on evb-rv1108 board. With this patch,
we can use fastboot over USB and mount USB mass storage on OTG and Host ports.
William Wu (3):
configs: rockchip: add USB configs for evb-rv1108 board
ARM: dts: rockchip: add USB nodes for evb-rv1108
rockchip
This patch adds USB OTG/EHCI/OHCI nodes for evb-rv1108 USB ports.
Signed-off-by: William Wu
---
arch/arm/dts/rv1108-evb.dts | 22 ++
arch/arm/dts/rv1108.dtsi| 24
2 files changed, 46 insertions(+)
diff --git a/arch/arm/dts/rv1108-evb.dts b/arch
This patch implements board_usb_init() for dwc2 gadget, it
generally called from do_fastboot to do dwc2 udc probe and
support fastboot over USB.
Signed-off-by: William Wu
---
board/rockchip/evb_rv1108/evb_rv1108.c | 47 ++
1 file changed, 47 insertions(+)
diff
8 matches
Mail list logo