xref: /linux/scripts/dtc/include-prefixes/arm/ti/omap/logicpd-torpedo-37xx-devkit-28.dts (revision cdd5b5a9761fd66d17586e4f4ba6588c70e640ea)
1*724ba675SRob Herring// SPDX-License-Identifier: GPL-2.0
2*724ba675SRob Herring
3*724ba675SRob Herring/dts-v1/;
4*724ba675SRob Herring
5*724ba675SRob Herring/*
6*724ba675SRob Herring * There are two types of 4.3" LCD, Type 15 and Type 28.
7*724ba675SRob Herring * By default, type 15 was used.  This device tree file
8*724ba675SRob Herring * uses the timing for the type 28 LCD
9*724ba675SRob Herring */
10*724ba675SRob Herring
11*724ba675SRob Herring#include "logicpd-torpedo-37xx-devkit.dts"
12*724ba675SRob Herring
13*724ba675SRob Herring&lcd0 {
14*724ba675SRob Herring	compatible = "logicpd,type28";
15*724ba675SRob Herring};
16