diff mbox series

[2/3] arm64: dts: freescale: tqma9352-mba93xxla: add 'chassis-type' property

Message ID 20230811085401.3856778-3-alexander.stein@ew.tq-group.com (mailing list archive)
State New, archived
Headers show
Series TQMa93xxCA/LA + MBa93xxCA support | expand

Commit Message

Alexander Stein Aug. 11, 2023, 8:54 a.m. UTC
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(+)

Comments

Shawn Guo Sept. 20, 2023, 3:20 p.m. UTC | #1
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
>
Krzysztof Kozlowski Sept. 20, 2023, 3:27 p.m. UTC | #2
On 20/09/2023 17:20, Shawn Guo wrote:
> 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?

Yes, it is a standard property, described in dtschema.

Best regards,
Krzysztof
Fabio Estevam Sept. 24, 2023, 1:52 a.m. UTC | #3
Hi Shawn,

On Wed, Sep 20, 2023 at 12:20 PM Shawn Guo <shawnguo@kernel.org> wrote:

> Do we have binding doc somewhere for this property?

It is documented at:
https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/root-node.yaml#L20-L29
Shawn Guo Sept. 24, 2023, 12:33 p.m. UTC | #4
On Sat, Sep 23, 2023 at 10:52:37PM -0300, Fabio Estevam wrote:
> Hi Shawn,
> 
> On Wed, Sep 20, 2023 at 12:20 PM Shawn Guo <shawnguo@kernel.org> wrote:
> 
> > Do we have binding doc somewhere for this property?
> 
> It is documented at:
> https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/root-node.yaml#L20-L29

Thanks for the pointer, Fabio!

Shawn
diff mbox series

Patch

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";
 
 	chosen {
 		stdout-path = &lpuart1;