summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorUdit Kumar <u-kumar1@ti.com>2024-02-19 14:11:39 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commitb700c8bd92fca1d72104b7e5f94b42fd4879457d (patch)
tree58327a8ed2530a3664b3635a7769b3af3abed5d8 /arch
parent7c1e08db806acf3a3ea4e35f03f92884e23ce8cc (diff)
configs: j784s4_evm: Update offset for emmc and OSPI
On AM69 board, build image was going beyond wrt defined offsets. So increasing offset for eMMC and OSPI boot. Along with update in corresponding device tree. Cc: Neha Francis <n-francis@ti.com> Cc: Vaishnav Achath <vaishnav.a@ti.com> Cc: Apurva Nandan <a-nandan@ti.com> Signed-off-by: Udit Kumar <u-kumar1@ti.com> Reviewed-by: Neha Malcom Francis <n-francis@ti.com> Tested-by: Beleswar Padhi <b-padhi@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/k3-am69-sk.dts18
-rw-r--r--arch/arm/dts/k3-j784s4-evm.dts36
2 files changed, 27 insertions, 27 deletions
diff --git a/arch/arm/dts/k3-am69-sk.dts b/arch/arm/dts/k3-am69-sk.dts
index 508fbee411..f49721039f 100644
--- a/arch/arm/dts/k3-am69-sk.dts
+++ b/arch/arm/dts/k3-am69-sk.dts
@@ -272,27 +272,27 @@
partition@0 {
label = "ospi.tiboot3";
- reg = <0x0 0x80000>;
+ reg = <0x0 0x100000>;
};
- partition@80000 {
+ partition@100000 {
label = "ospi.tispl";
- reg = <0x80000 0x200000>;
+ reg = <0x100000 0x200000>;
};
- partition@280000 {
+ partition@300000 {
label = "ospi.u-boot";
- reg = <0x280000 0x400000>;
+ reg = <0x300000 0x400000>;
};
- partition@680000 {
+ partition@700000 {
label = "ospi.env";
- reg = <0x680000 0x40000>;
+ reg = <0x700000 0x40000>;
};
- partition@6c0000 {
+ partition@740000 {
label = "ospi.env.backup";
- reg = <0x6c0000 0x40000>;
+ reg = <0x740000 0x40000>;
};
partition@800000 {
diff --git a/arch/arm/dts/k3-j784s4-evm.dts b/arch/arm/dts/k3-j784s4-evm.dts
index e936a82002..539471c805 100644
--- a/arch/arm/dts/k3-j784s4-evm.dts
+++ b/arch/arm/dts/k3-j784s4-evm.dts
@@ -718,27 +718,27 @@
partition@0 {
label = "ospi.tiboot3";
- reg = <0x0 0x80000>;
+ reg = <0x0 0x100000>;
};
- partition@80000 {
+ partition@100000 {
label = "ospi.tispl";
- reg = <0x80000 0x200000>;
+ reg = <0x100000 0x200000>;
};
- partition@280000 {
+ partition@300000 {
label = "ospi.u-boot";
- reg = <0x280000 0x400000>;
+ reg = <0x300000 0x400000>;
};
- partition@680000 {
+ partition@700000 {
label = "ospi.env";
- reg = <0x680000 0x40000>;
+ reg = <0x700000 0x40000>;
};
- partition@6c0000 {
+ partition@740000 {
label = "ospi.env.backup";
- reg = <0x6c0000 0x40000>;
+ reg = <0x740000 0x40000>;
};
partition@800000 {
@@ -773,27 +773,27 @@
partition@0 {
label = "ospi_nand.tiboot3";
- reg = <0x0 0x80000>;
+ reg = <0x0 0x100000>;
};
- partition@80000 {
+ partition@100000 {
label = "ospi_nand.tispl";
- reg = <0x80000 0x200000>;
+ reg = <0x100000 0x200000>;
};
- partition@280000 {
+ partition@300000 {
label = "ospi_nand.u-boot";
- reg = <0x280000 0x400000>;
+ reg = <0x300000 0x400000>;
};
- partition@680000 {
+ partition@700000 {
label = "ospi_nand.env";
- reg = <0x680000 0x40000>;
+ reg = <0x700000 0x40000>;
};
- partition@6c0000 {
+ partition@740000 {
label = "ospi_nand.env.backup";
- reg = <0x6c0000 0x40000>;
+ reg = <0x740000 0x40000>;
};
partition@2000000 {