Re: [PATCH v2 1/2] dt-bindings: clock: Add bindings for Renesas ProXO

From: Stephen Boyd
Date: Wed Sep 28 2022 - 19:41:46 EST


Quoting Alex Helms (2022-09-28 16:16:04)
> On 9/27/2022 7:51 AM, Geert Uytterhoeven wrote:
> > Hi Michal,
> >
> > On Tue, Sep 27, 2022 at 4:10 PM Michal Simek <michal.simek@xxxxxxx> wrote:
> >> On 9/27/22 01:04, Rob Herring wrote:
> >>> On Fri, Sep 23, 2022 at 01:52:50PM -0700, Alex Helms wrote:
> >>>> Add dt bindings for the Renesas ProXO oscillator.
> >>>>
> >>>> Signed-off-by: Alex Helms <alexander.helms.jy@xxxxxxxxxxx>
> >
> >>>> --- /dev/null
> >>>> +++ b/Documentation/devicetree/bindings/clock/renesas,proxo.yaml
> >
> >> Driver is also using clock-output-names which is not listed here.
> >
> > ... which is deprecated, and thus should not be used by the driver
> > at all.
>
> Can you point me to somewhere showing it is deprecated? It is in the
> current dt clock documentation.
>

I wouldn't say it is deprecated. Instead, it isn't useful if you're able
to use struct clk_parent_data and auto-generated clk names.