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 |
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 >
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
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
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 --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;
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(+)