diff --git a/arch/arm64/boot/dts/rockchip/rk3528.dtsi b/arch/arm64/boot/dts/rockchip/rk3528.dtsi index c3edb864822e..9c2d4d7e62be 100644 --- a/arch/arm64/boot/dts/rockchip/rk3528.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3528.dtsi @@ -601,13 +601,13 @@ num-lanes = <1>; phys = <&combphy_pu PHY_TYPE_PCIE>; phy-names = "pcie-phy"; - ranges = <0x00000800 0x0 0xfc000000 0x0 0xfc000000 0x0 0x100000 - 0x81000000 0x0 0xfc100000 0x0 0xfc100000 0x0 0x100000 + ranges = <0x81000000 0x0 0xfc100000 0x0 0xfc100000 0x0 0x100000 0x82000000 0x0 0xfc200000 0x0 0xfc200000 0x0 0x1e00000 0xc3000000 0x1 0x00000000 0x1 0x00000000 0x0 0x40000000>; reg = <0x0 0xfe4f0000 0x0 0x10000>, - <0x1 0x40000000 0x0 0x400000>; - reg-names = "pcie-apb", "pcie-dbi"; + <0x1 0x40000000 0x0 0x400000>, + <0x0 0xfc000000 0x0 0x100000>; + reg-names = "pcie-apb", "pcie-dbi", "config"; resets = <&cru SRST_RESETN_PCIE_POWER_UP>, <&cru SRST_PRESETN_PCIE>, <&cru SRST_PRESETN_CRU_PCIE>; reset-names = "pcie", "periph", "preset_cru";