diff options
| author | Apurva Nandan <[email protected]> | 2024-02-24 01:51:41 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-04 13:41:03 -0500 |
| commit | 20d055413498e08bfc48b9225a64df9cf1c2dee2 (patch) | |
| tree | 1ccb1638d0dd17d2d1b94368296d8365e5e84a63 /drivers | |
| parent | 013b3e0ed09f2b2bf5d33f475f2cb89c8e208cdf (diff) | |
arm: mach-k3: Add basic support for J784S4 SoC definition
Add J784S4 initialization files for initial SPL boot.
config SYS_K3_MCU_SCRATCHPAD_BASE default value is same
for J721E, J721S2, J784S4. So combined them into a single
default.
Signed-off-by: Hari Nagalla <[email protected]>
[ add firewall configurations and change the R5 MCU scratchpad ]
Signed-off-by: Manorit Chawdhry <[email protected]>
Signed-off-by: Dasnavis Sabiya <[email protected]>
Signed-off-by: Apurva Nandan <[email protected]>
Reviewed-by: Neha Malcom Francis <[email protected]>
Tested-by: Marcel Ziswiler <[email protected]> # AM69-SK
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ram/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig index 5b07e920301..8e9e53cbb0e 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 || SOC_K3_J721S2 + 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 |
