aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo@kernel.org>2024-01-05 16:37:19 +0100
committerMatthias Brugger <matthias.bgg@gmail.com>2024-01-26 18:38:54 +0100
commitf9e2b60a4f75b134339e1b862127ab5423c6c00b (patch)
treea0f58e69deecd5e4885f99b13c92c98036e2d5d8
parent6613476e225e090cc9aad49be7fa504e290dd33d (diff)
downloadlinux-v6.8-fixes/dts32.tar.gz
ARM: dts: airoha: fix pcie ranges propertiesv6.8-fixes/dts32
Reduce and split pcie controller memory ranges for en7523 SoC in order to properly load a pcie card on the second port. Fixes: 08a4aeb2c23f ("ARM: dts: Add PCIe support for Airoha EN7523") Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Link: https://lore.kernel.org/r/95e2d79c1c36663cfffce5a20c95f8201670bbec.1704468417.git.lorenzo@kernel.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
-rw-r--r--arch/arm/boot/dts/airoha/en7523.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/airoha/en7523.dtsi b/arch/arm/boot/dts/airoha/en7523.dtsi
index b523a868c4ad1..bb78d54e94f62 100644
--- a/arch/arm/boot/dts/airoha/en7523.dtsi
+++ b/arch/arm/boot/dts/airoha/en7523.dtsi
@@ -159,7 +159,7 @@
clocks = <&scu EN7523_CLK_PCIE>;
clock-names = "sys_ck0";
bus-range = <0x00 0xff>;
- ranges = <0x82000000 0 0x20000000 0x20000000 0 0x8000000>;
+ ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
status = "disabled";
#interrupt-cells = <1>;
@@ -188,7 +188,7 @@
clocks = <&scu EN7523_CLK_PCIE>;
clock-names = "sys_ck1";
bus-range = <0x00 0xff>;
- ranges = <0x82000000 0 0x28000000 0x28000000 0 0x8000000>;
+ ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
status = "disabled";
#interrupt-cells = <1>;