* Fix enable USB host mode kernel patch Update to a new patch which applies the device tree change such that the USB controller actually gets enabled. * Update Home Assistant Yellow board config Update config to match changes which have been made to other baords as well.
36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
From 5cebd1b1689f9b4c60ae53340fe3cbf96244f51b Mon Sep 17 00:00:00 2001
|
|
Message-Id: <5cebd1b1689f9b4c60ae53340fe3cbf96244f51b.1641591965.git.stefan@agner.ch>
|
|
In-Reply-To: <9d68dedb813f942286856c9d8c2eed01b55bb473.1641591965.git.stefan@agner.ch>
|
|
References: <9d68dedb813f942286856c9d8c2eed01b55bb473.1641591965.git.stefan@agner.ch>
|
|
From: Stefan Agner <stefan@agner.ch>
|
|
Date: Thu, 28 Oct 2021 19:38:04 +0200
|
|
Subject: [PATCH 7/9] 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 | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
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 6a0c89d1f4c8..1ab98c499ba7 100644
|
|
--- a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
+++ b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
@@ -675,6 +675,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.34.1
|
|
|