diff mbox series

ARM: dts: logicpd-torpedo: Remove unnecessary notes/comments

Message ID 20191113120557.6438-1-aford173@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: logicpd-torpedo: Remove unnecessary notes/comments | expand

Commit Message

Adam Ford Nov. 13, 2019, 12:05 p.m. UTC
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>

Comments

Tony Lindgren Nov. 14, 2019, 4:58 p.m. UTC | #1
* Adam Ford <aford173@gmail.com> [191113 04:06]:
> 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.

Applying into omap-for-v5.5/dt thanks. Again not sure if this will
make it for the merge window, but we'll see.

Regards,

Tony
diff mbox series

Patch

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";
 };
diff --git a/arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi b/arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
index f51b472b91b9..054169a4a794 100644
--- a/arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
+++ b/arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
@@ -131,7 +131,6 @@ 
 
 	lcd0: display {
 		/* This isn't the exact LCD, but the timings meet spec */
-		/* To make it work, set CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=4 */
 		compatible = "newhaven,nhd-4.3-480272ef-atxl";
 		label = "15";
 		pinctrl-names = "default";