diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-05-05 17:44:18 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-05 14:22:22 -0500 |
commit | a9327edb03815883ee78d547eb4011bc4b7f4439 (patch) | |
tree | 22aac030401eae406fcd5b122fcd1bc59c72555d /meta-ti-bsp | |
parent | 8e8c7de0b43c8634cd60161e62252b60f9f6a0d6 (diff) | |
download | meta-ti-a9327edb03815883ee78d547eb4011bc4b7f4439.tar.gz |
am62xx, j721s2: move "gpu" machine feature from machine to soc config
In most cases machine features should be set in the corresponding SoC config
to be applicable to different machine variants, like GP, HS or custom board.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-evm.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am62xx.inc | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/j721s2.inc | 2 | ||||
-rw-r--r-- | 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 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/am62xx.inc | 5 | require conf/machine/include/am62xx.inc |
6 | 6 | ||
7 | MACHINE_FEATURES += "gpu" | ||
8 | |||
9 | KERNEL_DEVICETREE = " \ | 7 | KERNEL_DEVICETREE = " \ |
10 | ti/k3-am625-sk.dtb \ | 8 | ti/k3-am625-sk.dtb \ |
11 | ti/k3-am625-sk-csi2-ov5640.dtb \ | 9 | ti/k3-am625-sk-csi2-ov5640.dtb \ |
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/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 @@ | |||
1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
2 | SOC_FAMILY:append = ":am62xx" | 2 | SOC_FAMILY:append = ":am62xx" |
3 | 3 | ||
4 | MACHINE_FEATURES += "screen touchscreen" | 4 | MACHINE_FEATURES += "screen touchscreen gpu" |
5 | 5 | ||
6 | SERIAL_CONSOLES = "115200;ttyS2" | 6 | SERIAL_CONSOLES = "115200;ttyS2" |
7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/conf/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 @@ | |||
1 | require conf/machine/include/j7.inc | 1 | require conf/machine/include/j7.inc |
2 | SOC_FAMILY:append = ":j721s2" | 2 | SOC_FAMILY:append = ":j721s2" |
3 | |||
4 | MACHINE_FEATURES += "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 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/j721s2.inc | 5 | require conf/machine/include/j721s2.inc |
6 | 6 | ||
7 | MACHINE_FEATURES += "gpu" | ||
8 | |||
9 | SERIAL_CONSOLES = "115200;ttyS10" | 7 | SERIAL_CONSOLES = "115200;ttyS10" |
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
11 | TFA_K3_USART = "0x8" | 9 | TFA_K3_USART = "0x8" |