diff mbox series

[v3,04/13] ram: k3-ddrss: enable the am62ax's DDR controller for am62px

Message ID 20240205-am62px-wip-rebasing-v3-4-04cbb42eaa6f@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Hello Again Everyone! | expand

Commit Message

Bryan Brattlof Feb. 26, 2024, 9:19 p.m. UTC
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

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 drivers/ram/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Neha Malcom Francis Feb. 27, 2024, 4:24 a.m. UTC | #1
On 27/02/24 02:49, Bryan Brattlof wrote:
> 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
> 
> Signed-off-by: Bryan Brattlof <bb@ti.com>
> ---
>   drivers/ram/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
> index 5b07e92030142..56391058567bb 100644
> --- a/drivers/ram/Kconfig
> +++ b/drivers/ram/Kconfig
> @@ -65,7 +65,7 @@ choice
>   	default K3_J721E_DDRSS if SOC_K3_J721E || SOC_K3_J721S2
>   	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"
> 

Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
diff mbox series

Patch

diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index 5b07e92030142..56391058567bb 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -65,7 +65,7 @@  choice
 	default K3_J721E_DDRSS if SOC_K3_J721E || SOC_K3_J721S2
 	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"