Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adam Ford and committed by
Tony Lindgren
1706df19 a3e633d6

-2
-1
arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts
··· 11 11 #include "logicpd-torpedo-37xx-devkit.dts" 12 12 13 13 &lcd0 { 14 - /* To make it work, set CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=4 */ 15 14 compatible = "logicpd,type28"; 16 15 };
-1
arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
··· 132 132 133 133 lcd0: display { 134 134 /* This isn't the exact LCD, but the timings meet spec */ 135 - /* To make it work, set CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=4 */ 136 135 compatible = "newhaven,nhd-4.3-480272ef-atxl"; 137 136 label = "15"; 138 137 pinctrl-names = "default";