[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240603150759.9643-1-matthias.bgg@kernel.org>
Date: Mon, 3 Jun 2024 17:07:55 +0200
From: matthias.bgg@...nel.org
To: kernel@...il.dk,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org
Cc: devicetree@...r.kernel.org,
aou@...s.berkeley.edu,
duwe@...e.de,
linux-kernel@...r.kernel.org,
palmer@...belt.com,
heinrich.schuchardt@...onical.com,
paul.walmsley@...ive.com,
linux-riscv@...ts.infradead.org,
Matthias Brugger <matthias.bgg@...il.com>
Subject: [PATCH] riscv: dts: starfive: Update flash partition layout
From: Matthias Brugger <matthias.bgg@...il.com>
Up to now, the describe flash partition layout has some gaps.
Use the whole flash chip by getting rid of the gaps.
Suggested-by: Heinrich Schuchardt <heinrich.schuchardt@...onical.com>
Signed-off-by: Matthias Brugger <matthias.bgg@...il.com>
---
arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
index 8ff6ea64f0489..37b4c294ffcc5 100644
--- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
@@ -321,16 +321,13 @@ partitions {
#size-cells = <1>;
spl@0 {
- reg = <0x0 0x80000>;
+ reg = <0x0 0xf0000>;
};
uboot-env@...00 {
reg = <0xf0000 0x10000>;
};
uboot@...000 {
- reg = <0x100000 0x400000>;
- };
- reserved-data@...000 {
- reg = <0x600000 0xa00000>;
+ reg = <0x100000 0xf00000>;
};
};
};
--
2.45.1
Powered by blists - more mailing lists