This series adds support for GPMC NAND on AM62x LP SK board. v2: https://lore.kernel.org/all/20231004111238.3968984-1-n-yadav@xxxxxx/ v1: https://lore.kernel.org/all/20230913114711.2937844-1-n-yadav@xxxxxx/ Change Log: V2 -> V3: - Add blank line before gpmc0 node in device tree. - Document reason to disable gpmc0 & elm0 node by default. - Sort GPMC entries in ranges of cbass_main. - Update Makefile. V1 -> V2: - Rearrange device tree properties in recommended sequence. - Move status property at last place in the node. - Fix commit message and commit descriptions. Nitin Yadav (3): arm64: dts: ti: Add GPMC support for AM62x LP SK arm64: dts: ti: Add overlay for NAND daughter card arm64: defconfig: Enable GPMC NAND support arch/arm64/boot/dts/ti/Makefile | 3 +- .../arm64/boot/dts/ti/k3-am62-lp-sk-nand.dtso | 119 ++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 30 +++++ arch/arm64/boot/dts/ti/k3-am62.dtsi | 2 + arch/arm64/configs/defconfig | 3 + 5 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/ti/k3-am62-lp-sk-nand.dtso -- 2.25.1