diff mbox series

[1/2] arm64: dts: ti: k3-am62-phycore-som: Add fixed-partitions to NOR Flash

Message ID 20231215191838.1925082-2-nmorrisson@phytec.com
State New
Headers show
Series *** Add fixed-paritions to phyCORE-AM62x and phyCORE-AM64x *** | expand

Commit Message

Nathan Morrisson Dec. 15, 2023, 7:18 p.m. UTC
Provide a fixed-partitions dummy node so bootladers can fixup
paritions.

Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>
---
 arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi b/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
index aa43e7407eee..681ac03cef40 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
@@ -311,6 +311,12 @@  serial_flash: flash@0 {
 		cdns,tchsh-ns = <60>;
 		cdns,tslch-ns = <60>;
 		cdns,read-delay = <0>;
+
+		partitions {
+			compatible = "fixed-partitions";
+			#address-cells = <1>;
+			#size-cells = <1>;
+		};
 	};
 };