summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-09-14 13:46:07 -0500
committerBrandon Bayer <bbayer@multitech.com>2016-09-14 13:46:07 -0500
commita2e78980bf15452375155402fe9e1b0750168c4e (patch)
tree0ee495e72170ec36997f09e9a584b6e32cb45a95
parent5f4aa68b9f71cb8cac092c8ea2888ee79a94bbc1 (diff)
parent251875c6eab18acd841dcaa8809b3faad19d17b4 (diff)
downloadmeta-multitech-a2e78980bf15452375155402fe9e1b0750168c4e.tar.gz
meta-multitech-a2e78980bf15452375155402fe9e1b0750168c4e.tar.bz2
meta-multitech-a2e78980bf15452375155402fe9e1b0750168c4e.zip
Merge 'mirror/dev-mtp' into internal-dev
-rw-r--r--recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-mtp-device-tree.patch16
1 files changed, 6 insertions, 10 deletions
diff --git a/recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-mtp-device-tree.patch b/recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-mtp-device-tree.patch
index 494d2bb..27e8df2 100644
--- a/recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-mtp-device-tree.patch
+++ b/recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-mtp-device-tree.patch
@@ -2,7 +2,7 @@ Index: linux-3.12.27/arch/arm/boot/dts/mtp.dts
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ linux-3.12.27/arch/arm/boot/dts/mtp.dts 2015-01-13 13:58:20.766078428 -0600
-@@ -0,0 +1,214 @@
+@@ -0,0 +1,210 @@
+/*
+ * DTS file for Multi-Tech Systems MTP Hardware
+ */
@@ -185,27 +185,23 @@ Index: linux-3.12.27/arch/arm/boot/dts/mtp.dts
+
+ leds {
+ compatible = "gpio-leds";
-+ pa24 {
++ pc25 {
+ label = "led-status";
-+ gpios = <&pioA 24 GPIO_ACTIVE_LOW>;
++ gpios = <&pioC 25 GPIO_ACTIVE_HIGH>;
+ linux,default-trigger = "default-on";
+ };
+ pc15 {
-+ label = "led-a";
++ label = "led-lora";
+ gpios = <&pioC 15 GPIO_ACTIVE_LOW>;
+ };
+ pc16 {
-+ label = "led-b";
++ label = "led-cd";
+ gpios = <&pioC 16 GPIO_ACTIVE_LOW>;
+ };
+ pc20 {
-+ label = "led-c";
++ label = "led-wifi";
+ gpios = <&pioC 20 GPIO_ACTIVE_LOW>;
+ };
-+ pc25 {
-+ label = "led-d";
-+ gpios = <&pioC 25 GPIO_ACTIVE_LOW>;
-+ };
+ };
+
+ i2c@0 {