arm: mach-k3: Set NR_DRAM_BANKS to 2
authorNeha Malcom Francis <n-francis@ti.com>
Mon, 6 Jan 2025 09:07:07 +0000 (14:37 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 14 Jan 2025 21:47:07 +0000 (15:47 -0600)
commit01fa91bd5bbcdb2dda4cc869da9d8fc782774a3c
tree349313c8fa3374df6245e84189a8dfe24da227bd
parent7a84969dcb8405b81193a48412266757bfb87fcd
arm: mach-k3: Set NR_DRAM_BANKS to 2

Set CONFIG_NR_DRAM_BANKS to 2 as we have two banks described in the
memory/ node for lower and higher addressible DDR regions.

This allows use of FDT functions from fdt_support.c to set up and fix up
the memory/ node correctly.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Signed-off-by: Santhosh Kumar K <s-k6@ti.com>
16 files changed:
arch/arm/mach-k3/Kconfig
configs/am62ax_evm_a53_defconfig
configs/am62px_evm_a53_defconfig
configs/am62x_evm_a53_defconfig
configs/am62x_evm_r5_defconfig
configs/am64x_evm_a53_defconfig
configs/am64x_evm_r5_defconfig
configs/am65x_evm_a53_defconfig
configs/am65x_evm_r5_defconfig
configs/am65x_evm_r5_usbdfu_defconfig
configs/am65x_evm_r5_usbmsc_defconfig
configs/j7200_evm_a72_defconfig
configs/j721e_evm_a72_defconfig
configs/j721s2_evm_a72_defconfig
configs/j722s_evm_a53_defconfig
configs/j784s4_evm_a72_defconfig