From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 29 Dec 2014 13:53:44 +0000 Subject: [U-Boot] [PATCH 13/17] sunxi: A13-OLinuXino defconfigs: Enable VGA output, add lcd-mode for 7" LCD In-Reply-To: <1419447989-21959-14-git-send-email-hdegoede@redhat.com> References: <1419447989-21959-1-git-send-email-hdegoede@redhat.com> <1419447989-21959-14-git-send-email-hdegoede@redhat.com> Message-ID: <1419861224.13595.90.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-24 at 20:06 +0100, Hans de Goede wrote: > Enable VGA output on the A13-OLinuXino and A13-OLinuXinoM now that we've > support for it. > > Also add LCD timing and gpio info for the Olimex 7" LCD module. We can safely > put this in the default config on this boards, since by default we will always > use VGA, and the LCD timing info will only get used if the user explicitly > sets monitor=lcd in the video-mode env. variable. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell