[PATCH v2] drm: bridge/dw-hdmi: Add support for DWC Phy

2016-07-20 Thread Fabio Estevam
Hi Russell, On Tue, Jun 28, 2016 at 3:10 PM, Russell King - ARM Linux wrote: > I believe the iMX6 uses the Synopsis HDMI 3D Phy. Would it be possible > if someone can check whether this is relevant to any of the iMX6 targets > too please? I asked NXP engineer and I was told: "In MX6DQ HDMI

[PATCH v2] drm: bridge/dw-hdmi: Add support for DWC Phy

2016-06-28 Thread Russell King - ARM Linux
On Tue, Jun 28, 2016 at 04:44:12PM +0100, Jose Abreu wrote: > This patch adds support for the Synopsys HDMI TX Phy in > bridge dw-hdmi. > > The init flow is the same as the Rockchip Phy so we > only need to add one define and one if statement. > > Also, the audio infoframe was fixed to sampling

[PATCH v2] drm: bridge/dw-hdmi: Add support for DWC Phy

2016-06-28 Thread Jose Abreu
This patch adds support for the Synopsys HDMI TX Phy in bridge dw-hdmi. The init flow is the same as the Rockchip Phy so we only need to add one define and one if statement. Also, the audio infoframe was fixed to sampling frequency of 44.1k. With this patch this is now corrected. As I don't know