diff options
| author | Lorenzo Bianconi | 2024-01-05 16:17:53 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-02-26 12:19:26 +0000 |
| commit | 695ecca5db6a8a71f092e58bd243076ebebeeae7 (patch) | |
| tree | 3e60497286a591a4d2072949b27bf005670c3aad | |
| parent | 611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf (diff) | |
| download | openwrt-695ecca5db6a8a71f092e58bd243076ebebeeae7.tar.gz | |
airoha: dts: fix pcie ranges properties
Reduce and split pcie controller memory ranges for en7523 SoC
in order to properly load a pcie card on the second port.
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
| -rw-r--r-- | target/linux/airoha/dts/en7523.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/airoha/dts/en7523.dtsi b/target/linux/airoha/dts/en7523.dtsi index 72478b225c..024a89752a 100644 --- a/target/linux/airoha/dts/en7523.dtsi +++ b/target/linux/airoha/dts/en7523.dtsi @@ -157,7 +157,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>; @@ -186,7 +186,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>; |