From b16bd53ffa61c68ef1932f96368b5a58d0311307 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Wed, 23 Oct 2024 12:03:17 +0800 Subject: imx: Support i.MX93 9X9 QSB board Add i.MX93 9x9 Quick Start Board support. - Two ddr scripts included w/o inline ecc feature. - SDHC/NETWORK/I2C/UART supported - PCA9450 supported, default over drive mode - Documentation added. Signed-off-by: Peng Fan --- drivers/ddr/imx/imx9/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/ddr/imx/imx9') diff --git a/drivers/ddr/imx/imx9/Kconfig b/drivers/ddr/imx/imx9/Kconfig index b1795eec353..0a45340ffb6 100644 --- a/drivers/ddr/imx/imx9/Kconfig +++ b/drivers/ddr/imx/imx9/Kconfig @@ -17,6 +17,11 @@ config IMX9_DRAM_PM_COUNTER help Enable DDR controller performance monitor counter for reference events. +config IMX9_DRAM_INLINE_ECC + bool "Enable DDR INLINE ECC feature" + help + Select to enable DDR INLINE ECC feature + config SAVED_DRAM_TIMING_BASE hex "Define the base address for saved dram timing" help -- cgit v1.2.3