mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ppc4xx: Fix 405EX PCIe UTLSET register setup
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2d14684341
commit
7d0a4066b5
1 changed files with 2 additions and 2 deletions
|
@ -480,8 +480,8 @@ int __ppc4xx_init_pcie_port_hw(int port, int rootport)
|
||||||
val = 0x00101000;
|
val = 0x00101000;
|
||||||
|
|
||||||
SDR_WRITE(SDRN_PESDR_DLPSET(port), val);
|
SDR_WRITE(SDRN_PESDR_DLPSET(port), val);
|
||||||
SDR_WRITE(SDRN_PESDR_UTLSET1(port), 0x20222222);
|
SDR_WRITE(SDRN_PESDR_UTLSET1(port), 0x00000000);
|
||||||
SDR_WRITE(SDRN_PESDR_UTLSET2(port), 0x01110000);
|
SDR_WRITE(SDRN_PESDR_UTLSET2(port), 0x01010000);
|
||||||
SDR_WRITE(SDRN_PESDR_PHYSET1(port), 0x720F0000);
|
SDR_WRITE(SDRN_PESDR_PHYSET1(port), 0x720F0000);
|
||||||
SDR_WRITE(SDRN_PESDR_PHYSET2(port), 0x70600003);
|
SDR_WRITE(SDRN_PESDR_PHYSET2(port), 0x70600003);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue