[PATCH 0/4] arm64: dts: ti: Describe flash partitions for J7 platforms

From: Vaishnav Achath
Date: Wed May 03 2023 - 05:12:57 EST


This series adds flash partition description through DT, currently
the flash partitions for J7 platforms is described through the mtdparts
commandline parameter passed from bootloader, this requires maintenance
of the partition information in a mtdparts string which is error prone.

Once the flash partitions are described through DT, the support for
mtdparts can be removed for these platforms from u-boot also.

Vaishnav Achath (4):
arm64: dts: ti: k3-j721e-som: Describe OSPI flash partition info
arm64: dts: ti: k3-j721e-som: Describe QSPI flash partition info
arm64: dts: ti: k3-j721e-sk: Describe OSPI flash partition info
arm64: dts: ti: k3-j7200-som: Describe OSPI and Hyperflash partition
info

arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 72 +++++++++++++++++++
.../dts/ti/k3-j721e-common-proc-board.dts | 46 ++++++++++++
arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 46 ++++++++++++
arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi | 46 ++++++++++++
4 files changed, 210 insertions(+)

--
2.17.1