mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-19 18:08:29 +00:00
* Update RPi kernel to 6.12.20 Update to latest stable RPi kernel and remove unnecessary 6.6.y kernel config fragments. * Refresh RPi and Yellow patches Rebase all patches on 6.12.20, remove patches that are already present upstream. * Update Yellow device trees for 6.12.20 Upstream changes broke our downstream device trees. While the CM4 fix was trivial, there were more changes in the CM5 device tree due to adaptation to upstream code. To simplify future maintenance, DTS was refactored to reuse CM5 DTS include and override only what's necessary. * Bump buildroot to update to matching package/rpi-firmware * buildroot ead21eb6d2...cd82256125 (1): > package/rpi-firmware: bump version to f49a396 (1.20250326)
38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
From 2029c766475dec5107d03ffd1a630b281f789d43 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Agner <stefan@agner.ch>
|
|
Date: Thu, 28 Oct 2021 19:38:04 +0200
|
|
Subject: [PATCH] ARM: dts: bcm2711: yellow: add user LED
|
|
|
|
Add yellow user LED.
|
|
|
|
Signed-off-by: Stefan Agner <stefan@agner.ch>
|
|
---
|
|
arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4-ha-yellow.dts | 7 ++++++-
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4-ha-yellow.dts b/arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4-ha-yellow.dts
|
|
index dcc36efcdcb14..6cdf595cdc2c3 100644
|
|
--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4-ha-yellow.dts
|
|
+++ b/arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4-ha-yellow.dts
|
|
@@ -315,7 +315,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 {
|
|
@@ -599,6 +598,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 {
|