forked from Openwrt/openwrt
56db0210a2
refreshed kernel config + patches otherwise same as 6.1/5.15. Tested on: WNDAP620, WNDAP660, MyBook Live Single, MR24, MX60, WNDR4700 Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
15 lines
554 B
Diff
15 lines
554 B
Diff
--- a/arch/powerpc/platforms/4xx/pci.c
|
|
+++ b/arch/powerpc/platforms/4xx/pci.c
|
|
@@ -1900,9 +1900,9 @@ static void __init ppc4xx_configure_pcie
|
|
* if it works
|
|
*/
|
|
out_le32(mbase + PECFG_PIM0LAL, 0x00000000);
|
|
- out_le32(mbase + PECFG_PIM0LAH, 0x00000000);
|
|
+ out_le32(mbase + PECFG_PIM0LAH, 0x00000008);
|
|
out_le32(mbase + PECFG_PIM1LAL, 0x00000000);
|
|
- out_le32(mbase + PECFG_PIM1LAH, 0x00000000);
|
|
+ out_le32(mbase + PECFG_PIM1LAH, 0x0000000c);
|
|
out_le32(mbase + PECFG_PIM01SAH, 0xffff0000);
|
|
out_le32(mbase + PECFG_PIM01SAL, 0x00000000);
|
|
|