From 7926376469a060506e124172612d0c68ac463d9e Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 27 Jan 2022 14:33:22 -0600 Subject: Fix the mt-dt-overlay path to the EEPROM for MTCAP --- recipes-bsp/multitech/mt-dt-overlay/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3