All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] ARM: dt: sunxi: Add Itead Ibox support
@ 2016-03-15 17:47 codekipper at gmail.com
  2016-03-15 17:47 ` [U-Boot] [PATCH v2 1/2] sun7i: Add support for the Itead Ibox codekipper at gmail.com
  2016-03-15 17:47 ` [U-Boot] [PATCH v2 2/2] sun4i: Convert Iteadunio plus dts codekipper at gmail.com
  0 siblings, 2 replies; 4+ messages in thread
From: codekipper at gmail.com @ 2016-03-15 17:47 UTC (permalink / raw)
  To: u-boot

From: Marcus Cooper <codekipper@gmail.com>

This patch delivers the uboot changes required for the Itead Ibox A20. As there
are a few Itead variants out there based on their A10/A20 core module; I have
created a common dtsi for all of them.

I've also converted the A10 Itead Iteaduino dts to use this common file.
BR,
CK

---
Changes since v1:
- removed enabling of codec as it's not needed and the dtsi doesn't include it

---
Marcus Cooper (2):
  sun7i: Add support for the Itead Ibox
  sun4i: Convert Iteadunio plus dts

 arch/arm/dts/Makefile                           |   1 +
 arch/arm/dts/sun4i-a10-itead-iteaduino-plus.dts |  86 +--------------
 arch/arm/dts/sun7i-a20-itead-ibox.dts           | 121 +++++++++++++++++++++
 arch/arm/dts/sunxi-itead-core-common.dtsi       | 136 ++++++++++++++++++++++++
 board/sunxi/MAINTAINERS                         |   5 +
 configs/Itead_Ibox_A20_defconfig                |  16 +++
 6 files changed, 281 insertions(+), 84 deletions(-)
 create mode 100644 arch/arm/dts/sun7i-a20-itead-ibox.dts
 create mode 100644 arch/arm/dts/sunxi-itead-core-common.dtsi
 create mode 100644 configs/Itead_Ibox_A20_defconfig

-- 
2.7.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-16 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 17:47 [U-Boot] [PATCH v2 0/2] ARM: dt: sunxi: Add Itead Ibox support codekipper at gmail.com
2016-03-15 17:47 ` [U-Boot] [PATCH v2 1/2] sun7i: Add support for the Itead Ibox codekipper at gmail.com
2016-03-16 14:43   ` [U-Boot] [linux-sunxi] " Hans de Goede
2016-03-15 17:47 ` [U-Boot] [PATCH v2 2/2] sun4i: Convert Iteadunio plus dts codekipper at gmail.com

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.