From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 29 Dec 2014 14:18:43 +0000 Subject: [U-Boot] [PATCH 4/4] sunxi: video: Add VGA output support In-Reply-To: <1419695631-15451-5-git-send-email-hdegoede@redhat.com> References: <1419695631-15451-1-git-send-email-hdegoede@redhat.com> <1419695631-15451-5-git-send-email-hdegoede@redhat.com> Message-ID: <1419862723.13595.113.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 Sat, 2014-12-27 at 16:53 +0100, Hans de Goede wrote: > diff --git a/arch/arm/include/asm/arch-sunxi/display.h b/arch/arm/include/asm/arch-sunxi/display.h > index 908c5d9..8c25ad4 100644 > --- a/arch/arm/include/asm/arch-sunxi/display.h > +++ b/arch/arm/include/asm/arch-sunxi/display.h > @@ -158,6 +158,52 @@ struct sunxi_hdmi_reg { > }; > > /* > + * This is based on the A10s User Manual, and the A10s only supports > + * composite video and not vga like the A10 / A20 does, still other > + * then the removed vga out capability the tvencoder seems to be the same. You mean "other than" I think. Other than (sorry ;-)) that: Acked-by: Ian Campbell