On 12/16/22 17:24, Alexandre Belloni wrote:
On 16/12/2022 16:05:48+0100, Sebastian Reichel wrote:
IIRC On i.MX6 referencing the I2C connected RTC results in boot
hanging forever when trying to get the ckil clock in
imx6q_clocks_init. At least it used to be the case when I was
working on this - I no longer have access to the boards. Of course
properly referencing the RTC clock was the first route I tried.
Hmmmmm, what shall we do, un-deprecate the clock sub-node?
Depends on the exact meaning of "deprecate: true". I think we all
agree, that it's better to avoid the sub-node and only use it when
it's really required. But having a deprecation warning for an
in-tree user without a clear path forward also seems to be annoying.
I think it makes sense for the DT binding maintainers (Rob/Krzysztof)
to comment on this.
I dropped the commit from the PR I'm going to send Linus later today
That works, thank you !