From: Jens Lucius <incnews@jenslucius.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sunxi: Add support for the Forfun Q88DB tablet
Date: Tue, 03 Mar 2015 22:45:06 +0100 [thread overview]
Message-ID: <54F62B62.9070602@jenslucius.de> (raw)
In-Reply-To: <1425132057-12220-1-git-send-email-codekipper@gmail.com>
The Forfun Q88DB is an A13 tablet in the common Q8 format.
Features are 512MB RAM, 4GB NAND, 7" Display, RTL8188 Wifi, 2 cameras.
For more details see: http://linux-sunxi.org/Forfun_Q88DB
Signed-off-by: Jens Lucius <info@jenslucius.com>
---
:100644 100644 9a287d3... cfc2764... M board/sunxi/MAINTAINERS
:000000 100644 0000000... e1b11a2... A configs/forfun_q88db_defconfig
board/sunxi/MAINTAINERS | 5 +++++
configs/forfun_q88db_defconfig | 17 +++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 9a287d3..cfc2764 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -64,6 +64,11 @@ F: include/configs/sun7i.h
F: configs/Cubieboard2_defconfig
F: configs/Cubietruck_defconfig
+FORFUN-Q88DB TABLET
+M: Jens Lucius <info@jenslucius.com>
+S: Maintained
+F: configs/forfun_q88db_defconfig
+
GEMEI-G9 TABLET
M: Priit Laes <plaes@plaes.org>
S: Maintained
diff --git a/configs/forfun_q88db_defconfig b/configs/forfun_q88db_defconfig
new file mode 100644
index 0000000..e1b11a2
--- /dev/null
+++ b/configs/forfun_q88db_defconfig
@@ -0,0 +1,17 @@
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
+CONFIG_FDTFILE="sun5i-a13-forfun-q88db.dtb"
+CONFIG_USB_MUSB_SUNXI=y
+CONFIG_USB0_VBUS_PIN="PG12"
+CONFIG_USB0_VBUS_DET="PG1"
+CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:87,ri:40,up:31,lo:13,hs:1,vs:1,sync:3,vmode:0"
+CONFIG_VIDEO_LCD_POWER="AXP0-0"
+CONFIG_VIDEO_LCD_BL_EN="AXP0-1"
+CONFIG_VIDEO_LCD_BL_PWM="PB2"
++S:CONFIG_ARM=y
++S:CONFIG_ARCH_SUNXI=y
++S:CONFIG_MACH_SUN5I=y
++S:CONFIG_DRAM_CLK=384
++S:CONFIG_DRAM_ZQ=123
++S:CONFIG_DRAM_EMR1=4
+
--
1.9.1
next prev parent reply other threads:[~2015-03-03 21:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-28 14:00 [U-Boot] [PATCH] sun6i: Add support for the Mele I7 board codekipper at gmail.com
2015-03-03 21:45 ` Jens Lucius [this message]
2015-03-08 9:05 ` [U-Boot] [PATCH] sunxi: Add support for the Forfun Q88DB tablet Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F62B62.9070602@jenslucius.de \
--to=incnews@jenslucius.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox