From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Wed, 07 Jan 2015 20:54:06 +0100 Subject: [U-Boot] [PATCH v2 2/2] sunxi: video: Enable video on sun8i, which supports LCD but not HDMI In-Reply-To: <1420656661.11796.34.camel@hellion.org.uk> References: <1420027641-11613-1-git-send-email-hdegoede@redhat.com> <1420027641-11613-2-git-send-email-hdegoede@redhat.com> <1420656661.11796.34.camel@hellion.org.uk> Message-ID: <54AD8EDE.9020607@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 07-01-15 19:51, Ian Campbell wrote: > On Wed, 2014-12-31 at 13:07 +0100, Hans de Goede wrote: >> The A23 (sun8i) only has lcd output support, so allow building the video code >> without HDMI support for use with the A23. >> >> Also the A23 has the same reset bits (and necessity to enable the DRC block) >> as the sun6i, so enable those bits for sun8i too. >> >> Note building without HDMI support is useful for the A13 (sun5i variant) too, >> as that one does not have HDMI either. >> >> Signed-off-by: Hans de Goede >> --- >> Changes in v2: >> -Improve commit message to better reflect what the patch does > > Much better, thanks. Acked-by: Ian Campbell > > I think a v3 is still pending on #1/2 based on Siahei's feedback, or did > I miss it? Fixing the RGB656 vs RGB565 thing was such a simple fix that I've simply squashed it into v2 in my personal tree, without sending a v3, but I can send a v3 if you want one ... Regards, Hans