summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/ti-uio.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-21 01:22:12 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-24 16:00:13 -0400
commit4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b (patch)
tree70e246942b84998e3eb0c4c2c27f68eca6e270b4 /recipes-kernel/linux/ti-uio.inc
parent799cbdf39afa2b8edf46a9befa5b250810ee4197 (diff)
downloadmeta-ti-4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b.tar.gz
conf, recipes: introduce k2l family and add support for k2l-hs-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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 852c9ab2..6fc397e5 100644
--- a/recipes-kernel/linux/ti-uio.inc
+++ b/recipes-kernel/linux/ti-uio.inc
@@ -1,6 +1,6 @@
1SRC_URI_append_keystone = " file://keystone-uio.dtsi" 1SRC_URI_append_keystone = " file://keystone-uio.dtsi"
2SRC_URI_append_k2hk = " file://k2hk-uio.dtsi" 2SRC_URI_append_k2hk = " file://k2hk-uio.dtsi"
3SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi" 3SRC_URI_append_k2l = " file://k2l-uio.dtsi"
4SRC_URI_append_k2e = " file://k2e-uio.dtsi" 4SRC_URI_append_k2e = " file://k2e-uio.dtsi"
5SRC_URI_append_k2g = " file://keystone-k2g-pru-uio.dtsi" 5SRC_URI_append_k2g = " file://keystone-k2g-pru-uio.dtsi"
6SRC_URI_append_dra7xx = " file://am57xx-pru-uio.dtsi \ 6SRC_URI_append_dra7xx = " file://am57xx-pru-uio.dtsi \
@@ -12,7 +12,7 @@ SRC_URI_append_ti43x = " file://am437x-pru-uio.dtsi"
12DTSI_LIST = "" 12DTSI_LIST = ""
13DTSI_LIST_append_keystone = " keystone-uio.dtsi" 13DTSI_LIST_append_keystone = " keystone-uio.dtsi"
14DTSI_LIST_append_k2hk = " k2hk-uio.dtsi" 14DTSI_LIST_append_k2hk = " k2hk-uio.dtsi"
15DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi" 15DTSI_LIST_append_k2l = " k2l-uio.dtsi"
16DTSI_LIST_append_k2e = " k2e-uio.dtsi" 16DTSI_LIST_append_k2e = " k2e-uio.dtsi"
17 17
18do_setup_uio() { 18do_setup_uio() {