projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d14684
)
ppc4xx: Fix 405EX PCIe UTLSET register setup
author
Stefan Roese
<sr@denx.de>
Tue, 13 Nov 2007 07:06:11 +0000
(08:06 +0100)
committer
Stefan Roese
<sr@denx.de>
Tue, 13 Nov 2007 07:06:11 +0000
(08:06 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_pcie.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/4xx_pcie.c
b/cpu/ppc4xx/4xx_pcie.c
index da179f9c3a81daf482e4bbc8f49d76498bf07b07..de7955280e05dd93a7568c0495460392f01a2bc1 100644
(file)
--- a/
cpu/ppc4xx/4xx_pcie.c
+++ b/
cpu/ppc4xx/4xx_pcie.c
@@
-480,8
+480,8
@@
int __ppc4xx_init_pcie_port_hw(int port, int rootport)
val = 0x00101000;
SDR_WRITE(SDRN_PESDR_DLPSET(port), val);
- SDR_WRITE(SDRN_PESDR_UTLSET1(port), 0x
20222222
);
- SDR_WRITE(SDRN_PESDR_UTLSET2(port), 0x01
1
10000);
+ SDR_WRITE(SDRN_PESDR_UTLSET1(port), 0x
00000000
);
+ SDR_WRITE(SDRN_PESDR_UTLSET2(port), 0x01
0
10000);
SDR_WRITE(SDRN_PESDR_PHYSET1(port), 0x720F0000);
SDR_WRITE(SDRN_PESDR_PHYSET2(port), 0x70600003);