mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 04:19:33 +00:00
- Add clarifying comments. - Remove spurious new line. - Add required new line. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
41 lines
554 B
Plaintext
41 lines
554 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2017-2022 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx7d-colibri.dtsi"
|
|
#include "imx7-colibri-aster.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX7D on Aster Carrier Board";
|
|
compatible = "toradex,colibri-imx7d-aster",
|
|
"toradex,colibri-imx7d",
|
|
"fsl,imx7d";
|
|
};
|
|
|
|
&ad7879_ts {
|
|
status = "okay";
|
|
};
|
|
|
|
&atmel_mxt_ts {
|
|
status = "okay";
|
|
};
|
|
|
|
&backlight {
|
|
status = "okay";
|
|
};
|
|
|
|
&lcdif {
|
|
status = "okay";
|
|
};
|
|
|
|
&panel_dpi {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Colibri USBH */
|
|
&usbotg2 {
|
|
status = "okay";
|
|
};
|