git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98551f8
)
ram: k3-ddrss: Add support for J721S2 SoC
author
David Huang
<d-huang@ti.com>
Tue, 25 Jan 2022 15:26:35 +0000
(20:56 +0530)
committer
Tom Rini
<trini@konsulko.com>
Tue, 8 Feb 2022 14:41:27 +0000
(09:41 -0500)
Add support for DDR subsystem in J721S2 SoC.
Signed-off-by: David Huang <d-huang@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
drivers/ram/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/ram/Kconfig
b/drivers/ram/Kconfig
index
a79594d
..
709c916
100644
(file)
--- 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