]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: ti: k3-am68-sk-som: Update Partition info for OSPI Flash
authorPrasanth Babu Mantena <p-mantena@ti.com>
Wed, 28 Aug 2024 06:08:30 +0000 (11:38 +0530)
committerNishanth Menon <nm@ti.com>
Sun, 1 Sep 2024 21:06:30 +0000 (16:06 -0500)
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>
Link: https://lore.kernel.org/r/20240828060830.555733-1-p-mantena@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi

index b1f7c904ad942edd8de97288b08ded98bdea59ae..5bc0d2fb4b8f3969d6f372a374be91e5b5cbd821 100644 (file)
                                reg = <0x680000 0x40000>;
                        };
 
-                       partition@740000 {
+                       partition@6c0000 {
                                label = "ospi.env.backup";
-                               reg = <0x740000 0x40000>;
+                               reg = <0x6c0000 0x40000>;
                        };
 
                        partition@800000 {