From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sun, 14 Apr 2019 23:06:15 +0530 Subject: [U-Boot] [PATCH v1] sunxi: Add support for Olimex A64-Teres-I board In-Reply-To: <20190414164638.28624-1-dr@jones.dk> References: <20190414164638.28624-1-dr@jones.dk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Apr 14, 2019 at 10:16 PM Jonas Smedegaard wrote: > > Olimex Teres-I is a laptop DIY kit, and A64-Teres-I is its mainboard. > https://linux-sunxi.org/Olimex_Teres-A64 > > This patch enables support for the A64-Teres-I board to u-boot, > including enabling screen backlight (lacking from Linux device-tree). > > sun50i-a64-teres-i.dts is copied verbatim from Linux 5.0. > Cosmetic warnings regarding whitespace and placement of SPDX notice for > this file was ignored. Add the commit id details from which commit it synced from. > > config and .dtsi file are adapted from pinebook files. > > Author: Vasily Khoruzhick Didn't find this tag before, may be you can add details in commit message itself. > Tested-by: Jonas Smedegaard > Signed-off-by: Jonas Smedegaard > --- > > arch/arm/dts/Makefile | 3 +- > arch/arm/dts/sun50i-a64-teres-i-u-boot.dtsi | 41 +++ > arch/arm/dts/sun50i-a64-teres-i.dts | 270 ++++++++++++++++++++ > configs/teres_i_defconfig | 21 ++ Maintainer entry?