public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Rask Ingemann Lambertsen <rask@formelder.dk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] ARM: sun9i: Device tree and defconfig for Sunchip CX-A99
Date: Fri, 24 Feb 2017 07:07:52 +0100 (CET)	[thread overview]
Message-ID: <cover.1487884037.git.rask@formelder.dk> (raw)

The Sunchip CX-A99 board is used in some media players running Android. It
uses the Allwinner A80 ARM SoC and is similar to the Merrii A80 Optimus and
Cubietech Cubieboard4, but targets consumer devices instead of being a
developer board. Patch 2 includes an overview of what's on the board. See the
wiki page at https://linux-sunxi.org/Sunchip_CX-A99 for more details.

Patch 1 is an update from upstream (Linux kernel 4.10) to the A80 dtsi
adding the mmc1 pinmux node. U-Boot itself does not use it, but without it,
newer device trees for A80 boards won't compile.

Patch 2 adds the device tree itself. The existing bindings aren't sufficient to
accurately describe the board, so this is only an interim version while work is
done upstream on the bindings. It will however get U-Boot going and can be used
for kernel 4.9.9 (or later) and kernel 4.10-rc7 (or later).

Patch 3 add the defconfig. There is nothing special about it.

A follow-up patch will add support for the AXP808 PMIC (including the
AXP809+AXP806 pair used on the two other A80 boards mentioned above).

Chen-Yu Tsai (1):
  ARM: dts: sun9i: Add mmc1 pinmux setting

Rask Ingemann Lambertsen (2):
  ARM: dts: sun9i: Add device tree for Sunchip CX-A99
  ARM: sun9i: Add defconfig for Sunchip CX-A99

 arch/arm/dts/Makefile             |   3 +-
 arch/arm/dts/sun9i-a80-cx-a99.dts | 380 ++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/sun9i-a80.dtsi       |   8 +
 configs/Sunchip_CX-A99_defconfig  |  22 +++
 4 files changed, 412 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/sun9i-a80-cx-a99.dts
 create mode 100644 configs/Sunchip_CX-A99_defconfig

-- 
2.10.2

             reply	other threads:[~2017-02-24  6:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-24  6:07 Rask Ingemann Lambertsen [this message]
2017-02-24  6:08 ` [U-Boot] [PATCH 1/3] ARM: dts: sun9i: Add mmc1 pinmux setting Chen-Yu Tsai
2017-02-24  7:27   ` Chen-Yu Tsai
2017-02-24 17:15     ` Rask Ingemann Lambertsen
2017-02-24  6:09 ` [U-Boot] [PATCH 2/3] ARM: dts: sun9i: Add device tree for Sunchip CX-A99 Rask Ingemann Lambertsen
2017-02-24  6:10 ` [U-Boot] [PATCH 3/3] ARM: sun9i: Add defconfig " Rask Ingemann Lambertsen
2017-02-24 17:42 ` [U-Boot] [PATCH 0/3] ARM: sun9i: Device tree and " Rask Ingemann Lambertsen

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=cover.1487884037.git.rask@formelder.dk \
    --to=rask@formelder.dk \
    --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