All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/3] arm64: dts: freescale: tqma9352-mba93xxla: add 'chassis-type' property
Date: Wed, 20 Sep 2023 17:20:24 +0200	[thread overview]
Message-ID: <20230920152023.GG11740@T480> (raw)
In-Reply-To: <20230811085401.3856778-3-alexander.stein@ew.tq-group.com>

On Fri, Aug 11, 2023 at 10:54:00AM +0200, Alexander Stein wrote:
> Add the chassis-type property to tqma9352-mba93xxla.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
>  arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> index f06139bdff97..f0d0bf84f6ba 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> @@ -18,6 +18,7 @@ /{
>  	model = "TQ-Systems i.MX93 TQMa93xxLA on MBa93xxLA SBC";
>  	compatible = "tq,imx93-tqma9352-mba93xxla",
>  		     "tq,imx93-tqma9352", "fsl,imx93";
> +	chassis-type = "embedded";

Rob, Krzysztof,

Do we have binding doc somewhere for this property?

Shawn

>  
>  	chosen {
>  		stdout-path = &lpuart1;
> -- 
> 2.34.1
> 

_______________________________________________
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: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/3] arm64: dts: freescale: tqma9352-mba93xxla: add 'chassis-type' property
Date: Wed, 20 Sep 2023 17:20:24 +0200	[thread overview]
Message-ID: <20230920152023.GG11740@T480> (raw)
In-Reply-To: <20230811085401.3856778-3-alexander.stein@ew.tq-group.com>

On Fri, Aug 11, 2023 at 10:54:00AM +0200, Alexander Stein wrote:
> Add the chassis-type property to tqma9352-mba93xxla.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
>  arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> index f06139bdff97..f0d0bf84f6ba 100644
> --- a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> +++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
> @@ -18,6 +18,7 @@ /{
>  	model = "TQ-Systems i.MX93 TQMa93xxLA on MBa93xxLA SBC";
>  	compatible = "tq,imx93-tqma9352-mba93xxla",
>  		     "tq,imx93-tqma9352", "fsl,imx93";
> +	chassis-type = "embedded";

Rob, Krzysztof,

Do we have binding doc somewhere for this property?

Shawn

>  
>  	chosen {
>  		stdout-path = &lpuart1;
> -- 
> 2.34.1
> 

  reply	other threads:[~2023-09-20 15:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11  8:53 [PATCH 0/3] TQMa93xxCA/LA + MBa93xxCA support Alexander Stein
2023-08-11  8:53 ` Alexander Stein
2023-08-11  8:53 ` [PATCH 1/3] arm64: dts: freescale: tqma9352: Fix gpio hog Alexander Stein
2023-08-11  8:53   ` Alexander Stein
2023-09-20 15:21   ` Shawn Guo
2023-09-20 15:21     ` Shawn Guo
2023-08-11  8:54 ` [PATCH 2/3] arm64: dts: freescale: tqma9352-mba93xxla: add 'chassis-type' property Alexander Stein
2023-08-11  8:54   ` Alexander Stein
2023-09-20 15:20   ` Shawn Guo [this message]
2023-09-20 15:20     ` Shawn Guo
2023-09-20 15:27     ` Krzysztof Kozlowski
2023-09-20 15:27       ` Krzysztof Kozlowski
2023-09-24  1:52     ` Fabio Estevam
2023-09-24  1:52       ` Fabio Estevam
2023-09-24 12:33       ` Shawn Guo
2023-09-24 12:33         ` Shawn Guo
2023-08-11  8:54 ` [PATCH 3/3] arm64: dts: freescale: add initial device tree for MBa93xxCA starter kit Alexander Stein
2023-08-11  8:54   ` Alexander Stein
2023-09-20 15:25   ` Shawn Guo
2023-09-20 15:25     ` 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=20230920152023.GG11740@T480 \
    --to=shawnguo@kernel.org \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.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 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.