Re: [U-Boot] [PATCH v6 24/26] tegra: video: support eDP displays on Tegra124 devices

2015-04-18 Thread Anatolij Gustschin
On Tue, 14 Apr 2015 21:03:42 -0600 Simon Glass wrote: > Connect up the clocks and the eDP driver to make these displays work with > Tegra124-based devices. > > Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@li

[U-Boot] [PATCH v6 24/26] tegra: video: support eDP displays on Tegra124 devices

2015-04-15 Thread Simon Glass
Connect up the clocks and the eDP driver to make these displays work with Tegra124-based devices. Signed-off-by: Simon Glass --- Changes in v6: - Report failure when we cannot init the eDP display Changes in v4: None Changes in v3: - Change parameters of update_display_mode() Changes in v2: -