From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 24 Sep 2015 16:50:04 +0100 Subject: [U-Boot] [PATCH] sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 LCD In-Reply-To: <1443108253-14957-1-git-send-email-hdegoede@redhat.com> References: <1443108253-14957-1-git-send-email-hdegoede@redhat.com> Message-ID: <1443109804.25250.20.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 Thu, 2015-09-24 at 17:24 +0200, Hans de Goede wrote: > The 7" Q8 tablet enclosure is used for a ton of slightly different cheap > chinese tablets. There are some differences in which accelerometer / > wifi is used, but other then that these are all the same from a u-boot / > kernel pov. > > When we get to adding accelerometer support the plan is to add some kind > of autodetection and mangle the dt accordingly (likely using the new > quirks > mechanism). > > For now this is a non issue as we do not yet have accelerometer > support, and in the future, some sort of auto-detect is the way to go > as we cannot expect users to exactly know what is inside their tablet. > > The dts[i] files this commit adds are indentical to the ones submitted "identical" > to the upstream kernel. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell