From 1d2ed385ff96bb3f42c5b55de0f44141a0deb33e Mon Sep 17 00:00:00 2001 From: Heinrich Toews Date: Tue, 24 Feb 2026 10:44:33 +0100 Subject: [PATCH] arm: dts: pfc-750-84xx-wosm: mram: change total capacity to 1MB Signed-off-by: Heinrich Toews --- arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-wosm.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-wosm.dtsi b/arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-wosm.dtsi index cea5c30431a5..08e6c0d56c80 100644 --- a/arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-wosm.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am623-pfc-750-84xx-wosm.dtsi @@ -222,7 +222,7 @@ partition@0 { label = "ospi.mram.mem"; - reg = <0x0 0x800000>; + reg = <0x0 0x100000>; /* 1MB total capacity */ }; }; };