summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Huang <[email protected]>2022-01-25 20:56:35 +0530
committerTom Rini <[email protected]>2022-02-08 09:41:27 -0500
commit8fdb1c7f0abc149dcfcab4f67a77fb42895b47c7 (patch)
treee526bc18d7d313841ba1b9574a4076b1976c6c4d
parent98551f8791f919aebcf6d32318b5c074e06c830c (diff)
ram: k3-ddrss: Add support for J721S2 SoC
Add support for DDR subsystem in J721S2 SoC. Signed-off-by: David Huang <[email protected]> Signed-off-by: Aswath Govindraju <[email protected]>
-rw-r--r--drivers/ram/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index a79594d3519..709c916a2a1 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -62,7 +62,7 @@ choice
depends on K3_DDRSS
prompt "K3 DDRSS Arch Support"
- default K3_J721E_DDRSS if SOC_K3_J721E
+ default K3_J721E_DDRSS if SOC_K3_J721E || SOC_K3_J721S2
default K3_AM64_DDRSS if SOC_K3_AM642
config K3_J721E_DDRSS