From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 09 Sep 2015 19:33:41 +0100 Subject: [U-Boot] [PATCH] sunxi: Add q8_a13_tablet defconfig and dts In-Reply-To: <1441465512-26733-1-git-send-email-hdegoede@redhat.com> References: <1441465512-26733-1-git-send-email-hdegoede@redhat.com> Message-ID: <1441823621.24382.4.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, 2015-09-05 at 17:05 +0200, Hans de Goede wrote: > This commits adds a generic support for q8 formfactor a13 based > tablets. > > These tablets ship in many variants, with the difference mainly being > the > touchscreen controller / accelerometer / wifi chip used. > > The wifi is USB based, and thus not listed in devicetree. > > ATM the kernel does not support the touchscreen / accelerometer on > these > devices. In the future we may need multiple configs with different > CONFIG_DEFAULT_DEVICE_TREE settings, this depends on how we solve the > hw differences on the kernel side. > > For now this will suffice. > > The dts files are identical to the dts files submitted to the > upstream > kernel for these tablets. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell