From patchwork Mon Nov 11 10:03:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 13870486 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AE0C81714C4 for ; Mon, 11 Nov 2024 10:04:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731319461; cv=none; b=oiU8b2HyN9vOJXgOVF3MHJMwJ+WNe9GzFrAtTuwRNTedl3oGQUHk5b7XGp2PzM5fPFVPNTQ+oWWUMY5WWErEH/3hpAA/236Ne3fPUVePTkVj0wgfbvGFZMnK876mkwVJXrB33i5HOahnEDlOFzI2GHLy04OfM6QtIqKHPbgpM1c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731319461; c=relaxed/simple; bh=IL6ApZj/AEN4ogtSsw2hRDlMG6U3NVDiHfarNqZTetA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Mpjm1awtvklGApa2gWBv/mML+2quaSWJGRkXW95pt1742N0oukvkVGdIALhC0K5+UA/ES6axScZEaHUe1oXdC/mzcBGCxJEXcdTo1kAeY5SHuUltQ4OsdEq79+u+vsS1DKwS5puNolDSWtKD/f6ta+3FbtzwvxD6nzChzQwSZLA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=agOFtOGl; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="agOFtOGl" Received: by smtp.kernel.org (Postfix) id 59765C4AF0D; Mon, 11 Nov 2024 10:04:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B692FC4AF09; Mon, 11 Nov 2024 10:04:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1731319461; bh=IL6ApZj/AEN4ogtSsw2hRDlMG6U3NVDiHfarNqZTetA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=agOFtOGlyrFlKEtDWQtdOHNBJOrG1vf4ZSdmYsLx0uTRY6WrjeK3hGPbl2HD+uGDS dVQa7DFwq+geYIdn8qexRJ2kbQVqhWZxRKJXNzLcHZ+U90DJrWGJUbib7Pk+9q6Hy8 VtYdnSqkPc9Sq4w7WWFhZtAHKC7Rw0bDXubIZdB1dN+BcI1JenmM13A+nUw0NSgpeX jwt2zI+/oTe4CiMADHbmEkS4WrWrQ1B2Jr6PPZG5a1a+5pzbG85BtFQ4U0tkcaz8hP boDYLRRoRMls5+hKvHWHfqtbkpxNSWX0K7TTBZPvNoL+rRSKvPVlH30BCOgXLE8pb9 W0H6jlpDYDNsw== From: =?utf-8?q?Marek_Beh=C3=BAn?= To: Lee Jones Cc: Pavel Machek , linux-leds@vger.kernel.org, Arnd Bergmann , soc@kernel.org, Gregory CLEMENT , arm@kernel.org, Andy Shevchenko , Hans de Goede , =?utf-8?q?Ilpo_J=C3=A4rvinen?= , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, =?utf-8?q?M?= =?utf-8?q?arek_Beh=C3=BAn?= , Krzysztof Kozlowski Subject: [PATCH leds v7 05/11] dt-bindings: leds: cznic,turris-omnia-leds: Allow interrupts property Date: Mon, 11 Nov 2024 11:03:49 +0100 Message-ID: <20241111100355.6978-6-kabel@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241111100355.6978-1-kabel@kernel.org> References: <20241111100355.6978-1-kabel@kernel.org> Precedence: bulk X-Mailing-List: soc@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Extend the cznic,turris-omnia-leds binding with interrupts property, specifying the global LED brightness changed by button press interrupt. Signed-off-by: Marek BehĂșn Acked-by: Krzysztof Kozlowski --- .../devicetree/bindings/leds/cznic,turris-omnia-leds.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml b/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml index 34ef5215c150..f52f6304c79e 100644 --- a/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml +++ b/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml @@ -23,6 +23,12 @@ properties: description: I2C slave address of the microcontroller. maxItems: 1 + interrupts: + description: + Specifier for the global LED brightness changed by front button press + interrupt. + maxItems: 1 + "#address-cells": const: 1 @@ -56,6 +62,7 @@ additionalProperties: false examples: - | + #include #include i2c { @@ -65,6 +72,7 @@ examples: led-controller@2b { compatible = "cznic,turris-omnia-leds"; reg = <0x2b>; + interrupts-extended = <&mcu 11 IRQ_TYPE_NONE>; #address-cells = <1>; #size-cells = <0>;