]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ram: k3-ddrss: enable the am62ax's DDR controller for am62px
authorBryan Brattlof <bb@ti.com>
Tue, 12 Mar 2024 20:20:22 +0000 (15:20 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 13 Mar 2024 14:10:04 +0000 (10:10 -0400)
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>
drivers/ram/Kconfig

index 8e9e53cbb0e1f8788bae71bf7be934a4df86baa9..9838a2798f922d29c96871972c77b960a9b54b8a 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
+       default K3_AM62A_DDRSS if SOC_K3_AM62A7 || SOC_K3_AM62P5
 
 config K3_J721E_DDRSS
        bool "Enable J721E DDRSS support"