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>
39 lines
524 B
Plaintext
39 lines
524 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2018-2022 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ull-colibri-nonwifi.dtsi"
|
|
#include "imx6ull-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX6ULL 256/512MB on Colibri Evaluation Board V3";
|
|
compatible = "toradex,colibri-imx6ull-eval", "fsl,imx6ull";
|
|
};
|
|
|
|
&ad7879_ts {
|
|
status = "okay";
|
|
};
|
|
|
|
&backlight {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&lcdif {
|
|
status = "okay";
|
|
};
|
|
|
|
&panel_dpi {
|
|
status = "okay";
|
|
};
|
|
|
|
&pwm4 {
|
|
status = "okay";
|
|
};
|