diff options
| author | Marek Vasut <[email protected]> | 2022-12-16 22:01:50 +0100 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2023-01-01 11:17:39 +0800 |
| commit | 2314515e9c14341b520e60c5dce4a70e528b7ef5 (patch) | |
| tree | df402784d969e50ff6fa4fde1a1c8e31beebc80e | |
| parent | 07a42c1480ef460fbd2f5b810802be6ce261a85b (diff) | |
arm64: dts: imx8mm: Update i.MX8M Mini Toradex Verdin based Menlo board compatible string
Update the board compatible string such that it matches the YAML DT
schema for validation, add the "toradex,verdin-imx8mm-nonwifi" entry.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Francesco Dolcini <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts b/arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts index 43e89859c044..0b123a84018b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts @@ -10,6 +10,7 @@ / { model = "MENLO MX8MM EMBEDDED DEVICE"; compatible = "menlo,mx8menlo", + "toradex,verdin-imx8mm-nonwifi", "toradex,verdin-imx8mm", "fsl,imx8mm"; |