MLK-11953: arm: dts: Fix HDMI compliance test 7-15 failed
authorSandor Yu <R01008@freescale.com>
Fri, 4 Dec 2015 10:05:28 +0000 (18:05 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:30 +0000 (14:49 -0500)
i.MX6QP SabreSD board HDMI compliance test 7-15 Vcec2 test failed,
the value is 0.403V, which should be 0.274V>Vcec2>0.196V.

Disable the pad internal PU resistor, and change the external PU
resistor(R647) from 47K to 100K.
With all the changes, the calculated voltage on CEC is 0.248V, and the
test value is 0.250V.

In the patch disable CEC pin internal PULL/Keep function.

Signed-off-by: Sandor Yu <R01008@freescale.com>
(cherry picked from commit 0a9388ff8ef77778f5e81d8dbc980cacf87fc12b)

arch/arm/boot/dts/imx6qdl-sabresd.dtsi

index efdde48..0f22254 100644 (file)
 
                pinctrl_hdmi_cec: hdmicecgrp {
                        fsl,pins = <
-                               MX6QDL_PAD_KEY_ROW2__HDMI_TX_CEC_LINE 0x1f8b0
+                               MX6QDL_PAD_KEY_ROW2__HDMI_TX_CEC_LINE 0x108b0
                        >;
                };