mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
33 lines
914 B
Diff
33 lines
914 B
Diff
|
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
|
||
|
Date: Mon, 18 Jul 2022 13:17:57 +0200
|
||
|
Subject: [PATCH] arm64: dts: broadcom: bcm4908: add LEDs controller block
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
BCM4908 includes LEDs controller that supports multiple brightness
|
||
|
levels & hardware blinking.
|
||
|
|
||
|
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
||
|
---
|
||
|
arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 8 ++++++++
|
||
|
1 file changed, 8 insertions(+)
|
||
|
|
||
|
--- a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
|
||
|
+++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
|
||
|
@@ -517,6 +517,14 @@
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
+ leds: leds@800 {
|
||
|
+ compatible = "brcm,bcm4908-leds", "brcm,bcm63138-leds";
|
||
|
+ reg = <0x800 0xdc>;
|
||
|
+
|
||
|
+ #address-cells = <1>;
|
||
|
+ #size-cells = <0>;
|
||
|
+ };
|
||
|
+
|
||
|
nand-controller@1800 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|