[U-Boot] [PATCH 0/4] J721e: Add USB support

Vignesh Raghavendra vigneshr at ti.com
Mon Nov 18 13:46:32 UTC 2019


Add USB support for J721e SoC.
First patch fixes a compile issue with Cadence USB driver. Rest of the
patches add env, DT and configs related to USB.

Vignesh Raghavendra (4):
  usb: cdns3: Fix include file path
  environment: ti: Add DFU environment variables k3_dfu.h
  arm: dts: k3-j721e: Add DT nodes for USB
  configs: j721e_evm_a72_defconfig: Enable USB related configs

 .../k3-j721e-common-proc-board-u-boot.dtsi    | 14 ++++
 arch/arm/dts/k3-j721e-common-proc-board.dts   | 37 ++++++++++
 arch/arm/dts/k3-j721e-main.dtsi               | 70 +++++++++++++++++++
 .../arm/dts/k3-j721e-r5-common-proc-board.dts |  7 ++
 configs/j721e_evm_a72_defconfig               | 28 ++++++++
 drivers/usb/cdns3/core.c                      |  2 +-
 drivers/usb/cdns3/host.c                      |  2 +-
 include/configs/j721e_evm.h                   | 10 +++
 include/environment/ti/k3_dfu.h               | 46 ++++++++++++
 9 files changed, 214 insertions(+), 2 deletions(-)
 create mode 100644 include/environment/ti/k3_dfu.h

-- 
2.24.0



More information about the U-Boot mailing list