mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
From 636989bbbf94934387528500d8b99cf756959c18 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Thu, 1 Feb 2024 10:03:09 +0000
|
|
Subject: [PATCH 0871/1085] ARM: dts: bcm2712-rpi-5-b: Add act_led_gpio
|
|
|
|
The Pi 5 DTB was lacking the act_led_gpio parameter, and
|
|
act_led_activelow as implemented the old way. Fix both.
|
|
|
|
See: https://forums.raspberrypi.com/viewtopic.php?t=364719
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
+++ b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
@@ -824,8 +824,10 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
|
|
uart0 = <&uart0>, "status";
|
|
wifiaddr = <&wifi>, "local-mac-address[";
|
|
|
|
- act_led_activelow = <&led_act>, "active-low?";
|
|
+ act_led_gpio = <&led_act>,"gpios:4",<&led_act>,"gpios:0=",<&gpio>;
|
|
+ act_led_activelow = <&led_act>,"gpios:8";
|
|
act_led_trigger = <&led_act>, "linux,default-trigger";
|
|
+ pwr_led_gpio = <&led_pwr>,"gpios:4";
|
|
pwr_led_activelow = <&led_pwr>, "gpios:8";
|
|
pwr_led_trigger = <&led_pwr>, "linux,default-trigger";
|
|
eth_led0 = <&phy1>,"led-modes:0";
|