From nobody Thu Apr 9 01:56:18 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 EEE21ECAAA1 for ; Mon, 31 Oct 2022 21:33:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229819AbiJaVc7 (ORCPT ); Mon, 31 Oct 2022 17:32:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbiJaVcy (ORCPT ); Mon, 31 Oct 2022 17:32:54 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87088101C8; Mon, 31 Oct 2022 14:32:53 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 29VLWjhg085373; Mon, 31 Oct 2022 16:32:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1667251965; bh=XSY2Jq3na/sl6Cc08QKpWff+LNu0kq5lKCtM8p4Bjyg=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=pLlETx333+5lcnNUJgNnKvzrDxx9O+jIiuL+rLXEDcRzSIGgkYy66+Lfw8G931Axk y01ZNtc2JX1jwnF9lsOoRbsveEGXODETfuJDZ6pk/oewTA1cTxfgcnkQhwFZiVs8XH iQVilVKr0DwRg/zNirr3VYfIxNv+Zfc96c01+/3I= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 29VLWjXZ092344 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 31 Oct 2022 16:32:45 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Mon, 31 Oct 2022 16:32:45 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE104.ent.ti.com (157.170.170.34) 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, 31 Oct 2022 16:32:44 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 29VLWhWq007247; Mon, 31 Oct 2022 16:32:44 -0500 From: Jayesh Choudhary To: , CC: , , , , , , , , , Subject: [PATCH 2/3] arm64: dts: ti: k3-j721e-main: drop RNG clock Date: Tue, 1 Nov 2022 03:02:36 +0530 Message-ID: <20221031213237.52275-3-j-choudhary@ti.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221031213237.52275-1-j-choudhary@ti.com> References: <20221031213237.52275-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" Drop RNG clock property as it is not controlled by rng-driver. Fixes: 8ebcaaae8017 ("arm64: dts: ti: k3-j721e-main: Add crypto accelerator= node") Signed-off-by: Jayesh Choudhary --- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dt= s/ti/k3-j721e-main.dtsi index 5c4a0e28cde5..f1403b79e7f5 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi @@ -355,7 +355,6 @@ rng: rng@4e10000 { compatible =3D "inside-secure,safexcel-eip76"; reg =3D <0x0 0x4e10000 0x0 0x7d>; interrupts =3D ; - clocks =3D <&k3_clks 264 2>; }; }; =20 --=20 2.25.1