linux-boundary: Bump SRCREV to e1eae97

Major fixes for touchscreens. Fixes a race condition which was causing some TS drivers to fail on load
Add GPS support
Device Tree Changes
  - add aliases for backlights/pwm for lvds/lcd
  - fix tc358743 mclk
  - touchscreen interrupt fixes
  - allow multiple reset gpios active high or low for pcie

Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Ian Coolidge 2016-10-20 13:02:30 -07:00 committed by Otavio Salvador
parent 9cfef66487
commit 79fcd86b2e

View File

@ -12,6 +12,6 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
LOCALVERSION = "-1.0.0_ga+yocto"
SRCBRANCH = "boundary-imx_4.1.15_1.0.0_ga"
SRCREV = "76c24a0cde0d50fc8006b15db94f9c3efc5ec979"
SRCREV = "e1eae9797d8fe9f66d13d0d665aaf618be81e482"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7)"