arm64: dts: imx8m*-tqma8m*: Add chassis-type
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 7 Dec 2023 14:54:01 +0000 (15:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Thu, 14 Dec 2023 02:24:26 +0000 (10:24 +0800)
Device tree specification 0.4 defines an optional, but recommended
'chassis-type' property. Add it to TQMa8M* based board files.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts
arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts

index 156d793..ea6e8b8 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "TQ-Systems GmbH i.MX8MM TQMa8MxML on MBa8Mx";
        compatible = "tq,imx8mm-tqma8mqml-mba8mx", "tq,imx8mm-tqma8mqml", "fsl,imx8mm";
+       chassis-type = "embedded";
 
        aliases {
                eeprom0 = &eeprom3;
index 3f1e49b..c07d591 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "TQ-Systems GmbH i.MX8MN TQMa8MxNL on MBa8Mx";
        compatible = "tq,imx8mn-tqma8mqnl-mba8mx", "tq,imx8mn-tqma8mqnl", "fsl,imx8mn";
+       chassis-type = "embedded";
 
        aliases {
                eeprom0 = &eeprom3;
index 4b16156..4653dae 100644 (file)
@@ -15,6 +15,7 @@
 / {
        model = "TQ-Systems i.MX8MPlus TQMa8MPxL on MBa8MPxL";
        compatible = "tq,imx8mp-tqma8mpql-mba8mpxl", "tq,imx8mp-tqma8mpql", "fsl,imx8mp";
+       chassis-type = "embedded";
 
        chosen {
                stdout-path = &uart4;
index 0d8def2..b302dac 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "TQ-Systems GmbH i.MX8MQ TQMa8MQ on MBa8Mx";
        compatible = "tq,imx8mq-tqma8mq-mba8mx", "tq,imx8mq-tqma8mq", "fsl,imx8mq";
+       chassis-type = "embedded";
 
        aliases {
                eeprom0 = &eeprom3;