From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 25 Nov 2014 08:53:05 +0000 Subject: [U-Boot] [PATCH 5/5] sunxi: display: Add DDC & EDID support In-Reply-To: <1416845659-11781-6-git-send-email-hdegoede@redhat.com> References: <1416845659-11781-1-git-send-email-hdegoede@redhat.com> <1416845659-11781-6-git-send-email-hdegoede@redhat.com> Message-ID: <1416905585.16888.9.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2014-11-24 at 17:14 +0100, Hans de Goede wrote: > This can be overriden through the hdmi_mode env. > variable. Apart from the question regarding the variable name I asked on "sunxi: video: Add extra modes and allow selecting the mode via hdmi_mode env" the code here looks fine to me.