This patch adds settings for yet another A20 tablet.

To reduce the various dram settings, dram_sun7i_384_1024_iow16
has been used. This changes the .trp4 register from 3 to 0 and
lets the device run somewhat underclocked.

No device tree settings have been created for the device, yet.
---
 board/sunxi/Kconfig                      |  8 ++++++++
 board/sunxi/MAINTAINERS                  |  5 +++++
 board/sunxi/Makefile                     |  1 +
 configs/Tristan_Auron_Planet_1_defconfig | 10 ++++++++++
 4 files changed, 24 insertions(+)
 create mode 100644 configs/Tristan_Auron_Planet_1_defconfig

diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 1d47cb7..d21bec2 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -195,6 +195,14 @@ config TARGET_QT840A
        bool "QT840A"
        depends on MACH_SUN7I
 
+config TARGET_TRISTAN_AURON_PLANET_1
+        bool "Tristan Auron Planet 1 (9.7\" tablet)"
+        depends on MACH_SUN7I
+        ---help---
+        The Tristan Auron Planet 1 is an A20 based tablet.
+        For a detailed description of the device see
+            http://linux-sunxi.org/Tristan_Auron_Planet_1
+
 config TARGET_R7DONGLE
        bool "R7DONGLE"
        depends on MACH_SUN5I
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index d880b63..f02f323 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -54,6 +54,11 @@ S:   Maintained
 F:     board/sunxi/dram_a20_olinuxino_l2.c
 F:     configs/A20-OLinuXino-Lime2_defconfig
 
+TRISTAN_AURON_PLANET_1 BOARD
+M:     Lars Dölle <[email protected]>
+S:     Maintained
+F:     configs/Tristan_Auron_Planet_1_defconfig
+
 COLOMBUS BOARD
 M:     Maxime Ripard <[email protected]>
 S:     Maintained
diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile
index 805d8c9..eb37a9f 100644
--- a/board/sunxi/Makefile
+++ b/board/sunxi/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_TARGET_MELE_M3)          += 
dram_sun7i_384_1024_iow16.o
 obj-$(CONFIG_TARGET_MINI_X)            += dram_sun4i_360_512.o
 obj-$(CONFIG_TARGET_MINI_X_1GB)                += dram_sun4i_360_1024_iow16.o
 obj-$(CONFIG_TARGET_MSI_PRIMO73)       += dram_sun7i_384_1024_iow16.o
+obj-$(CONFIG_TARGET_TRISTAN_AURON_PLANET_1)    += dram_sun7i_384_1024_iow16.o
 obj-$(CONFIG_TARGET_PCDUINO3)          += dram_linksprite_pcduino3.o
 obj-$(CONFIG_TARGET_QT840A)            += dram_sun7i_384_512_busw16_iow16.o
 obj-$(CONFIG_TARGET_R7DONGLE)          += dram_r7dongle.o
diff --git a/configs/Tristan_Auron_Planet_1_defconfig 
b/configs/Tristan_Auron_Planet_1_defconfig
new file mode 100644
index 0000000..138be6c
--- /dev/null
+++ b/configs/Tristan_Auron_Planet_1_defconfig
@@ -0,0 +1,10 @@
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,USB_EHCI"
+CONFIG_VIDEO_LCD_MODE="x:1024,y:768,depth:18,pclk_khz:65000,le:120,ri:180,up:22,lo:13,hs:20,vs:3,sync:3,vmode:0"
+CONFIG_VIDEO_LCD_POWER="PH8"
+CONFIG_VIDEO_LCD_BL_EN="PH7"
+CONFIG_VIDEO_LCD_BL_PWM="PB2"
++S:CONFIG_ARM=y
++S:CONFIG_ARCH_SUNXI=y
++S:CONFIG_MACH_SUN7I=y
++S:CONFIG_TARGET_TRISTAN_AURON_PLANET_1=y
-- 
2.1.4


-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to