diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-11-04 16:07:57 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-11-04 16:07:57 -0600 |
commit | 68f632640ed35abdc6120748da9c758c6a0c1cc3 (patch) | |
tree | 7cff5e05c7a8a7d4a5da49947a52843a5e71eb3b /recipes-kernel/linux/linux-3.12.27 | |
parent | 7e6de038caee7d7c5d167aff075cbed2b178a799 (diff) | |
download | meta-multitech-68f632640ed35abdc6120748da9c758c6a0c1cc3.tar.gz meta-multitech-68f632640ed35abdc6120748da9c758c6a0c1cc3.tar.bz2 meta-multitech-68f632640ed35abdc6120748da9c758c6a0c1cc3.zip |
linux-3.12.17: mtcdt: relabel controllable LEDs to status, a, b, c, d
Diffstat (limited to 'recipes-kernel/linux/linux-3.12.27')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch | 10 |
1 files changed, 5 insertions, 5 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>; + }; + }; |