From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 27 May 2019 14:09:28 +0200 From: Miquel Raynal Subject: Re: [PATCH] dt-bindings: phy: mvebu-comphy: Update references to CP110 nodes Message-ID: <20190527140928.5df3f704@xps13> In-Reply-To: References: <20190521143518.32416-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To: Rob Herring Cc: Kishon Vijay Abraham I , Mark Rutland , devicetree@vger.kernel.org, Thomas Petazzoni , Gregory Clement , Antoine Tenart , Maxime Chevallier , Nadav Haklai , Grzegorz Jaszczyk List-ID: Hi Rob, Rob Herring wrote on Wed, 22 May 2019 08:15:27 -0500: > On Tue, May 21, 2019 at 9:35 AM Miquel Raynal = wrote: > > > > From: Grzegorz Jaszczyk > > > > The CP110 DT nodes references have changed, reflect these changes in > > COMPHY documentation. =20 >=20 > This change isn't necessary. The examples are just examples. They > don't have to match anything exactly. Ok then, let's drop it. >=20 > > > > Signed-off-by: Grzegorz Jaszczyk > > Signed-off-by: Miquel Raynal > > --- > > .../devicetree/bindings/phy/phy-mvebu-comphy.txt | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt= b/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > > index cf2cd86db267..af2402c18513 100644 > > --- a/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > > +++ b/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt > > @@ -35,19 +35,19 @@ Required properties (child nodes): > > > > Examples: > > > > - cpm_comphy: phy@120000 { > > + CP110_LABEL(comphy): phy@120000 { =20 >=20 > Also, as we convert bindings to schema, the examples are compiled and > this won't without CP110_LABEL defined. I didn't thought about the YAML schema conversion issue (IIRC there are already occurrences of such macro in the bindings). Thanks, Miqu=C3=A8l