diff options
author | Adam Ford <aford173@gmail.com> | 2019-11-13 13:05:57 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-11-14 17:57:52 +0100 |
commit | 1706df19f5f0fb8b917709c2a83651cd71994382 (patch) | |
tree | f5723ea98a2c5edfd85b1b6923167742e1ae296d /arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts | |
parent | ARM: dts: logicpd-torpedo-baseboard: Enable HDQ (diff) | |
download | linux-1706df19f5f0fb8b917709c2a83651cd71994382.tar.xz linux-1706df19f5f0fb8b917709c2a83651cd71994382.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts')
-rw-r--r-- | arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts index cdb89b3e2a9b..b5536132971f 100644 --- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts +++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts @@ -11,6 +11,5 @@ #include "logicpd-torpedo-37xx-devkit.dts" &lcd0 { - /* To make it work, set CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=4 */ compatible = "logicpd,type28"; }; |