mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Avoid the following checkpatch warning: Found possible blank line(s) at end of file 'arch/arm/boot/dts/imx8mm-venice-gw72xx-0x.dts' Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
19 lines
363 B
Text
19 lines
363 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright 2020 Gateworks Corporation
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx8mm.dtsi"
|
|
#include "imx8mm-venice-gw700x.dtsi"
|
|
#include "imx8mm-venice-gw72xx.dtsi"
|
|
|
|
/ {
|
|
model = "Gateworks Venice GW72xx-0x i.MX8MM Development Kit";
|
|
compatible = "gw,imx8mm-gw72xx-0x", "fsl,imx8mm";
|
|
|
|
chosen {
|
|
stdout-path = &uart2;
|
|
};
|
|
};
|