On 18/11/19 7:16 PM, Vignesh Raghavendra wrote: > 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. patches 2,3,4 merged into u-boot-ti. Thanks and regards, Lokesh > > 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 >

