]> Git Repo - J-u-boot.git/commit
arm: dts: k3-*-r5: Remove clocks from mcu_timer0
authorManorit Chawdhry <[email protected]>
Thu, 21 Nov 2024 12:02:51 +0000 (17:32 +0530)
committerTom Rini <[email protected]>
Fri, 6 Dec 2024 22:38:16 +0000 (16:38 -0600)
commit5d1aac358f3c4cbdfb0eb025cd88cfef654f51f4
tree014c549264537eeb40f169745e44149033c67b57
parenta38390284ad4261723d3a2411ba988828e994535
arm: dts: k3-*-r5: Remove clocks from mcu_timer0

Updated PLL driver sequencing requires us to use udelay in the PLL
driver as there is no poll bit to get the status of operations.
tick-timer(mcu_timer0/main_timer0) setting up the clocks for itself is
something that won't work as the PLL driver will be using udelay and
PLLs are configured during clock probe which would end up in a recursive
probe.

tick-timer being used by K3 devices are configured by ROM and we really
don't need to configure any of the clocks.

Remove the clock dependency from R5 stage as we don't need to setup
clocks for it.

Signed-off-by: Manorit Chawdhry <[email protected]>
12 files changed:
arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi
arch/arm/dts/k3-am62-r5-lp-sk.dts
arch/arm/dts/k3-am625-r5-sk.dts
arch/arm/dts/k3-am625-sk-u-boot.dtsi
arch/arm/dts/k3-am62a7-r5-sk.dts
arch/arm/dts/k3-am62a7-sk-u-boot.dtsi
arch/arm/dts/k3-am62p5-r5-sk.dts
arch/arm/dts/k3-j7200-r5-common-proc-board.dts
arch/arm/dts/k3-j721e-r5.dtsi
arch/arm/dts/k3-j721s2-r5.dtsi
arch/arm/dts/k3-j722s-r5-evm.dts
arch/arm/dts/k3-j784s4-r5.dtsi
This page took 0.03952 seconds and 4 git commands to generate.