
16 Oct
2013
16 Oct
'13
8:18 a.m.
Thanks to Michal - in the u-boot-xlnx/master-next (vs /master) the following lines were removed: board/xilinx/zynq/board.c: - /* temporary hack to take USB out of reset til the is fixed - * in Linux - */ - writel(0x80, 0xe000a204); - writel(0x80, 0xe000a208); - writel(0x80, 0xe000a040); - writel(0x00, 0xe000a040); - writel(0x80, 0xe000a040);
This is board-specific (but the same for zedboard & microzed) USB reset wired to MIO7. Without these lines USB reset stays active.
Thanks
-- View this message in context: http://u-boot.10912.n7.nabble.com/u-boot-xlnx-master-next-branch-usb-not-wor... Sent from the U-Boot mailing list archive at Nabble.com.