Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1365380 > unrolled thread
| Started by | Heinrich Schuchardt <xypron.glpk@gmx.de> |
|---|---|
| First post | 2016-03-28 10:10 +0200 |
| Last post | 2016-03-30 12:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/1] ARM: dts: kirkwood: add kirkwood-ds112.dtb to Makefile Heinrich Schuchardt <xypron.glpk@gmx.de> - 2016-03-28 10:10 +0200
Re: [PATCH 1/1] ARM: dts: kirkwood: add kirkwood-ds112.dtb to Makefile Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-03-30 12:00 +0200
| From | Heinrich Schuchardt <xypron.glpk@gmx.de> |
|---|---|
| Date | 2016-03-28 10:10 +0200 |
| Subject | [PATCH 1/1] ARM: dts: kirkwood: add kirkwood-ds112.dtb to Makefile |
| Message-ID | <rhApj-49N-3@gated-at.bofh.it> |
Commit 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology
NAS devices") created the new file kirkwood-ds112.dts but did not
add it to the Makefile.
Fixes: 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology NAS devices")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
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 b25621a..f8308db 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -177,6 +177,7 @@ dtb-$(CONFIG_MACH_KIRKWOOD) += \
kirkwood-ds109.dtb \
kirkwood-ds110jv10.dtb \
kirkwood-ds111.dtb \
+ kirkwood-ds112.dtb \
kirkwood-ds209.dtb \
kirkwood-ds210.dtb \
kirkwood-ds212.dtb \
--
2.1.4
[toc] | [next] | [standalone]
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Date | 2016-03-30 12:00 +0200 |
| Message-ID | <ril4T-3q2-23@gated-at.bofh.it> |
| In reply to | #1365380 |
Hi Heinrich,
On lun., mars 28 2016, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> Commit 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology
> NAS devices") created the new file kirkwood-ds112.dts but did not
> add it to the Makefile.
>
> Fixes: 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology NAS devices")
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Applied on mvebu/dt
Thanks,
Gregory
> ---
> 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 b25621a..f8308db 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -177,6 +177,7 @@ dtb-$(CONFIG_MACH_KIRKWOOD) += \
> kirkwood-ds109.dtb \
> kirkwood-ds110jv10.dtb \
> kirkwood-ds111.dtb \
> + kirkwood-ds112.dtb \
> kirkwood-ds209.dtb \
> kirkwood-ds210.dtb \
> kirkwood-ds212.dtb \
> --
> 2.1.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web