From patchwork Fri Jan 3 21:13:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13925949 X-Patchwork-Delegate: kuba@kernel.org Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (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 4C232200BA1; Fri, 3 Jan 2025 21:14:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.199 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735938892; cv=none; b=eBcaR9eivPlcYuffxPPjue0BZAyDrrKs7cUoIHq9bYd63wq6HIVtyHtu/95byhMEMe2jvhDajM9WoTyWnoTH6fn+cpFmEuQheeHQySMCcOadyAQ0BpWtm3QVZLqqCFX58IAXcbclyer7WgDte9iKtDQC0dM2l0DffXdxMMiel9A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735938892; c=relaxed/simple; bh=FSkXv1pEsc86xlSs+uKmP+IRGAKuUeBV0ielPAvM/68=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=h5wgJA22BhxpM25KCalQF6q/QRFZTAnGJHCuD1pRtJ9719A4NQSTj03VrBSMMs8+8jyIlXeHSQorJMkOYY8QchdjAAw1qgnP/rbVoYPKAVBd+2t2chpdaYOdjzp+UmDhOL/arHA5Q9NJpb5KABumBRJWgHqRzCFYKOquZxUuInM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=FoN+p95j; arc=none smtp.client-ip=217.70.183.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="FoN+p95j" Received: by mail.gandi.net (Postfix) with ESMTPSA id 56FF0FF803; Fri, 3 Jan 2025 21:14:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1735938888; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2CvRQYaUK8EzFLZ0ybAaQ1/a+EAtN4SsfxIocmO3j0U=; b=FoN+p95jRRSB7n21QSVJRCeP6Mws2SziFThEcfm6Sv2qsu6k2z8jrDMEWb5fA3juP8e1WH JONA3raK0prPzd9sInMroIut4IeCzRNwYt+lRwHMdIyoEHjLE3Y6ch0Ej39OtddDu3dHsJ 6+2pVoIBQRuCvCLImmKuoGEYemC4RUMPi1dLZAVoXLuSfJvxRU0oQW8mdVYtb7aSesdJpD zK91tlBxBT5ez6gN2JXtvlQyiwX/3zB+hYjXwtZ1ItnEeeZ4OT8rglRPNqvBNX2Mko/+QO PaMPPhf2/pa9gYylx7gkYmp+HMiDb/rnmBNiIlDSdNO7zmCIWkkwXzPtvD3Fpw== From: Kory Maincent Date: Fri, 03 Jan 2025 22:13:16 +0100 Subject: [PATCH net-next v4 27/27] dt-bindings: net: pse-pd: ti,tps23881: Add interrupt description Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20250103-feature_poe_port_prio-v4-27-dc91a3c0c187@bootlin.com> References: <20250103-feature_poe_port_prio-v4-0-dc91a3c0c187@bootlin.com> In-Reply-To: <20250103-feature_poe_port_prio-v4-0-dc91a3c0c187@bootlin.com> To: Andrew Lunn , Oleksij Rempel , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Donald Hunter , Rob Herring , Andrew Lunn , Simon Horman , Heiner Kallweit , Russell King , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Conor Dooley Cc: Thomas Petazzoni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-doc@vger.kernel.org, Kyle Swenson , Dent Project , kernel@pengutronix.de, Maxime Chevallier , devicetree@vger.kernel.org, Kory Maincent X-Mailer: b4 0.15-dev-8cb71 X-GND-Sasl: kory.maincent@bootlin.com X-Patchwork-Delegate: kuba@kernel.org From: Kory Maincent (Dent Project) Add an interrupt property to the device tree bindings for the TI TPS23881 PSE controller. The interrupt is primarily used to detect classification and disconnection events, which are essential for managing the PSE controller in compliance with the PoE standard. Signed-off-by: Kory Maincent --- Change in v3: - New patch --- Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml b/Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml index d08abcb01211..19d25ded4e58 100644 --- a/Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml +++ b/Documentation/devicetree/bindings/net/pse-pd/ti,tps23881.yaml @@ -20,6 +20,9 @@ properties: reg: maxItems: 1 + interrupts: + maxItems: 1 + '#pse-cells': const: 1 @@ -62,6 +65,7 @@ unevaluatedProperties: false required: - compatible - reg + - interrupts examples: - | @@ -72,6 +76,8 @@ examples: ethernet-pse@20 { compatible = "ti,tps23881"; reg = <0x20>; + interrupts = <8 0>; + interrupt-parent = <&gpiog>; channels { #address-cells = <1>;