alistair23-linux/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts
Adam Ford 1706df19f5 ARM: dts: logicpd-torpedo: Remove unnecessary notes/comments
There used to be a bug in the video driver that caused the timings
for the LCD to calculate in a way on the DM3730 which made it hang.

The work around for this bug was to set
CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=4 in the kernel.  This work around
is no longer needed as the video drivers have been corrected.

This patch removes the legacy note.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2019-11-14 08:57:52 -08:00

16 lines
295 B
Plaintext

// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/*
* There are two types of 4.3" LCD, Type 15 and Type 28.
* By default, type 15 was used. This device tree file
* uses the timing for the type 28 LCD
*/
#include "logicpd-torpedo-37xx-devkit.dts"
&lcd0 {
compatible = "logicpd,type28";
};