summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-01-27 14:33:22 -0600
committerJohn Klug <john.klug@multitech.com>2022-02-01 10:50:17 -0600
commitbcaceb878ced8f8827e15d91d47d15de4604856e (patch)
tree6ace2ff96fa5a0067d9bc7a221c02b3f9cf0df45
parent555250c261fe37ceeccb8277f9018377d3a9a26d (diff)
downloadmeta-multitech-5.3.30.tar.gz
meta-multitech-5.3.30.tar.bz2
meta-multitech-5.3.30.zip
Fix the mt-dt-overlay path to the EEPROM for MTCAP5.3.30
-rwxr-xr-xrecipes-bsp/multitech/mt-dt-overlay/init2
-rw-r--r--recipes-bsp/multitech/mt-dt-overlay_1.1.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay/init b/recipes-bsp/multitech/mt-dt-overlay/init
index 1920723..a59d215 100755
--- a/recipes-bsp/multitech/mt-dt-overlay/init
+++ b/recipes-bsp/multitech/mt-dt-overlay/init
@@ -6,7 +6,7 @@
sysdir=/sys/devices/platform/mts-io
i2c=/sys/bus/i2c/devices/
-eepromPath="/sys/devices/platform/i2c-gpio-0/i2c-0/0-0056/eeprom"
+eepromPath="/sys/bus/i2c/devices/0-0056/eeprom"
DEVTREE="/sys/kernel/config/device-tree/overlays/"
SYSFS="/usr/sbin/mts-io-sysfs"
diff --git a/recipes-bsp/multitech/mt-dt-overlay_1.1.2.bb b/recipes-bsp/multitech/mt-dt-overlay_1.1.2.bb
index a2ddd0e..799e319 100644
--- a/recipes-bsp/multitech/mt-dt-overlay_1.1.2.bb
+++ b/recipes-bsp/multitech/mt-dt-overlay_1.1.2.bb
@@ -23,7 +23,7 @@ COMPATIBLE_MACHINE = "(mtcap|mtrv1|mtcdt)"
dt_dir = "/lib/dtoverlays"
-PR = "r2"
+PR = "r3"
SRC_URI = " \
git://git.multitech.net/mt-dt-overlay.git;protocol=git \