From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.10]) (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 9A0AA298CAB for ; Fri, 2 Jan 2026 15:53:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.77.101.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767369233; cv=none; b=A2Rtuf2H58r0Sq0Uf9NlkjKa5txxvq2tPMAG2npXxG+QI/JPjMBdL9igNiPYwVpoqdjTvOVccGe5I5p6AbPwSYE0B/LKAvbEBxz/Pyh5TCBPbcOllMZio61DgO8jSDK6VhZSg60a9wOzFFf5NEck52dFd27mWO/p7ZE8DyW+2kQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767369233; c=relaxed/simple; bh=9EDlYW/0LZfKdgYmF6M0FwqP3StJLTF62r4cHGVRrPk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=W6+Ctnd/t2AbgxFcSKzELgYTtuRkqqb4/gO2NrMJJxpWMhHDy+yX8p0K4TPWFKJYJMVA3Z694rLcCmjTB26WWtsjFmuB0Ls0Fccez2NhZunovY5nZZB1p+YP6ylvGB8ZCipqVLgktZ7W3NtpamtzVge2CrS10+CUmnv02LSMifo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl; spf=pass smtp.mailfrom=wp.pl; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b=wsnC3jaC; arc=none smtp.client-ip=212.77.101.10 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wp.pl Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b="wsnC3jaC" Received: (wp-smtpd smtp.wp.pl 27487 invoked from network); 2 Jan 2026 16:53:42 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=20241105; t=1767369222; bh=pRXKKDZvWwJE0OYBlGbJ1CNY/8nw7dOoKs0YtDMUS1E=; h=From:To:Cc:Subject; b=wsnC3jaCLgQp/yVY5DchfJcu6eLbbhhuaB0l20xYlHBuuYH61frnWYuQZQV5ElqZq FOAVPof4sWOtNrK/oUsgfGusJb6XX1EBj4HQ4qhSevIGN9WmPrHTP+bOc6s9RWsFw4 PBDuGRGhrusKNkfawrjlLbCJZ0/pGyvBMXIrYO01xXVjhoCHCpo1GfIjc4AKTh+esn jWIo10vHmF0hyOcZiKWUnwuDy2BRevOs4T6RVVcpNoAVXGOsILqKV8dWQ9FfAHCOxF aSdJj00AN5qhaNkLyem0LcgmAG6siuSH2x+IjDT2jKU74ViI25PDA1QEIQMAE67Yww qPlBC9AHLjwCg== Received: from 83.5.157.18.ipv4.supernova.orange.pl (HELO laptop-olek.lan) (olek2@wp.pl@[83.5.157.18]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 2 Jan 2026 16:53:42 +0100 From: Aleksander Jan Bajkowski To: benjamin.larsson@genexis.eu, chester.a.unal@arinc9.com, davem@davemloft.net, angelogioacchino.delregno@collabora.com, ansuelsmth@gmail.com, conor+dt@kernel.org, herbert@gondor.apana.org.au, krzk+dt@kernel.org, matthias.bgg@gmail.com, robh@kernel.org, sergio.paracuellos@gmail.com, tsbogend@alpha.franken.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org Cc: Aleksander Jan Bajkowski Subject: [PATCH v3 1/3] dt-bindings: crypto: eip93: add clock gate and reset line Date: Fri, 2 Jan 2026 16:47:33 +0100 Message-ID: <20260102155341.3682013-1-olek2@wp.pl> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-WP-DKIM-Status: good (id: wp.pl) X-WP-MailID: df5d0ea41a222bf13e7a762f03b71f91 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000007 [8RRh] Add the clock gate and reset line, both of which are available on the Airoha AN7581. Signed-off-by: Aleksander Jan Bajkowski --- v3: - introduce patch --- .../crypto/inside-secure,safexcel-eip93.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.yaml b/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.yaml index 997bf9717f9e..c6c99c08dc68 100644 --- a/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.yaml +++ b/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.yaml @@ -48,20 +48,34 @@ properties: interrupts: maxItems: 1 + clocks: + maxItems: 1 + + resets: + maxItems: 1 + required: - compatible - reg - interrupts + - clocks + - resets additionalProperties: false examples: - | + #include #include + #include crypto@1e004000 { compatible = "airoha,en7581-eip93", "inside-secure,safexcel-eip93ies"; reg = <0x1fb70000 0x1000>; + clocks = <&scuclk EN7523_CLK_CRYPTO>; + interrupts = ; + + resets = <&scuclk EN7581_CRYPTO_RST>; }; -- 2.47.3