diff options
author | Peng Fan <peng.fan@nxp.com> | 2024-10-23 12:03:17 +0800 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-10-25 09:07:16 -0300 |
commit | b16bd53ffa61c68ef1932f96368b5a58d0311307 (patch) | |
tree | c1101479a928f97920c578b64eb5b248f3cb006b /drivers/ddr/imx/imx9 | |
parent | 73725363090eba72d8c30cf458851f67ad3b5b36 (diff) |
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 <peng.fan@nxp.com>
Diffstat (limited to 'drivers/ddr/imx/imx9')
-rw-r--r-- | drivers/ddr/imx/imx9/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |