[PATCH] arm64: dts: ti: k3-am68-sk-som: Update Partition info for OSPI Flash

Prasanth Babu Mantena p-mantena at ti.com
Tue Aug 27 23:08:30 PDT 2024


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 at 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 at 680000 {
 				reg = <0x680000 0x40000>;
 			};
 
-			partition at 740000 {
+			partition at 6c0000 {
 				label = "ospi.env.backup";
-				reg = <0x740000 0x40000>;
+				reg = <0x6c0000 0x40000>;
 			};
 
 			partition at 800000 {
-- 
2.34.1




More information about the linux-arm-kernel mailing list