public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] sunxi: Add support for NanoPi M1
@ 2017-05-10  6:26 Mylène Josserand
  2017-05-10  6:26 ` [U-Boot] [PATCH v2 1/4] " Mylène Josserand
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Mylène Josserand @ 2017-05-10  6:26 UTC (permalink / raw)
  To: u-boot

Hi everyone,

Here is a V2 of the support of the Sun8i NanoPi M1 platform.
I created a patch serie instead on a standalone patch
because the kernel device tree for Nanopi uses a dtsi file
that does not exist in u-boot. This dtsi will be added in
this serie.

Changes since V1:
	- Added the NanoPi dtsi from the kernel device tree
	- Updated the NanoPi Neo device tree to use the dtsi
	- Updated the dtsi from the kernel reference to remove the
	gpio-keys to be able to use this dtsi file for the
	NanoPi Neo Air. I will send this patch to the kernel if this
	modification make sense.
	- Updated the NanoPi Neo Air to use the dtsi

Patch01: Add the support of the NanoPi M1 platform. Based from the kernel
device tree so the NanoPi dtsi file is also added.
Patch02: Update the NanoPi Neo to use the dtsi to be close to the one from
the kernel.
Patch03: Move the gpio-keys to the dts file to have a generic dtsi file and
be able to use it for the NanoPi Neo Air.
Patch04: Update the NanoPi Neo Air device tree file to use the dtsi one.

Thank you in advance for your reviews/comments.

Best regards,

Mylène Josserand (4):
  sunxi: Add support for NanoPi M1
  sunxi: Update NanoPi Neo to use dtsi
  sunxi: Move gpio-keys from NanoPi dtsi to dts
  sunxi: Update NanoPi Neo Air to use dtsi

 arch/arm/dts/Makefile                    |   1 +
 arch/arm/dts/sun8i-h3-nanopi-m1.dts      |  77 +++++++++++++++++++
 arch/arm/dts/sun8i-h3-nanopi-neo-air.dts |  51 +------------
 arch/arm/dts/sun8i-h3-nanopi-neo.dts     |  82 +++-----------------
 arch/arm/dts/sun8i-h3-nanopi.dtsi        | 124 +++++++++++++++++++++++++++++++
 board/sunxi/MAINTAINERS                  |   5 ++
 configs/nanopi_m1_defconfig              |  16 ++++
 7 files changed, 233 insertions(+), 123 deletions(-)
 create mode 100644 arch/arm/dts/sun8i-h3-nanopi-m1.dts
 create mode 100644 arch/arm/dts/sun8i-h3-nanopi.dtsi
 create mode 100644 configs/nanopi_m1_defconfig

-- 
2.11.0

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

end of thread, other threads:[~2017-05-30  5:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-10  6:26 [U-Boot] [PATCH v2 0/4] sunxi: Add support for NanoPi M1 Mylène Josserand
2017-05-10  6:26 ` [U-Boot] [PATCH v2 1/4] " Mylène Josserand
2017-05-10  6:26 ` [U-Boot] [PATCH v2 2/4] sunxi: Update NanoPi Neo to use dtsi Mylène Josserand
2017-05-10  6:26 ` [U-Boot] [PATCH v2 3/4] sunxi: Move gpio-keys from NanoPi dtsi to dts Mylène Josserand
2017-05-10  6:26 ` [U-Boot] [PATCH v2 4/4] sunxi: Update NanoPi Neo Air to use dtsi Mylène Josserand
2017-05-10 14:52 ` [U-Boot] [PATCH v2 0/4] sunxi: Add support for NanoPi M1 Maxime Ripard
2017-05-23 17:21 ` Jagan Teki
2017-05-30  5:39   ` Jagan Teki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox