armbian-build/patch/kernel/sunxi-dev/xxx-add-bananapim2-zero-heartbeat-led.patch
PJBrs d513397271
BPI M2 Zero board support (#1819)
* kernel: linux-sunxi-{dev,current}: Enable CONFIG_BT_HCIUART_BCM

This patch returns Broadcom's protocol for bluetooth HCI over serial port.

* BananaPiM2Zero: Patches for the devicetree

These patches add HDMI out (with audio) and add bluetooth / wifi
rfkill devices.
2020-02-28 21:46:45 +01:00

23 lines
789 B
Diff

commit f5a2aac81b45c8d4a15c4b81182e259ee70de045
Author: PJBrs <pjbrs@floorenpj.xs4all.nl>
Date: Thu Feb 20 21:11:12 2020 +0100
ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Power led heartbeat
Make the BananaPi M2 Zero's powerled blink so that we can see
whether the kernel is running.
diff --git a/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts
index af001b12ea8f..f8cf186a0a20 100644
--- a/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts
+++ b/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts
@@ -32,7 +32,7 @@
pwr_led {
label = "bananapi-m2-zero:red:pwr";
gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */
- default-state = "on";
+ linux,default-trigger = "heartbeat";
};
};