From nobody Thu Apr 9 01:58:36 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61589C4332F for ; Mon, 7 Nov 2022 11:06:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231442AbiKGLGc (ORCPT ); Mon, 7 Nov 2022 06:06:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231316AbiKGLGX (ORCPT ); Mon, 7 Nov 2022 06:06:23 -0500 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3515F18383; Mon, 7 Nov 2022 03:06:23 -0800 (PST) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2A7B6D1c072185; Mon, 7 Nov 2022 05:06:13 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1667819173; bh=LEmvCtwofs8iy2xfqug98l3mX+J6uPKlXM0R6VTybTg=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Q+5jXlNIKzQI3AERkmnl+zd5mJFjfOAXKCj3W/7OM62IdcEETxxj5lKehznWUViq2 Cv7jSz3Llc6EjjTH+aKuFWIU6xcJ8Oxp56YbE4dj+3kdwdpOVCHWviXgPp8wrcLy5o /HQerC0n4MH+9KCYQ5feNLUxXgmHrHDE49iaYfDY= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2A7B6DG8001687 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 7 Nov 2022 05:06:13 -0600 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Mon, 7 Nov 2022 05:06:13 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6 via Frontend Transport; Mon, 7 Nov 2022 05:06:13 -0600 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2A7B6CnT011480; Mon, 7 Nov 2022 05:06:13 -0600 From: Jayesh Choudhary To: , CC: , , , , , , , , , Subject: [PATCH v2 3/3] arm64: dts: ti: k3-am64-main: drop RNG clock Date: Mon, 7 Nov 2022 16:36:07 +0530 Message-ID: <20221107110607.59216-4-j-choudhary@ti.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221107110607.59216-1-j-choudhary@ti.com> References: <20221107110607.59216-1-j-choudhary@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The x1-clk used by trng submodule comes directly from the system clock after a fixed divider. It is always running and has a fixed frequency that cannot be changed, making it uncontrollable. Hence this property should be dropped from the rng node. Fixes: e170ae6dd67a ("arm64: dts: ti: k3-am64-main: Enable crypto accelerat= or") Signed-off-by: Jayesh Choudhary --- arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts= /ti/k3-am64-main.dtsi index c96df4b9b3d7..ac04cf1d9c3e 100644 --- a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi @@ -1359,7 +1359,6 @@ rng: rng@40910000 { compatible =3D "inside-secure,safexcel-eip76"; reg =3D <0x00 0x40910000 0x00 0x7d>; interrupts =3D ; - clocks =3D <&k3_clks 133 1>; status =3D "disabled"; /* Used by OP-TEE */ }; }; --=20 2.25.1