[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251106-trapezoid-evaluator-b6bff0ce8932@spud>
Date: Thu, 6 Nov 2025 18:00:01 +0000
From: Conor Dooley <conor@...nel.org>
To: Frank Li <Frank.li@....com>
Cc: Abel Vesa <abelvesa@...nel.org>, Peng Fan <peng.fan@....com>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, linux-clk@...r.kernel.org,
imx@...ts.linux.dev, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] dt-bindings: clock: imx6ul-clock: add optional clock
enet1_ref_pad
On Thu, Nov 06, 2025 at 12:57:01PM -0500, Frank Li wrote:
> On Thu, Nov 06, 2025 at 05:44:36PM +0000, Conor Dooley wrote:
> > On Wed, Nov 05, 2025 at 11:55:28AM -0500, Frank Li wrote:
> > > Add optional clock source enet1_ref_pad, which input from ENET ref pad.
> > >
> > > Signed-off-by: Frank Li <Frank.Li@....com>
> > > ---
> > > Documentation/devicetree/bindings/clock/imx6q-clock.yaml | 4 ++++
> > > Documentation/devicetree/bindings/clock/imx6ul-clock.yaml | 4 ++++
> > > 2 files changed, 8 insertions(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/clock/imx6q-clock.yaml b/Documentation/devicetree/bindings/clock/imx6q-clock.yaml
> > > index cd3c04c883df4ab02af29582369757df36269cb6..49475aec22a81ba87048eef588368261cbb38465 100644
> > > --- a/Documentation/devicetree/bindings/clock/imx6q-clock.yaml
> > > +++ b/Documentation/devicetree/bindings/clock/imx6q-clock.yaml
> > > @@ -29,20 +29,24 @@ properties:
> > > const: 1
> > >
> > > clocks:
> > > + minItems: 4
> > > items:
> > > - description: 24m osc
> > > - description: 32k osc
> > > - description: ckih1 clock input
> > > - description: anaclk1 clock input
> > > - description: anaclk2 clock input
> > > + - description: clock input from enet1 ref pad
> > >
> > > clock-names:
> > > + minItems: 4
> > > items:
> > > - const: osc
> > > - const: ckil
> > > - const: ckih1
> > > - const: anaclk1
> > > - const: anaclk2
> > > + - const: enet1_ref_pad
> >
> > I think you could drop the _pad from here, and just make it enet1_ref.
> > Only a suggestion though,
>
> The old dts already use enet1_ref_pad. But anyway, after I double check
> that it should be enet_ref_pad for 6q, enet1_ref_pad for 6ul.
Okay, cool. You can retain the ack on the new version with the 1
removed from 6q.
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists