diff options
| author | Bjorn Andersson <andersson@kernel.org> | 2025-11-10 12:16:24 -0600 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-11-14 08:51:14 -0600 |
| commit | bba4562adc06a9ca70bbbc9c3c17d4174e794bf9 (patch) | |
| tree | 64be85129bbd70eca0de1f3d094522e63068c7a7 | |
| parent | 35ddab284539c5c4352f07f7866163c5b6c2a236 (diff) | |
Revert "arm64: dts: qcom: sc7280: Increase config size to 256MB for ECAM feature"
The author failed to document the dependencies of this commit, resulting
in a regression.
This reverts commit 03e928442d469f7d8dafc549638730647202d9ce.
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/kodiak.dtsi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/qcom/kodiak.dtsi b/arch/arm64/boot/dts/qcom/kodiak.dtsi index ccbb57f77453..c2ccbb67f800 100644 --- a/arch/arm64/boot/dts/qcom/kodiak.dtsi +++ b/arch/arm64/boot/dts/qcom/kodiak.dtsi @@ -2332,11 +2332,11 @@ pcie1: pcie@1c08000 { compatible = "qcom,pcie-sc7280"; - reg = <0x0 0x01c08000 0 0x3000>, - <0x4 0x10001000 0 0xf1d>, - <0x4 0x10001f20 0 0xa8>, - <0x4 0x10000000 0 0x1000>, - <0x4 0x00000000 0 0x10000000>; + reg = <0 0x01c08000 0 0x3000>, + <0 0x40000000 0 0xf1d>, + <0 0x40000f20 0 0xa8>, + <0 0x40001000 0 0x1000>, + <0 0x40100000 0 0x100000>; reg-names = "parf", "dbi", "elbi", "atu", "config"; device_type = "pci"; @@ -2347,8 +2347,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x00000000 0x0 0x40000000 0x0 0x100000>, - <0x02000000 0x0 0x40100000 0x0 0x40100000 0x0 0x1ff00000>; + ranges = <0x01000000 0x0 0x00000000 0x0 0x40200000 0x0 0x100000>, + <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>; interrupts = <GIC_SPI 307 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>, |
