
On Tue, May 23, 2017 at 10:51 PM, Jagan Teki jagannadh.teki@gmail.com wrote:
On Wed, May 10, 2017 at 11:56 AM, Mylène Josserand mylene.josserand@free-electrons.com wrote:
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
These two are IN at linux-next and look good.
Reviewed-by: Jagan Teki jagan@amarulasolutions.com
First two patches,
Applied to u-boot-sunxi/master
thanks!