* Romain Naour <romain.naour@xxxxxxxx> [220823 08:25]: > Hello, > > Le 04/02/2022 à 09:08, Tony Lindgren a écrit : > > With the TI clocks supporting the use of clock-output-names devicetree > > property, we no longer need to use non-standard node names for clocks. > > > > Depends-on: 31aa7056bbec ("ARM: dts: Don't use legacy clock defines for dra7 clkctrl") > > Depends-on: 9206a3af4fc0 ("clk: ti: Move dra7 clock devices out of the legacy section") > > Cc: Stephen Boyd <sboyd@xxxxxxxxxx> > > Cc: Tero Kristo <kristo@xxxxxxxxxx> > > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > > With this patch applied, u-boot triggers a new warning while applying clock fixup: > > ft_fixup_clocks failed for DSP voltage domain: <valid offset/length> Hmm sounds like u-boot might be automatically syncing to Linux dts files, and now needs some patching to make use of clock-output-names. The old non-standard method of relying for node names to get the clock name will not work as we use generic node names such as "clock". Regards, Tony