Message ID | 1463169436-6170-1-git-send-email-oliver@schinagl.nl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, May 13, 2016 at 09:57:16PM +0200, Olliver Schinagl wrote: > commit 27dd9af6bc000ab21fd ("ARM: dts: sunxi: Add a olinuxino-lime2-emmc") > added the new emmc equipped lime2 but forgot its Makefile. > > This patch adds an entry to the Makefile. > > Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Having the version of the patch would be nice too. Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Arnd, Kevin, Olof, could you apply that patch directly for 4.7? Thanks, Maxime
On Mon, May 16, 2016 at 04:45:52PM +0200, Maxime Ripard wrote: > On Fri, May 13, 2016 at 09:57:16PM +0200, Olliver Schinagl wrote: > > commit 27dd9af6bc000ab21fd ("ARM: dts: sunxi: Add a olinuxino-lime2-emmc") > > added the new emmc equipped lime2 but forgot its Makefile. > > > > This patch adds an entry to the Makefile. > > > > Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> > > Having the version of the patch would be nice too. > > Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> > > Arnd, Kevin, Olof, could you apply that patch directly for 4.7? Applied as fix now, but with the patch subject fixed up (ARM: dts: sunxi: ...). -Olof > > Thanks, > Maxime > > -- > Maxime Ripard, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 95c1923..07f4cf8 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -695,6 +695,7 @@ dtb-$(CONFIG_MACH_SUN7I) += \ sun7i-a20-olimex-som-evb.dtb \ sun7i-a20-olinuxino-lime.dtb \ sun7i-a20-olinuxino-lime2.dtb \ + sun7i-a20-olinuxino-lime2-emmc.dtb \ sun7i-a20-olinuxino-micro.dtb \ sun7i-a20-orangepi.dtb \ sun7i-a20-orangepi-mini.dtb \
commit 27dd9af6bc000ab21fd ("ARM: dts: sunxi: Add a olinuxino-lime2-emmc") added the new emmc equipped lime2 but forgot its Makefile. This patch adds an entry to the Makefile. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> --- Changes since v1: Added proper commit reference (again). Changes since v0: Added proper commit reference. arch/arm/boot/dts/Makefile | 1 + 1 file changed, 1 insertion(+)