linux: fix another pcie 64-bit memory regions assignment typo

This commit is contained in:
Josua Mayer 2023-11-19 11:23:45 +01:00
parent 8f5425be85
commit 10a9131170
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
From 88d3eb95f708b2e165b7a84a3cac3a399d7bca01 Mon Sep 17 00:00:00 2001
From: Josua Mayer <josua@solid-run.com>
Date: Sun, 19 Nov 2023 11:20:20 +0100
Subject: [PATCH] arch: arm64: dts: lx2160a: fix typo breaking pcie3 32-bit
window
Fixes: 'arch: arm64: dts: lx2160a: fix pcie 64bit memory regions'
Signed-off-by: Josua Mayer <josua@solid-run.com>
---
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
index c09dbe22cf5c..048500ecec8d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -1176,7 +1176,7 @@ pcie3: pcie@3600000 {
apio-wins = <256>;
ppio-wins = <24>;
bus-range = <0x0 0xff>;
- ranges = <0x43000000 0x94 0x00000000 0x94 0x00000000 0x04 0x00000000>, /* 64-Bit Window - prefetchable
+ ranges = <0x43000000 0x94 0x00000000 0x94 0x00000000 0x04 0x00000000>, /* 64-Bit Window - prefetchable */
<0x02000000 0x00 0x40000000 0x90 0x40000000 0x00 0xc0000000>, /* 32-Bit Window - non-prefetchable */
<0x01000000 0x00 0x00000000 0x90 0x10000000 0x00 0x00010000>; /* 16-Bit IO Window */
msi-parent = <&its>;
--
2.35.3