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

drm: imx/dw_hdmi: move phy comments

The phy comments in dw_hdmi.c applied to the iMX6 version. Move these
comments to the iMX6 dw_hdmi-imx data along side the data.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

+5 -3
-3
drivers/gpu/drm/bridge/dw_hdmi.c
··· 834 834 phy_config[i].mpixelclock) 835 835 break; 836 836 837 - /* RESISTANCE TERM 133Ohm Cfg */ 838 837 hdmi_phy_i2c_write(hdmi, phy_config[i].term, 0x19); /* TXTERM */ 839 - /* PREEMP Cgf 0.00 */ 840 838 hdmi_phy_i2c_write(hdmi, phy_config[i].sym_ctr, 0x09); /* CKSYMTXCTRL */ 841 - /* TX/CK LVL 10 */ 842 839 hdmi_phy_i2c_write(hdmi, phy_config[i].vlev_ctr, 0x0E); /* VLEVCTRL */ 843 840 844 841 /* REMOVE CLK TERM */
+5
drivers/gpu/drm/imx/dw_hdmi-imx.c
··· 75 75 }, 76 76 }; 77 77 78 + /* 79 + * Resistance term 133Ohm Cfg 80 + * PREEMP config 0.00 81 + * TX/CK level 10 82 + */ 78 83 static const struct dw_hdmi_phy_config imx_phy_config[] = { 79 84 /*pixelclk symbol term vlev */ 80 85 { 148500000, 0x800d, 0x0005, 0x01ad},