From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 31 May 2018 23:45:52 +0530 Subject: [U-Boot] [PATCH] arm: sunxi: Add support for Pengpod 1000 tablet In-Reply-To: <20180530170135.32468-1-rah@settrans.net> References: <20180530170135.32468-1-rah@settrans.net> 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 Wed, May 30, 2018 at 10:31 PM, Bob Ham wrote: > This is initial support for the Pengpod 1000 tablet. The display is > not currently working but the UART works fine and allows access to the > u-boot console. Memory timing is fine and Linux boots from SD card > and runs OK. > > Signed-off-by: Bob Ham > --- > arch/arm/dts/Makefile | 1 + > arch/arm/dts/sun4i-a10-pengpod-1000.dts | 246 ++++++++++++++++++++++++++++++++ > configs/PengPod_1000_defconfig | 22 +++ > 3 files changed, 269 insertions(+) > create mode 100644 arch/arm/dts/sun4i-a10-pengpod-1000.dts > create mode 100644 configs/PengPod_1000_defconfig > > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile > index a0349a8975..49dcf22984 100644 > --- a/arch/arm/dts/Makefile > +++ b/arch/arm/dts/Makefile > @@ -265,6 +265,7 @@ dtb-$(CONFIG_MACH_SUN4I) += \ > sun4i-a10-olinuxino-lime.dtb \ > sun4i-a10-pcduino.dtb \ > sun4i-a10-pcduino2.dtb \ > + sun4i-a10-pengpod-1000.dtb \ Is Linux supported this dts or in ML? couldn't find either?