diff options
author | John Klug <john.klug@multitech.com> | 2021-10-29 05:10:52 -0500 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-11-18 14:18:49 +0200 |
commit | e5360bf650bae2e2c224d3f7ceced4f6a0aa7b95 (patch) | |
tree | caa629c4808637194d77b062ce165c0c006aad3d /recipes-bsp/multitech/mts-io.inc | |
parent | 5d31246701422d2bc314f0542d9392e48f9af75d (diff) | |
download | meta-multitech-e5360bf650bae2e2c224d3f7ceced4f6a0aa7b95.tar.gz meta-multitech-e5360bf650bae2e2c224d3f7ceced4f6a0aa7b95.tar.bz2 meta-multitech-e5360bf650bae2e2c224d3f7ceced4f6a0aa7b95.zip |
Add the names of the GPIOs for the MTCDT-0.2 IO expander
Diffstat (limited to 'recipes-bsp/multitech/mts-io.inc')
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc index 4d7da97..a0679b5 100644 --- a/recipes-bsp/multitech/mts-io.inc +++ b/recipes-bsp/multitech/mts-io.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://io-module/COPYING;md5=94d55d512a9ba36caa9b7df079bae19 file://io-tool/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ " do_fetch[depends] += "virtual/kernel:do_shared_workdir" -INC_PR = "r4" +INC_PR = "r5" SRCREV = "${PV}" PR = "${INC_PR}.0" @@ -27,6 +27,7 @@ SRC_URI = " \ file://mts-io.mtcap.init \ file://mts-io.conf \ file://MTCDT-0.2.patch \ + file://ioport-gpio-expand.patch \ " S = "${WORKDIR}/git" |