From 68f632640ed35abdc6120748da9c758c6a0c1cc3 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Tue, 4 Nov 2014 16:07:57 -0600 Subject: linux-3.12.17: mtcdt: relabel controllable LEDs to status, a, b, c, d --- .../linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch | 10 +++++----- recipes-kernel/linux/linux_3.12.27.bb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch b/recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch index cd067db..496742d 100644 --- a/recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch +++ b/recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch @@ -212,24 +212,24 @@ Index: linux-3.12.27/arch/arm/boot/dts/mtcdt.dts + compatible = "gpio-leds"; + + pa24 { -+ label = "led-a"; ++ label = "led-status"; + gpios = <&pioA 24 GPIO_ACTIVE_LOW>; + linux,default-trigger = "default-on"; + }; + pa25 { -+ label = "led-b"; ++ label = "led-a"; + gpios = <&pioA 25 GPIO_ACTIVE_LOW>; + }; + pa26 { -+ label = "led-c"; ++ label = "led-b"; + gpios = <&pioA 26 GPIO_ACTIVE_LOW>; + }; + pa27 { -+ label = "led-d"; ++ label = "led-c"; + gpios = <&pioA 27 GPIO_ACTIVE_LOW>; + }; + pa28 { -+ label = "led-e"; ++ label = "led-d"; + gpios = <&pioA 28 GPIO_ACTIVE_LOW>; + }; + }; diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb index b99ae5b..64e6810 100644 --- a/recipes-kernel/linux/linux_3.12.27.bb +++ b/recipes-kernel/linux/linux_3.12.27.bb @@ -2,7 +2,7 @@ inherit kernel # mts class to build dtb and append to kernel image inherit linux-append-dtb -PR = "r6" +PR = "r7" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -- cgit v1.2.3