From 7256e5a9dba0652fe8361f3143771cb6371568b5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 10 Mar 2016 17:01:23 -0500 Subject: linux-yocto/4.4: gpio-pca953x: add "drive" property Integrating the following commit for the 4.4 kernel: [ gpio-pca953x: add "drive" property Galileo gen 2 has support for setting GPIO modes. Expose these properties through the GPIO sysfs interface. This approach is bit hacky, since it changes the interface semantics. The original patch was by Josef Ahmad and made on top of kernel 3.8. ] Signed-off-by: Saul Wold Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 268e21501d..2faad1d574 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "e9c6f8ed73f9200b0a134ed473b4246d8cba0c3f" -SRCREV_meta ?= "0ae928f7664c97fcce9411a6323ee9b376a59996" +SRCREV_machine ?= "dfa88200087a7ef73741383c05c14ff2f3978947" +SRCREV_meta ?= "ce5b35bc76bb65d93d0897535c088f51dae4048b" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -- cgit 1.2.3-korg