kernel: bump 5.15 to 5.15.64
[openwrt/openwrt.git] / target / linux / bcm4908 / patches-5.10 / 130-0002-arm64-dts-broadcom-bcm4908-add-LEDs-controller-block.patch
1 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
2 Date: Mon, 18 Jul 2022 13:17:57 +0200
3 Subject: [PATCH] arm64: dts: broadcom: bcm4908: add LEDs controller block
4 MIME-Version: 1.0
5 Content-Type: text/plain; charset=UTF-8
6 Content-Transfer-Encoding: 8bit
7
8 BCM4908 includes LEDs controller that supports multiple brightness
9 levels & hardware blinking.
10
11 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
12 ---
13 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 8 ++++++++
14 1 file changed, 8 insertions(+)
15
16 --- a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
17 +++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
18 @@ -517,6 +517,14 @@
19 status = "okay";
20 };
21
22 + leds: leds@800 {
23 + compatible = "brcm,bcm4908-leds", "brcm,bcm63138-leds";
24 + reg = <0x800 0xdc>;
25 +
26 + #address-cells = <1>;
27 + #size-cells = <0>;
28 + };
29 +
30 nand-controller@1800 {
31 #address-cells = <1>;
32 #size-cells = <0>;