2016-12-09 01:48:13

by Milo Kim

[permalink] [raw]
Subject: [PATCH] ARM: dts: sun8i: Support DTB build for NanoPi M1

The commit 10efbf5f1633 introduced NanoPi M1 board but it's missing in
Allwinner H3 DTB build.

Signed-off-by: Milo Kim <[email protected]>
---
arch/arm/boot/dts/Makefile | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index cccdbcb..4cbdf6f 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -845,6 +845,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \
sun8i-a83t-allwinner-h8homlet-v2.dtb \
sun8i-a83t-cubietruck-plus.dtb \
sun8i-h3-bananapi-m2-plus.dtb \
+ sun8i-h3-nanopi-m1.dtb \
sun8i-h3-nanopi-neo.dtb \
sun8i-h3-orangepi-2.dtb \
sun8i-h3-orangepi-lite.dtb \
--
2.9.3


2016-12-12 15:49:41

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: sun8i: Support DTB build for NanoPi M1

Hi,

On Fri, Dec 09, 2016 at 10:47:58AM +0900, Milo Kim wrote:
> The commit 10efbf5f1633 introduced NanoPi M1 board but it's missing in
> Allwinner H3 DTB build.
>
> Signed-off-by: Milo Kim <[email protected]>

checkpatch reports an error on this one (commit format), please fix
and resend.

Thanks!
Maxime

--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


Attachments:
(No filename) (411.00 B)
signature.asc (801.00 B)
Download all attachments

2016-12-12 23:20:53

by Milo Kim

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: sun8i: Support DTB build for NanoPi M1

On 12/13/2016 12:49 AM, Maxime Ripard wrote:
> Hi,
>
> On Fri, Dec 09, 2016 at 10:47:58AM +0900, Milo Kim wrote:
>> The commit 10efbf5f1633 introduced NanoPi M1 board but it's missing in
>> Allwinner H3 DTB build.
>>
>> Signed-off-by: Milo Kim <[email protected]>
>
> checkpatch reports an error on this one (commit format), please fix
> and resend.

Thanks! I need to run the script automatically prior to sending patches.

Best regards,
Milo