mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 15:14:28 +00:00
Add support for the Logic Technologies LTTD800x480 L2RT 7" 800x480 TFT Resistive Touch Module. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
//
|
|
// Copyright (C) 2020 Pengutronix, Ulrich Oelmann <kernel@pengutronix.de>
|
|
|
|
/dts-v1/;
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-skov-cpu.dtsi"
|
|
#include "imx6qdl-skov-cpu-revc.dtsi"
|
|
#include "imx6qdl-skov-revc-lt2.dtsi"
|
|
|
|
/ {
|
|
model = "SKOV IMX6 CPU SoloCore";
|
|
compatible = "skov,imx6dl-skov-revc-lt2", "fsl,imx6dl";
|
|
};
|