diff options
author | John Klug <john.klug@multitech.com> | 2022-01-27 14:33:22 -0600 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2022-01-31 15:30:54 +0200 |
commit | 7926376469a060506e124172612d0c68ac463d9e (patch) | |
tree | 90b2bdbe9492a64fdc9906cfd97df9643576672f | |
parent | bd67cdefd3f5c920c5f22ac282fd4eecb2f12bc9 (diff) | |
download | meta-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-x | recipes-bsp/multitech/mt-dt-overlay/init | 2 |
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" |