From a315097a23eb1976e8eac397c02ada82618858bb Mon Sep 17 00:00:00 2001 From: Jayesh Choudhary Date: Mon, 7 Nov 2022 16:36:06 +0530 Subject: [PATCH] arm64: dts: ti: k3-j721e-main: Drop RNG clock 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. Signed-off-by: Jayesh Choudhary Reviewed-by: Manorit Chawdhry Signed-off-by: Nishanth Menon Link: https://lore.kernel.org/r/20221107110607.59216-3-j-choudhary@ti.com --- 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/dts/ti/k3-j721e-main.dtsi index e7ce5410ad07c..c935622f01028 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi @@ -420,7 +420,6 @@ compatible = "inside-secure,safexcel-eip76"; reg = <0x0 0x4e10000 0x0 0x7d>; interrupts = ; - clocks = <&k3_clks 264 2>; }; }; -- 2.30.2