[PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically

Simon Horman horms at verge.net.au
Tue Sep 23 18:07:31 PDT 2014


On Tue, Sep 02, 2014 at 10:16:08AM +0900, Simon Horman wrote:
> On Fri, Aug 29, 2014 at 09:32:04AM +0900, Simon Horman wrote:
> > On Thu, Aug 28, 2014 at 02:00:43PM +0200, Geert Uytterhoeven wrote:
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
> > > ---
> > > This depends on Magnus' series "[PATCH 00/05] ARM: shmobile: r8a7740 and
> > > Armadillo cleanup".
> > 
> > As per my response to that series:
> > 
> >    Thanks. I have tentatively queued this up.
> > 
> >    I got some push back from Olof [CCed] about putting cleanups on top of
> >    development when sending pull-requests for v3.17. This series falls
> >    into the same category: cleaning up board and related files on top
> >    of changes to initialise devices using DT.
> > 
> >    Olof, ideally I'd like this to go into v3.18.
> >    Let me know if you have preference to delay it.
> 
> Hi Geert,
> 
> I have reconsidered this and I think that it would be best to
> defer this cleanup until v3.19. The reason for this is that
> I believe that there are plans to both add and DTS files during
> v3.18, which would conflict with this release cycle.
> 
> Please repost this patch once v3.17-rc6 has been released.

I have queued up the following for v3.19.
I will push it to a branch that will be included in linux-next
once v3.18-rc1 has been released.

There was a conflict due to the addition of r8a7794-alt.dtb after
you posted your patch. I have resolved it as follows. Please
let me know if I have made an error.


From: Geert Uytterhoeven <geert+renesas at glider.be>

[PATCH] ARM: dts: Sort SHMOBILE dtbs alphabetically

Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
[horms+renesas at verge.net.au:  update for addition of r8a7794-alt.dtb]
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 783126b..a9125b8 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -358,24 +358,24 @@ dtb-$(CONFIG_ARCH_S5PV210) += s5pv210-aquila.dtb \
 	s5pv210-smdkv210.dtb \
 	s5pv210-torbreck.dtb
 dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += r7s72100-genmai.dtb \
+	r8a73a4-ape6evm.dtb \
+	r8a73a4-ape6evm-reference.dtb \
 	r8a7740-armadillo800eva.dtb \
 	r8a7778-bockw.dtb \
 	r8a7778-bockw-reference.dtb \
 	r8a7779-marzen.dtb \
-	r8a7791-koelsch.dtb \
 	r8a7790-lager.dtb \
+	r8a7791-koelsch.dtb \
+	sh7372-mackerel.dtb \
 	sh73a0-kzm9g.dtb \
-	sh73a0-kzm9g-reference.dtb \
-	r8a73a4-ape6evm.dtb \
-	r8a73a4-ape6evm-reference.dtb \
-	sh7372-mackerel.dtb
+	sh73a0-kzm9g-reference.dtb
 dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
 	r7s72100-genmai.dtb \
 	r8a7740-armadillo800eva.dtb \
+	r8a7779-marzen.dtb \
+	r8a7790-lager.dtb \
 	r8a7791-henninger.dtb \
 	r8a7791-koelsch.dtb \
-	r8a7790-lager.dtb \
-	r8a7779-marzen.dtb \
 	r8a7794-alt.dtb
 dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
 	socfpga_cyclone5_socdk.dtb \



More information about the linux-arm-kernel mailing list