From: Marek BehĂșn Date: Mon, 4 Nov 2024 14:19:24 +0000 (+0100) Subject: ARM: dts: turris-omnia: Add global LED brightness change interrupt X-Git-Tag: v6.13-rc1~140^2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68bc6a71f56875a7dbde4f44aa4404c214651e1c;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: turris-omnia: Add global LED brightness change interrupt When global LED brightness is changed by pressing the front button on Turris Omnia, the MCU can produce an interrupt to the CPU. Add the description of this interrupt to the LED controller node. Signed-off-by: Marek BehĂșn Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/marvell/armada-385-turris-omnia.dts b/arch/arm/boot/dts/marvell/armada-385-turris-omnia.dts index 43202890c9595..83fe00abd6523 100644 --- a/arch/arm/boot/dts/marvell/armada-385-turris-omnia.dts +++ b/arch/arm/boot/dts/marvell/armada-385-turris-omnia.dts @@ -251,6 +251,7 @@ led-controller@2b { compatible = "cznic,turris-omnia-leds"; reg = <0x2b>; + interrupts-extended = <&mcu 11 IRQ_TYPE_NONE>; #address-cells = <1>; #size-cells = <0>; status = "okay";