* Enable additional LED triggers * Improve Yellow device tree Fix soundcard name and use BTN_1 as key code. * Add input-event-daemon configuration Add minimal input-event-daemon configuration to avoid the default configuration taking effect. This minimal configuration triggers the USB configuration import on button press.
44 lines
1.4 KiB
Diff
44 lines
1.4 KiB
Diff
From efe5e827dc0653066ebc9f71de2ccf391a4bb27e Mon Sep 17 00:00:00 2001
|
|
Message-Id: <efe5e827dc0653066ebc9f71de2ccf391a4bb27e.1651085802.git.stefan@agner.ch>
|
|
In-Reply-To: <2d3d8c091bc692999a1c519c1dc1570cc8be2358.1651085802.git.stefan@agner.ch>
|
|
References: <2d3d8c091bc692999a1c519c1dc1570cc8be2358.1651085802.git.stefan@agner.ch>
|
|
From: Stefan Agner <stefan@agner.ch>
|
|
Date: Thu, 28 Oct 2021 19:38:04 +0200
|
|
Subject: [PATCH 07/10] ARM: dts: bcm2711: yellow: add user LED
|
|
|
|
Add yellow user LED.
|
|
|
|
Signed-off-by: Stefan Agner <stefan@agner.ch>
|
|
---
|
|
arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts | 7 ++++++-
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
index e2fa42a11cc9..6039c7894796 100644
|
|
--- a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
+++ b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
@@ -336,7 +336,6 @@ soc {
|
|
#include "bcm2711-rpi-ds.dtsi"
|
|
#include "bcm283x-rpi-csi0-2lane.dtsi"
|
|
#include "bcm283x-rpi-csi1-4lane.dtsi"
|
|
-#include "bcm283x-rpi-i2c0mux_0_44.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
@@ -618,6 +617,12 @@ pwr_led: led-pwr {
|
|
linux,default-trigger = "default-on";
|
|
gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
|
|
};
|
|
+
|
|
+ user_led: led-user {
|
|
+ label = "led2";
|
|
+ linux,default-trigger = "heartbeat";
|
|
+ gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
|
+ };
|
|
};
|
|
|
|
&pwm1 {
|
|
--
|
|
2.36.0
|
|
|