From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sunxi: Add defconfig for Sinlinx SinA31s
Date: Tue, 22 Mar 2016 22:43:48 +0100 [thread overview]
Message-ID: <56F1BC94.1080603@redhat.com> (raw)
In-Reply-To: <1458549547-8751-1-git-send-email-wens@csie.org>
Hi,
On 21-03-16 09:39, Chen-Yu Tsai wrote:
> The Sinlinx A31s SDK is a A31s based module/baseboard development kit.
>
> The core module has the SoC, PMIC, DRAM, eMMC and supporting components.
> There are also pads for UART0, JTAG and I2S.
>
> The baseboard has 100 Mbps Ethernet, 5x USB 2.0 host ports via a USB 2.0
> hub chip, MMC, HDMI, SPDIF, CIR, audio jacks, 2 tablet-like volume
> buttons, RS232 style UART and USB OTG (though VBUS is not connected).
> Various headers are available for other addon modules, such as SDIO
> WiFi, LCD display, camera sensor, UARTs, I2C, SPI and GPIOs.
>
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Thanks, applied.
Regards,
Hans
> ---
> board/sunxi/MAINTAINERS | 6 ++++++
> configs/Sinlinx_SinA31s_defconfig | 21 +++++++++++++++++++++
> 2 files changed, 27 insertions(+)
> create mode 100644 configs/Sinlinx_SinA31s_defconfig
>
> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> index 5ae5ce6..8cb9051 100644
> --- a/board/sunxi/MAINTAINERS
> +++ b/board/sunxi/MAINTAINERS
> @@ -191,6 +191,12 @@ M: Siarhei Siamashka <siarhei.siamashka@gmail.com>
> S: Maintained
> F: configs/MSI_Primo81_defconfig
>
> +SINLINX SINA31s BOARD
> +M: Chen-Yu Tsai <wens@csie.org>
> +S: Maintained
> +F: configs/Sinlinx_SinA31s_defconfig
> +W: http://linux-sunxi.org/Sinlinx_SinA31s
> +
> SINLINX SINA33 BOARD
> M: Chen-Yu Tsai <wens@csie.org>
> S: Maintained
> diff --git a/configs/Sinlinx_SinA31s_defconfig b/configs/Sinlinx_SinA31s_defconfig
> new file mode 100644
> index 0000000..9254bb2
> --- /dev/null
> +++ b/configs/Sinlinx_SinA31s_defconfig
> @@ -0,0 +1,21 @@
> +CONFIG_ARM=y
> +CONFIG_ARCH_SUNXI=y
> +CONFIG_MACH_SUN6I=y
> +CONFIG_DRAM_CLK=432
> +CONFIG_DRAM_ZQ=251
> +CONFIG_MMC0_CD_PIN="PA4"
> +CONFIG_MMC3_PINS="PC"
> +CONFIG_MMC_SUNXI_SLOT_EXTRA=3
> +CONFIG_USB1_VBUS_PIN=""
> +CONFIG_USB2_VBUS_PIN=""
> +CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31s-sina31s"
> +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> +CONFIG_SPL=y
> +CONFIG_OF_BOARD_SETUP=y
> +CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC"
> +# CONFIG_CMD_IMLS is not set
> +# CONFIG_CMD_FLASH is not set
> +# CONFIG_CMD_FPGA is not set
> +CONFIG_ETH_DESIGNWARE=y
> +CONFIG_AXP_DLDO1_VOLT=3300
> +CONFIG_USB_EHCI_HCD=y
>
prev parent reply other threads:[~2016-03-22 21:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-21 8:39 [U-Boot] [PATCH] sunxi: Add defconfig for Sinlinx SinA31s Chen-Yu Tsai
2016-03-22 21:43 ` 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=56F1BC94.1080603@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.