diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-10-12 10:42:35 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-11-27 04:42:04 +0300 |
commit | d9b07915fc3137c46a78b5b092ba3d8f2bd73121 (patch) | |
tree | e13a46496f7dd09c14779e48530129aa5e1400d0 | |
parent | 54303e555df10ea4482fa52784070f216e3c8750 (diff) | |
download | linux-d9b07915fc3137c46a78b5b092ba3d8f2bd73121.tar.xz |
arm64: dts: freescale: tqma9352-mba93xxla: add 'chassis-type' property
Add the chassis-type property to tqma9352-mba93xxla.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |