Date
1 - 2 of 2
[master][PATCH 1/5] am62xx, j721s2: move "gpu" machine feature from machine to soc config
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@...>
In most cases machine features should be set in the corresponding SoC con= fig to be applicable to different machine variants, like GP, HS or custom boa= rd. Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/conf/machine/am62xx-evm.conf | 2 -- meta-ti-bsp/conf/machine/include/am62xx.inc | 2 +- meta-ti-bsp/conf/machine/include/j721s2.inc | 2 ++ meta-ti-bsp/conf/machine/j721s2-evm.conf | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/= machine/am62xx-evm.conf index 44f46d78..33b3294e 100644 --- a/meta-ti-bsp/conf/machine/am62xx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf @@ -4,8 +4,6 @@ =20 require conf/machine/include/am62xx.inc =20 -MACHINE_FEATURES +=3D "gpu" - KERNEL_DEVICETREE =3D " \ ti/k3-am625-sk.dtb \ ti/k3-am625-sk-csi2-ov5640.dtb \ diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/co= nf/machine/include/am62xx.inc index f3bde639..56cd7c20 100644 --- a/meta-ti-bsp/conf/machine/include/am62xx.inc +++ b/meta-ti-bsp/conf/machine/include/am62xx.inc @@ -1,7 +1,7 @@ require conf/machine/include/k3.inc SOC_FAMILY:append =3D ":am62xx" =20 -MACHINE_FEATURES +=3D "screen touchscreen" +MACHINE_FEATURES +=3D "screen touchscreen gpu" =20 SERIAL_CONSOLES =3D "115200;ttyS2" SERIAL_CONSOLES_CHECK =3D "${SERIAL_CONSOLES}" diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/co= nf/machine/include/j721s2.inc index 113f86c4..06654179 100644 --- a/meta-ti-bsp/conf/machine/include/j721s2.inc +++ b/meta-ti-bsp/conf/machine/include/j721s2.inc @@ -1,2 +1,4 @@ require conf/machine/include/j7.inc SOC_FAMILY:append =3D ":j721s2" + +MACHINE_FEATURES +=3D "gpu" diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/= machine/j721s2-evm.conf index 5d977776..a2c15f74 100644 --- a/meta-ti-bsp/conf/machine/j721s2-evm.conf +++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf @@ -4,8 +4,6 @@ =20 require conf/machine/include/j721s2.inc =20 -MACHINE_FEATURES +=3D "gpu" - SERIAL_CONSOLES =3D "115200;ttyS10" SERIAL_CONSOLES_CHECK =3D "${SERIAL_CONSOLES}" TFA_K3_USART =3D "0x8" --=20 2.25.1
|
|
Ryan Eatmon
Series applied to master.
toggle quoted messageShow quoted text
On 5/5/2022 12:44, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <denys@...> --
Ryan Eatmon reatmon@... ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS
|
|