Skip to content

Commit 68bc6a7

Browse files
elkablogclement
authored andcommitted
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 <kabel@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 4f4749d commit 68bc6a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/marvell/armada-385-turris-omnia.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
led-controller@2b {
252252
compatible = "cznic,turris-omnia-leds";
253253
reg = <0x2b>;
254+
interrupts-extended = <&mcu 11 IRQ_TYPE_NONE>;
254255
#address-cells = <1>;
255256
#size-cells = <0>;
256257
status = "okay";

0 commit comments

Comments
 (0)