summaryrefslogtreecommitdiff
path: root/drivers/ram
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2024-03-12 15:20:22 -0500
committerTom Rini <trini@konsulko.com>2024-03-13 10:10:04 -0400
commit55e7e2e0e53a6435ac5ab445898cf46e6e1deee4 (patch)
tree25d998182714fab624eeed96b2ad5c232815aea6 /drivers/ram
parent1bcc7a4d7d2e53918e18452e0a34920eb385431e (diff)
ram: k3-ddrss: enable the am62ax's DDR controller for am62px
The am62px family of SoCs uses the same DDR controller as found on the am62ax family. Enable this option when building for the am62px family Reviewed-by: Neha Malcom Francis <n-francis@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'drivers/ram')
-rw-r--r--drivers/ram/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index 8e9e53cbb0e..9838a2798f9 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -65,7 +65,7 @@ choice
default K3_J721E_DDRSS if SOC_K3_J721E || SOC_K3_J721S2 || SOC_K3_J784S4
default K3_AM64_DDRSS if SOC_K3_AM642
default K3_AM64_DDRSS if SOC_K3_AM625
- default K3_AM62A_DDRSS if SOC_K3_AM62A7
+ default K3_AM62A_DDRSS if SOC_K3_AM62A7 || SOC_K3_AM62P5
config K3_J721E_DDRSS
bool "Enable J721E DDRSS support"