From a3cfdc7fd667ccb330984172c34bf80fe40f824f Mon Sep 17 00:00:00 2001 From: John Linn Date: Wed, 2 May 2012 13:35:32 -0700 Subject: [PATCH] Xilinx: ARM: fixing USB PHY hack The driver team has recommended this reset change to make USB behave better based on OTG testing. --- board/xilinx/dfe/board.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/xilinx/dfe/board.c b/board/xilinx/dfe/board.c index 8710636e117..0e347b90a8a 100644 --- a/board/xilinx/dfe/board.c +++ b/board/xilinx/dfe/board.c @@ -595,6 +595,8 @@ int board_init(void) Xil_Out32(0xe000a204, 0x80); Xil_Out32(0xe000a208, 0x80); Xil_Out32(0xe000a040, 0x80); + Xil_Out32(0xe000a040, 0x00); + Xil_Out32(0xe000a040, 0x80); icache_enable(); init_nor_flash(); -- 2.47.3