From: Shawn Guo <shawnguo@kernel.org>
To: Russell King - ARM Linux admin <linux@armlinux.org.uk>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Jon Nettleton <jon@solid-run.com>,
Li Yang <leoyang.li@nxp.com>, Rob Herring <robh+dt@kernel.org>,
Rabeeh Khoury <rabeeh@solid-run.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/2] arm64: dts: lx2160a: add dts for CEX7 platforms
Date: Mon, 23 Dec 2019 10:19:03 +0800 [thread overview]
Message-ID: <20191223021900.GE11523@dragon> (raw)
In-Reply-To: <20191216110137.GD25745@shell.armlinux.org.uk>
On Mon, Dec 16, 2019 at 11:01:37AM +0000, Russell King - ARM Linux admin wrote:
> > > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
> > > new file mode 100644
> > > index 000000000000..4761737e62e2
> > > --- /dev/null
> > > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
> > > @@ -0,0 +1,123 @@
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > > +//
> > > +// Device Tree file for LX2160A-CEx7
> > > +//
> > > +// Copyright 2019 SolidRun Ltd.
> > > +
> > > +/dts-v1/;
> > > +
> > > +#include "fsl-lx2160a.dtsi"
> > > +
> > > +/ {
> > > + model = "SolidRun LX2160A COM Express Type 7 module";
> > > + compatible = "solidrun,lx2160a-cex7", "fsl,lx2160a";
> >
> > Any new compatible needs to be documented.
>
> Grepping for "lx2160a-qds" and "lx2160a-rdb" in that tree shows no
> matches. Maybe all lx2160a boards should be documented together
> when a place for such documentation is decided upon. (In other
> words, no, I'm not going to do as you requested until the existing
> boards are given the same treatment you're requesting - otherwise
> it's unfair.)
Okay, I will create a patch to document "lx2160a-qds" and "lx2160a-rdb".
Shawn
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Russell King - ARM Linux admin <linux@armlinux.org.uk>
Cc: Jon Nettleton <jon@solid-run.com>,
Rabeeh Khoury <rabeeh@solid-run.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>, Li Yang <leoyang.li@nxp.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/2] arm64: dts: lx2160a: add dts for CEX7 platforms
Date: Mon, 23 Dec 2019 10:19:03 +0800 [thread overview]
Message-ID: <20191223021900.GE11523@dragon> (raw)
In-Reply-To: <20191216110137.GD25745@shell.armlinux.org.uk>
On Mon, Dec 16, 2019 at 11:01:37AM +0000, Russell King - ARM Linux admin wrote:
> > > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
> > > new file mode 100644
> > > index 000000000000..4761737e62e2
> > > --- /dev/null
> > > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
> > > @@ -0,0 +1,123 @@
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > > +//
> > > +// Device Tree file for LX2160A-CEx7
> > > +//
> > > +// Copyright 2019 SolidRun Ltd.
> > > +
> > > +/dts-v1/;
> > > +
> > > +#include "fsl-lx2160a.dtsi"
> > > +
> > > +/ {
> > > + model = "SolidRun LX2160A COM Express Type 7 module";
> > > + compatible = "solidrun,lx2160a-cex7", "fsl,lx2160a";
> >
> > Any new compatible needs to be documented.
>
> Grepping for "lx2160a-qds" and "lx2160a-rdb" in that tree shows no
> matches. Maybe all lx2160a boards should be documented together
> when a place for such documentation is decided upon. (In other
> words, no, I'm not going to do as you requested until the existing
> boards are given the same treatment you're requesting - otherwise
> it's unfair.)
Okay, I will create a patch to document "lx2160a-qds" and "lx2160a-rdb".
Shawn
next prev parent reply other threads:[~2019-12-23 2:19 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-09 12:00 [PATCH 0/2] Add support for Solidrun CEX7 platforms Russell King - ARM Linux admin
2019-12-09 12:00 ` Russell King - ARM Linux admin
2019-12-09 12:00 ` [PATCH 1/2] arm64: dts: lx2160a: add MDIO descriptions Russell King
2019-12-09 12:00 ` Russell King
2019-12-11 7:33 ` Shawn Guo
2019-12-11 7:33 ` Shawn Guo
2019-12-16 11:02 ` Russell King - ARM Linux admin
2019-12-16 11:02 ` Russell King - ARM Linux admin
2019-12-16 11:34 ` Russell King - ARM Linux admin
2019-12-16 11:34 ` Russell King - ARM Linux admin
2019-12-16 12:34 ` Russell King - ARM Linux admin
2019-12-16 12:34 ` Russell King - ARM Linux admin
2019-12-23 1:41 ` Shawn Guo
2019-12-23 1:41 ` Shawn Guo
2019-12-09 12:00 ` [PATCH 2/2] arm64: dts: lx2160a: add dts for CEX7 platforms Russell King
2019-12-09 12:00 ` Russell King
2019-12-11 7:40 ` Shawn Guo
2019-12-11 7:40 ` Shawn Guo
2019-12-16 11:01 ` Russell King - ARM Linux admin
2019-12-16 11:01 ` Russell King - ARM Linux admin
2019-12-23 2:19 ` Shawn Guo [this message]
2019-12-23 2:19 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191223021900.GE11523@dragon \
--to=shawnguo@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jon@solid-run.com \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=rabeeh@solid-run.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.