diff options
author | Jayesh Choudhary <j-choudhary@ti.com> | 2022-11-07 14:06:06 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2022-11-17 05:59:23 +0300 |
commit | a315097a23eb1976e8eac397c02ada82618858bb (patch) | |
tree | 244f047cc7b5f56034b7b1224fa1bcdb5e5fed92 /arch/arm64/boot/dts/ti | |
parent | cfc75a93d7256d65c7b463620e7c13bd8219707b (diff) | |
download | linux-a315097a23eb1976e8eac397c02ada82618858bb.tar.xz |
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 <j-choudhary@ti.com>
Reviewed-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20221107110607.59216-3-j-choudhary@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi index e7ce5410ad07..c935622f0102 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 = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&k3_clks 264 2>; }; }; |