From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 07 Jan 2015 18:51:01 +0000 Subject: [U-Boot] [PATCH v2 2/2] sunxi: video: Enable video on sun8i, which supports LCD but not HDMI In-Reply-To: <1420027641-11613-2-git-send-email-hdegoede@redhat.com> References: <1420027641-11613-1-git-send-email-hdegoede@redhat.com> <1420027641-11613-2-git-send-email-hdegoede@redhat.com> Message-ID: <1420656661.11796.34.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 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?