From: Vipul Kumar <[email protected]> This patch added alias for usb node in dts file.
Signed-off-by: Vipul Kumar <[email protected]> Signed-off-by: Michal Simek <[email protected]> --- Vipul left Xilinx but he is origin author of this patch that's why I am keeping him here. --- arch/arm/dts/zynq-zc702.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/zynq-zc702.dts b/arch/arm/dts/zynq-zc702.dts index 54231cd5801a..d10695740fa9 100644 --- a/arch/arm/dts/zynq-zc702.dts +++ b/arch/arm/dts/zynq-zc702.dts @@ -16,6 +16,7 @@ serial0 = &uart1; spi0 = &qspi; mmc0 = &sdhci0; + usb0 = &usb0; }; memory@0 { -- 2.17.1 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

