From fc4450ef86bd4f75057a8a1aedb55e06f0158bec Mon Sep 17 00:00:00 2001 From: Zan Peng Date: Sat, 3 Feb 2018 17:11:42 +0800 Subject: [PATCH] pcie: fix config spaces error PD#156734: pcie: fix config spaces error Change-Id: I217b0941a4facd874f4df74e4d0eefa5a72af527 Signed-off-by: Zan Peng --- arch/arm64/boot/dts/amlogic/g12a_skt.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/amlogic/g12a_skt.dts b/arch/arm64/boot/dts/amlogic/g12a_skt.dts index f29f6e1130cf..864f7def204f 100644 --- a/arch/arm64/boot/dts/amlogic/g12a_skt.dts +++ b/arch/arm64/boot/dts/amlogic/g12a_skt.dts @@ -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>;