summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/ti-uio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/ti-uio.inc')
-rw-r--r--recipes-kernel/linux/ti-uio.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/ti-uio.inc b/recipes-kernel/linux/ti-uio.inc
index f038bc8d..e7bb87a1 100644
--- a/recipes-kernel/linux/ti-uio.inc
+++ b/recipes-kernel/linux/ti-uio.inc
@@ -1,14 +1,14 @@
1SRC_URI_append_keystone = " file://keystone-uio.dtsi" 1SRC_URI_append_keystone = " file://keystone-uio.dtsi"
2SRC_URI_append_k2hk-evm = " file://k2hk-uio.dtsi" 2SRC_URI_append_k2hk-evm = " file://k2hk-uio.dtsi"
3SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi" 3SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi"
4SRC_URI_append_k2e-evm = " file://k2e-uio.dtsi" 4SRC_URI_append_k2e = " file://k2e-uio.dtsi"
5SRC_URI_append_am57xx-evm = " file://am572x-pru-uio.dtsi" 5SRC_URI_append_am57xx-evm = " file://am572x-pru-uio.dtsi"
6 6
7DTSI_LIST = "" 7DTSI_LIST = ""
8DTSI_LIST_append_keystone = " keystone-uio.dtsi" 8DTSI_LIST_append_keystone = " keystone-uio.dtsi"
9DTSI_LIST_append_k2hk-evm = " k2hk-uio.dtsi" 9DTSI_LIST_append_k2hk-evm = " k2hk-uio.dtsi"
10DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi" 10DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi"
11DTSI_LIST_append_k2e-evm = " k2e-uio.dtsi" 11DTSI_LIST_append_k2e = " k2e-uio.dtsi"
12 12
13KERNEL_DEVICETREE_append_am57xx-evm = "${@base_conditional("ENABLE_TI_UIO_DEVICES", "1", " am572x-idk-pru-excl-uio.dtb", "", d)}" 13KERNEL_DEVICETREE_append_am57xx-evm = "${@base_conditional("ENABLE_TI_UIO_DEVICES", "1", " am572x-idk-pru-excl-uio.dtb", "", d)}"
14 14