diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile index f25170cebbe4c8f1884dfb15531b3042f3583d58..b15758b3a1fa0f44baf8e459342b41680bad01a0 100644 --- a/arch/arm64/boot/dts/freescale/Makefile +++ b/arch/arm64/boot/dts/freescale/Makefile @@ -15,6 +15,7 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-qds.dtb dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb dtb-$(CONFIG_SOC_IMX8MQ) += emcraft-imx8-som.dtb +dtb-$(CONFIG_SOC_IMX8MQ) += imx8mq-librem5-devkit.dtb dtb-$(CONFIG_SOC_IMX8MQ) += librem5-evk.dtb dtb-$(CONFIG_SOC_IMX8MQ) += librem5-evk-hdmi.dtb dtb-$(CONFIG_SOC_IMX8MQ) += librem5-evk-otg.dtb diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts new file mode 100644 index 0000000000000000000000000000000000000000..931b26edf0e73e10225abefd8cdaa718981aed42 --- /dev/null +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts @@ -0,0 +1,19 @@ +/* + * Copyright 2017 NXP + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +/dts-v1/; + +#include "librem5-evk.dtsi" + +#include "librem5-evk-lcd.dtsi"