aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit-28.dts
AgeCommit message (Collapse)Author
2019-11-14ARM: dts: logicpd-torpedo: Remove unnecessary notes/commentsAdam Ford
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-10-21ARM: dts: logicpd-torpedo-37xx-devkit-28: Reference new DRM panelAdam Ford
With the removal of the panel-dpi from the omap drivers, the LCD no longer works. This patch points the device tree to a newly created panel named "logicpd,type28" Fixes: 8bf4b1621178 ("drm/omap: Remove panel-dpi driver") Signed-off-by: Adam Ford <aford173@gmail.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
2019-06-10ARM: dts: Add LCD type 28 support to LogicPD Torpedo DM3730 devkitAdam Ford
There are two LCD device released by Logic PD for the Torpedo, type 15 and Type 28. The stock dts file supports the older LCD, so this patch enables support for the newer one. For details between these different LCD's see https://support.logicpd.com/DesktopModules/Bring2mind/DMX/Download.aspx?portalid=0&EntryId=2777 Signed-off-by: Adam Ford <aford173@gmail.com> [tony@atomide.com: removed extra blank line for checkpatch] Signed-off-by: Tony Lindgren <tony@atomide.com>