MLK-22502: arm64: dts: fsl-imx8mq: Use SYNC_PULSE for Raydium panel
authorRobert Chiras <robert.chiras@nxp.com>
Mon, 26 Aug 2019 08:38:08 +0000 (11:38 +0300)
committerRobert Chiras <robert.chiras@nxp.com>
Wed, 28 Aug 2019 06:54:41 +0000 (09:54 +0300)
On 8MQ, it seems that the panel has issues when video-mode used is with
SYNC_EVENTS (default). So, use the video-mode to <2> (SYNC_PULSE), since
the video signal is much stable with this mode.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-dcss-rm67191.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dtsi
eodc.tgz [new file with mode: 0644]

index e4d6c29..1541155 100644 (file)
@@ -80,6 +80,7 @@
                pinctrl-0 = <&pinctrl_mipi_dsi_en>;
                reset-gpio = <&gpio5 6 GPIO_ACTIVE_HIGH>;
                dsi-lanes = <4>;
+               video-mode = <2>;
                panel-width-mm = <68>;
                panel-height-mm = <121>;
 
index 72ae350..06e756b 100644 (file)
                pinctrl-0 = <&pinctrl_mipi_dsi_en>;
                reset-gpio = <&gpio5 6 GPIO_ACTIVE_HIGH>;
                dsi-lanes = <4>;
+               video-mode = <2>;
                panel-width-mm = <68>;
                panel-height-mm = <121>;
+
                port {
                        panel1_in: endpoint {
                                remote-endpoint = <&mipi_dsi_bridge_out>;
diff --git a/eodc.tgz b/eodc.tgz
new file mode 100644 (file)
index 0000000..6a2fad4
Binary files /dev/null and b/eodc.tgz differ