]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ram: k3-ddrss: Enable the am62ax's DDR controller for J722S
authorJayesh Choudhary <j-choudhary@ti.com>
Wed, 12 Jun 2024 09:11:17 +0000 (14:41 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 19 Jun 2024 18:07:44 +0000 (12:07 -0600)
The J722S family of SoCs uses the same DDR controller as found on the
AM62A family. Enable this option when building for the J722S family.

Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
drivers/ram/Kconfig

index 9838a2798f922d29c96871972c77b960a9b54b8a..a64d2dff68db5f833ac1aa9862272a8dc543bcbc 100644 (file)
@@ -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 || SOC_K3_AM62P5
+       default K3_AM62A_DDRSS if SOC_K3_AM62A7 || SOC_K3_AM62P5 || SOC_K3_J722S
 
 config K3_J721E_DDRSS
        bool "Enable J721E DDRSS support"