* [U-Boot] [PATCH] sunxi: Add Wexler TAB7200 support
@ 2015-03-04 7:44 Aleksei Mamlin
2015-03-10 11:12 ` Hans de Goede
0 siblings, 1 reply; 2+ messages in thread
From: Aleksei Mamlin @ 2015-03-04 7:44 UTC (permalink / raw)
To: u-boot
This patch add support for Wexler TAB7200 tablet.
The Wexler TAB7200 is a A20 based tablet with 7 inch display(800x480),
capacitive touchscreen(5 fingers), 1G RAM, 4G NAND, micro SD card slot,
mini HDMI port, 3.5mm audio plug, 1 USB OTG port and 1 USB 2.0 port.
Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com>
---
board/sunxi/MAINTAINERS | 5 +++++
configs/Wexler_TAB7200_defconfig | 13 +++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 configs/Wexler_TAB7200_defconfig
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 3e6ce88..53a9fea 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -130,3 +130,8 @@ TZX-Q8-713B7 BOARD
M: Paul Kocialkowski <contact@paulk.fr>
S: Maintained
F: configs/TZX-Q8-713B7_defconfig
+
+WEXLER-TAB7200 BOARD
+M: Aleksei Mamlin <mamlinav@gmail.com>
+S: Maintained
+F: configs/Wexler_TAB7200_defconfig
diff --git a/configs/Wexler_TAB7200_defconfig b/configs/Wexler_TAB7200_defconfig
new file mode 100644
index 0000000..6c15dc8
--- /dev/null
+++ b/configs/Wexler_TAB7200_defconfig
@@ -0,0 +1,13 @@
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,USB_EHCI"
+CONFIG_FDTFILE="sun7i-a20-wexler-tab7200.dtb"
+CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:24,pclk_khz:33000,le:45,ri:210,up:22,lo:22,hs:1,vs:1,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_DRAM_CLK=384
++S:CONFIG_DRAM_ZQ=127
++S:CONFIG_DRAM_EMR1=4
--
2.0.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] sunxi: Add Wexler TAB7200 support
2015-03-04 7:44 [U-Boot] [PATCH] sunxi: Add Wexler TAB7200 support Aleksei Mamlin
@ 2015-03-10 11:12 ` Hans de Goede
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2015-03-10 11:12 UTC (permalink / raw)
To: u-boot
Hi,
On 04-03-15 08:44, Aleksei Mamlin wrote:
> This patch add support for Wexler TAB7200 tablet.
>
> The Wexler TAB7200 is a A20 based tablet with 7 inch display(800x480),
> capacitive touchscreen(5 fingers), 1G RAM, 4G NAND, micro SD card slot,
> mini HDMI port, 3.5mm audio plug, 1 USB OTG port and 1 USB 2.0 port.
>
> Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com>
Thanks, I've queued this up in u-boot-sunxi/next for merging upstream.
Regards,
Hans
> ---
> board/sunxi/MAINTAINERS | 5 +++++
> configs/Wexler_TAB7200_defconfig | 13 +++++++++++++
> 2 files changed, 18 insertions(+)
> create mode 100644 configs/Wexler_TAB7200_defconfig
>
> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> index 3e6ce88..53a9fea 100644
> --- a/board/sunxi/MAINTAINERS
> +++ b/board/sunxi/MAINTAINERS
> @@ -130,3 +130,8 @@ TZX-Q8-713B7 BOARD
> M: Paul Kocialkowski <contact@paulk.fr>
> S: Maintained
> F: configs/TZX-Q8-713B7_defconfig
> +
> +WEXLER-TAB7200 BOARD
> +M: Aleksei Mamlin <mamlinav@gmail.com>
> +S: Maintained
> +F: configs/Wexler_TAB7200_defconfig
> diff --git a/configs/Wexler_TAB7200_defconfig b/configs/Wexler_TAB7200_defconfig
> new file mode 100644
> index 0000000..6c15dc8
> --- /dev/null
> +++ b/configs/Wexler_TAB7200_defconfig
> @@ -0,0 +1,13 @@
> +CONFIG_SPL=y
> +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,USB_EHCI"
> +CONFIG_FDTFILE="sun7i-a20-wexler-tab7200.dtb"
> +CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:24,pclk_khz:33000,le:45,ri:210,up:22,lo:22,hs:1,vs:1,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_DRAM_CLK=384
> ++S:CONFIG_DRAM_ZQ=127
> ++S:CONFIG_DRAM_EMR1=4
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-10 11:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 7:44 [U-Boot] [PATCH] sunxi: Add Wexler TAB7200 support Aleksei Mamlin
2015-03-10 11:12 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox