From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 29 Dec 2014 20:35:42 +0100 Subject: [U-Boot] [PATCH 4/4] sunxi: video: Add VGA output support In-Reply-To: <1419862723.13595.113.camel@hellion.org.uk> References: <1419695631-15451-1-git-send-email-hdegoede@redhat.com> <1419695631-15451-5-git-send-email-hdegoede@redhat.com> <1419862723.13595.113.camel@hellion.org.uk> Message-ID: <54A1AD0E.3060607@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 29-12-14 15:18, Ian Campbell wrote: > 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. Fixed in my personal tree, and added your ack. Thanks for all the reviews! I'll go and poke Anatolij to get his ack for the videomodes.c changes, with that (+ a respin of a few remaining patches you had comments on) the entire display series can be queued up for merging in next. Regards, Hans