mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 11:58:21 +07:00
1706df19f5
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>
16 lines
295 B
Plaintext
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";
|
|
};
|