public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-am68-sk-som: Update Partition info for OSPI Flash
@ 2024-08-28  6:08 Prasanth Babu Mantena
  2024-08-30 11:24 ` Nishanth Menon
  2024-09-01 21:15 ` Nishanth Menon
  0 siblings, 2 replies; 3+ messages in thread
From: Prasanth Babu Mantena @ 2024-08-28  6:08 UTC (permalink / raw)
  To: vigneshr, nm, krzk+dt, kristo, robh, conor+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel, u-kumar1, sinthu.raja,
	m-chawdhry

Commit 73f1f26e2e4c ("arm64: dts: ti: k3-am68-sk-som: Add support
for OSPI flash") introduced the flash node with discontinuous
partitions. Updating the partition offset to be continuous from
the previous partition to maintain linearity.

Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi b/arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi
index 5c66e0ec6e82..2e5730216caa 100644
--- a/arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi
@@ -215,9 +215,9 @@ partition@680000 {
 				reg = <0x680000 0x40000>;
 			};
 
-			partition@740000 {
+			partition@6c0000 {
 				label = "ospi.env.backup";
-				reg = <0x740000 0x40000>;
+				reg = <0x6c0000 0x40000>;
 			};
 
 			partition@800000 {
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-01 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  6:08 [PATCH] arm64: dts: ti: k3-am68-sk-som: Update Partition info for OSPI Flash Prasanth Babu Mantena
2024-08-30 11:24 ` Nishanth Menon
2024-09-01 21:15 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox