summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-01-27 14:33:22 -0600
committerSerhii Voloshynov <serhii.voloshynov@globallogic.com>2022-01-31 15:30:54 +0200
commit7926376469a060506e124172612d0c68ac463d9e (patch)
tree90b2bdbe9492a64fdc9906cfd97df9643576672f
parentbd67cdefd3f5c920c5f22ac282fd4eecb2f12bc9 (diff)
downloadmeta-multitech-7926376469a060506e124172612d0c68ac463d9e.tar.gz
meta-multitech-7926376469a060506e124172612d0c68ac463d9e.tar.bz2
meta-multitech-7926376469a060506e124172612d0c68ac463d9e.zip
Fix the mt-dt-overlay path to the EEPROM for MTCAP
-rwxr-xr-xrecipes-bsp/multitech/mt-dt-overlay/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay/init b/recipes-bsp/multitech/mt-dt-overlay/init
index c2d9716..2112edc 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"