mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Yannic Moog <Y.Moog@phytec.de>
To: "krzk@kernel.org" <krzk@kernel.org>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"robh@kernel.org" <robh@kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>
Cc: Benjamin Hahn <B.Hahn@phytec.de>,
	Yashwanth Varakala <Y.Varakala@phytec.de>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"upstream@lists.phytec.de" <upstream@lists.phytec.de>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"imx@lists.linux.dev" <imx@lists.linux.dev>,
	Jan Remmet <J.Remmet@phytec.de>,
	Teresa Remmet <T.Remmet@phytec.de>
Subject: Re: [PATCH 1/3] dt-bindings: add imx8mp-libra-rdk-fpsc
Date: Mon, 31 Mar 2025 06:03:05 +0000	[thread overview]
Message-ID: <4610469e0002796fb0de9feabd3fe328d5bf7aa9.camel@phytec.de> (raw)
In-Reply-To: <9a8635d8-631e-483f-9d31-33cf0bea7daf@kernel.org>

Hi Krzysztof,

On Fri, 2025-03-28 at 14:58 +0100, Krzysztof Kozlowski wrote:
> On 28/03/2025 14:04, Yannic Moog wrote:
> > imx8mp-libra-rdk-fpsc is a development board based on the phyCORE-i.MX 8M
> > Plus FPSC SoM. Add its description and binding.
> > 
> > Signed-off-by: Yannic Moog <y.moog@phytec.de>
> > ---
> >  Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml
> > b/Documentation/devicetree/bindings/arm/fsl.yaml
> > index 1b90870958a22e49355dd1f932bf3d84cd864b5f..22f05e6709fd60bef1d22a378cf0bd57090774d4 100644
> > --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> > @@ -1156,6 +1156,13 @@ properties:
> >            - const: kontron,imx8mp-osm-s               # Kontron i.MX8MP OSM-S SoM
> >            - const: fsl,imx8mp
> >  
> > +      - description: PHYTEC phyCORE-i.MX8MP FPSC based boards
> > +        items:
> > +          - enum:
> > +              - phytec,imx8mp-libra-rdk-fpsc  # i.MX 8M Plus Libra RDK
> > +          - const: phytec,imx8mp-phycore-fpsc # phyCORE-i.MX 8M Plus FPSC
> 
> And that's different than existing phycore som? You have entire commit
> msg to explain that.

Yes, it is different to the existing phycore som.
I explained the differences in the second patch which introduces the device trees.
Would you like me to also add the explanation to this patch, or move it here from the second patch?

Yannic

> 
> Best regards,
> Krzysztof

  reply	other threads:[~2025-03-31  6:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 13:04 [PATCH 0/3] Add new imx imx8mp-libra-rdk-fpsc SBC Yannic Moog
2025-03-28 13:04 ` [PATCH 1/3] dt-bindings: add imx8mp-libra-rdk-fpsc Yannic Moog
2025-03-28 13:58   ` Krzysztof Kozlowski
2025-03-31  6:03     ` Yannic Moog [this message]
2025-03-31  8:15       ` krzk
2025-03-28 13:04 ` [PATCH 2/3] arm64: dts: add imx8mp-libra-rdk-fpsc board Yannic Moog
2025-03-31 14:19   ` Frank Li
2025-04-01  5:13     ` Yannic Moog
2025-03-28 13:04 ` [PATCH 3/3] arm64: dts: add imx8mp-libra-rdk-fpsc LVDS panel overlay Yannic Moog
2025-03-30  0:27 ` [PATCH 0/3] Add new imx imx8mp-libra-rdk-fpsc SBC Rob Herring (Arm)

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=4610469e0002796fb0de9feabd3fe328d5bf7aa9.camel@phytec.de \
    --to=y.moog@phytec.de \
    --cc=B.Hahn@phytec.de \
    --cc=J.Remmet@phytec.de \
    --cc=T.Remmet@phytec.de \
    --cc=Y.Varakala@phytec.de \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=upstream@lists.phytec.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®