diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-04-13 12:12:09 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-14 10:58:28 +0100 |
commit | ec13eb0b19ee1d433329af0dd88ac5b31b13c1af (patch) | |
tree | 8fdcdea4cb57f8e6c6a61aa8bec56148c5a9d9de /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |
parent | 6a5e2b2196e5654fc54ba5b2e51a390c966fd1b7 (diff) | |
download | openembedded-core-ec13eb0b19ee1d433329af0dd88ac5b31b13c1af.tar.gz openembedded-core-ec13eb0b19ee1d433329af0dd88ac5b31b13c1af.tar.bz2 openembedded-core-ec13eb0b19ee1d433329af0dd88ac5b31b13c1af.zip |
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
Signed-off-by: Yong Li <yong.b.li@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 9bae4faeb0..b6a5fea6cb 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "73481a3abd4ee49c1cf5561fea997275f535098e" +SRCREV_machine ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe" SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" PV = "${LINUX_VERSION}+git${SRCPV}" |