summaryrefslogtreecommitdiff
path: root/~emulatorman/linux-libre-dtb/0007-set-default-cubietruck-led-triggers.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-21 15:45:45 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-21 16:21:10 -0300
commitb16d50a21274437da1d49a6a146dc602242f97c8 (patch)
tree8f1ce6d2d04d6285cbd70a16ebac54274f93e31d /~emulatorman/linux-libre-dtb/0007-set-default-cubietruck-led-triggers.patch
parent8fea3ee0368ff4feb42c07b728efd1e70cf0fea4 (diff)
linux-libre: add some changes based on linux-armv7 to adapt for u-Boot usage
* rename vmlinuz-linux-libre to zImage * rename uImage-linux-libre-{armada-{370-smileplug,370-mirabox,xp-openblocks-ax3-4},dove-{d3plug,cubox}} to uImage * backup linux-libre-dtb and previous linux-libre armv7h changes to ~emulatorman for GRUB armv7h porting and avoid conflicts with another kernel installed
Diffstat (limited to '~emulatorman/linux-libre-dtb/0007-set-default-cubietruck-led-triggers.patch')
-rw-r--r--~emulatorman/linux-libre-dtb/0007-set-default-cubietruck-led-triggers.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/~emulatorman/linux-libre-dtb/0007-set-default-cubietruck-led-triggers.patch b/~emulatorman/linux-libre-dtb/0007-set-default-cubietruck-led-triggers.patch
new file mode 100644
index 000000000..38c0482a3
--- /dev/null
+++ b/~emulatorman/linux-libre-dtb/0007-set-default-cubietruck-led-triggers.patch
@@ -0,0 +1,32 @@
+From b9c28f3bd758d09374fe35e86d5d5d4aeb7c6a0a Mon Sep 17 00:00:00 2001
+From: Kevin Mihelich <kevin@archlinuxarm.org>
+Date: Sun, 14 Jun 2015 13:20:25 -0600
+Subject: [PATCH 7/8] set default cubietruck led triggers
+
+Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
+---
+ arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
+index 8f74a64..1161296 100644
+--- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
++++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
+@@ -205,6 +205,7 @@
+ blue {
+ label = "cubietruck:blue:usr";
+ gpios = <&pio 7 21 GPIO_ACTIVE_HIGH>;
++ linux,default-trigger = "heartbeat";
+ };
+
+ orange {
+@@ -220,6 +221,7 @@
+ green {
+ label = "cubietruck:green:usr";
+ gpios = <&pio 7 7 GPIO_ACTIVE_HIGH>;
++ linux,default-trigger = "mmc0";
+ };
+ };
+
+--
+2.4.4