From 4ba33a39a2063b122a279af9881bd9d8a86602f3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 13 Apr 2016 12:12:09 -0400 Subject: linux-yocto/4.4: gpio-pca953x: fix the "drive" property cannot read/write The gpio_drive_show/store use incorrect gpio_desc, this causes the drive sysfs property cannot be used, This patch fixes this issue Upstream-status: Inappropriate, custom code for legacy userspace (From OE-Core rev: ec13eb0b19ee1d433329af0dd88ac5b31b13c1af) Signed-off-by: Yong Li Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 87b46e48c5..9ae4174f96 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "8611de4e967b16bd5b63714045329d621ee744d0" +SRCREV_machine ?= "d5a75e64945b378d22b136d8c33a1e9120c3bbb9" SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ -- cgit v1.2.3-54-g00ecf