All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sunxi: Add Wexler TAB7200 support
Date: Tue, 10 Mar 2015 12:12:49 +0100	[thread overview]
Message-ID: <54FED1B1.2070405@redhat.com> (raw)
In-Reply-To: <1425455058-3845-1-git-send-email-mamlinav@gmail.com>

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
>

      reply	other threads:[~2015-03-10 11:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04  7:44 [U-Boot] [PATCH] sunxi: Add Wexler TAB7200 support Aleksei Mamlin
2015-03-10 11:12 ` Hans de Goede [this message]

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=54FED1B1.2070405@redhat.com \
    --to=hdegoede@redhat.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.