diff mbox series

[meta-arago,krikstone,1/2] branding-core: Add gc320 driver for AM57x platforms

Message ID 20231115110033.4746-2-sinthu.raja@ti.com
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series Add gc320 driver support for | expand

Commit Message

Sinthu Raja M Nov. 15, 2023, 11 a.m. UTC
From: Sinthu Raja <sinthu.raja@ti.com>

Enable the GC320 driver support for AM57x platforms which was temporarily
disabled for LTS prep.

Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
---
 .../conf/distro/include/branding-core.inc           | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Comments

Andrew Davis Nov. 15, 2023, 5:08 p.m. UTC | #1
On 11/15/23 5:00 AM, Sinthu Raja M via lists.yoctoproject.org wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
> 
> Enable the GC320 driver support for AM57x platforms which was temporarily
> disabled for LTS prep.
> 
> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
> ---
>   .../conf/distro/include/branding-core.inc           | 13 ++++++++++---
>   1 file changed, 10 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc
> index 79dadc11..ed1dc6b8 100644
> --- a/meta-arago-distro/conf/distro/include/branding-core.inc
> +++ b/meta-arago-distro/conf/distro/include/branding-core.inc
> @@ -15,6 +15,13 @@ ALTERNATIVE_PRIORITY:pn-ti-ipc-rtos = "15"
>   # Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18
>   MACHINE_FEATURES:remove = "mmip"
>   
> -# GC320 support requires out-of-tree drivers not available in until LTS prep is
> -# complete. Disable for now.
> -MACHINE_FEATURES:remove = "gc320"

No machine other than `omap-a15` has this in its features anyway,
all you have to do here is remove the above lines, all below additions
are not needed.

Andrew

> +MACHINE_FEATURES:remove:am62xx = "gc320"
> +MACHINE_FEATURES:remove:am62axx = "gc320"
> +MACHINE_FEATURES:remove:am64xx = "gc320"
> +MACHINE_FEATURES:remove:j784s4 = "gc320"
> +MACHINE_FEATURES:remove:j721s2 = "gc320"
> +MACHINE_FEATURES:remove:j7200 = "gc320"
> +MACHINE_FEATURES:remove:j721e = "gc320"
> +MACHINE_FEATURES:remove:am335x = "gc320"
> +MACHINE_FEATURES:remove:am65xx = "gc320"
> +MACHINE_FEATURES:remove:am437x = "gc320"
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc
index 79dadc11..ed1dc6b8 100644
--- a/meta-arago-distro/conf/distro/include/branding-core.inc
+++ b/meta-arago-distro/conf/distro/include/branding-core.inc
@@ -15,6 +15,13 @@  ALTERNATIVE_PRIORITY:pn-ti-ipc-rtos = "15"
 # Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18
 MACHINE_FEATURES:remove = "mmip"
 
-# GC320 support requires out-of-tree drivers not available in until LTS prep is
-# complete. Disable for now.
-MACHINE_FEATURES:remove = "gc320"
+MACHINE_FEATURES:remove:am62xx = "gc320"
+MACHINE_FEATURES:remove:am62axx = "gc320"
+MACHINE_FEATURES:remove:am64xx = "gc320"
+MACHINE_FEATURES:remove:j784s4 = "gc320"
+MACHINE_FEATURES:remove:j721s2 = "gc320"
+MACHINE_FEATURES:remove:j7200 = "gc320"
+MACHINE_FEATURES:remove:j721e = "gc320"
+MACHINE_FEATURES:remove:am335x = "gc320"
+MACHINE_FEATURES:remove:am65xx = "gc320"
+MACHINE_FEATURES:remove:am437x = "gc320"