diff options
author | 2022-02-08 23:22:21 +0530 | |
---|---|---|
committer | 2022-02-10 19:01:16 -0600 | |
commit | c8a8f755170719dde7964d5172a145dd27e107ec (patch) | |
tree | cf338ffd4ff5076e0dc4a0a4c06da0bc01ecc5ba | |
parent | ARM: dts: qcom: apq8060-dragonboard: fix typo in eMMC (diff) | |
download | wireguard-linux-c8a8f755170719dde7964d5172a145dd27e107ec.tar.xz wireguard-linux-c8a8f755170719dde7964d5172a145dd27e107ec.zip |
ARM: dts: qcom: sdx55: Fix the address used for PCIe EP local addr space
Fix the address range used for mapping the PCIe host memory in the DDR.
Fixes: e6b69813283f ("ARM: dts: qcom: sdx55: Add support for PCIe EP")
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220208175222.415762-1-manivannan.sadhasivam@linaro.org
-rw-r--r-- | arch/arm/boot/dts/qcom-sdx55.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi index abaf94da4ea0..d455795da44c 100644 --- a/arch/arm/boot/dts/qcom-sdx55.dtsi +++ b/arch/arm/boot/dts/qcom-sdx55.dtsi @@ -413,7 +413,7 @@ <0x40000000 0xf1d>, <0x40000f20 0xc8>, <0x40001000 0x1000>, - <0x40002000 0x10000>, + <0x40200000 0x100000>, <0x01c03000 0x3000>; reg-names = "parf", "dbi", "elbi", "atu", "addr_space", "mmio"; |