mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
pcie: fix config spaces error
PD#156734: pcie: fix config spaces error Change-Id: I217b0941a4facd874f4df74e4d0eefa5a72af527 Signed-off-by: Zan Peng <zan.peng@amlogic.com>
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
device_type = "pci";
|
||||
ranges = <0x81000000 0 0 0 0xfc600000 0x0 0x100000
|
||||
/* downstream I/O */
|
||||
0x82000000 0 0xfa510000 0x0 0xfc700000 0 0x1900000>;
|
||||
0x82000000 0 0xfc700000 0x0 0xfc700000 0 0x1900000>;
|
||||
/* non-prefetchable memory */
|
||||
num-lanes = <1>;
|
||||
pcie-num = <1>;
|
||||
|
||||
Reference in New Issue
Block a user