aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayesh Choudhary <[email protected]>2022-11-07 16:36:07 +0530
committerNishanth Menon <[email protected]>2022-11-16 20:59:29 -0600
commitc1e56c8250a234d9bcd9e2f060da229688dfd9eb (patch)
treea2eac06f88239afedfb8f694d2737d79a014ab7e
parenta315097a23eb1976e8eac397c02ada82618858bb (diff)
arm64: dts: ti: k3-am64-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 <[email protected]> Reviewed-by: Manorit Chawdhry <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--arch/arm64/boot/dts/ti/k3-am64-main.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
index 6fec2b41e780..5e8036f32d79 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 @@
compatible = "inside-secure,safexcel-eip76";
reg = <0x00 0x40910000 0x00 0x7d>;
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&k3_clks 133 1>;
status = "disabled"; /* Used by OP-TEE */
};
};