Browse Source

Loongson2K: fix pcie1 port0's io size to 1M in dts.

Change-Id: Ic0d489d9f620f656e10e0c393b40ee88faa1db1b
Signed-off-by: QiaoChong <qiaochong@loongson.cn>
master
NingLiChen 6 years ago
committed by QiaoChong
parent
commit
43905861d6
  1. 2
      Targets/LS2K/conf/LS2K.dts

2
Targets/LS2K/conf/LS2K.dts

@ -185,7 +185,7 @@
#size-cells = <2>;
bus-range = <0x10 0x12>;
ranges = <0x02000000 0x0 0x60000000 0x60000000 0x0 0x17ffffff //mem
0x01000000 0x0 0x18400000 0x18400000 0x0 0x1000000>; //io
0x01000000 0x0 0x18400000 0x18400000 0x0 0x100000>; //io
};
pcie1_port1@78000000 {

Loading…
Cancel
Save