For NAND modules Toradex does not provide any device-tree overlays. But we always had a default display output enabled on NAND modules as well as touchscreens that are placed on displays which can easily be plugged into those carrier boards. Do reenable these displays and touchscreen output on all device-trees that are used on NAND modules. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
61 lines
816 B
Plaintext
61 lines
816 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2017-2022 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ull-colibri-wifi.dtsi"
|
|
#include "imx6ull-colibri-aster.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX6ULL 512MB on Colibri Aster";
|
|
compatible = "toradex,colibri-imx6ull-wifi-aster",
|
|
"toradex,colibri-imx6ull",
|
|
"fsl,imx6ull";
|
|
};
|
|
|
|
&ad7879_ts {
|
|
status = "okay";
|
|
};
|
|
|
|
&atmel_mxt_ts {
|
|
status = "okay";
|
|
};
|
|
|
|
&backlight {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&lcdif {
|
|
status = "okay";
|
|
};
|
|
|
|
&panel_dpi {
|
|
status = "okay";
|
|
};
|
|
|
|
&pwm4 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* PWM <B> */
|
|
&pwm5 {
|
|
/* Pin already used by atmel_mxt_ts touchscreen */
|
|
status = "disabled";
|
|
};
|
|
|
|
/* PWM <C> */
|
|
&pwm6 {
|
|
/* Pin already used by atmel_mxt_ts touchscreen */
|
|
status = "disabled";
|
|
};
|