linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>,
	Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	ARM <linux-arm-kernel@lists.infradead.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: Re: linux-next: build failure after merge of the arm-soc tree
Date: Tue, 12 Oct 2021 09:35:36 +0200	[thread overview]
Message-ID: <97e578a3-b12e-1975-717d-a0cf663673f0@microchip.com> (raw)
In-Reply-To: <20211012110309.17d51c3e@canb.auug.org.au>

On 12/10/2021 at 02:03, Stephen Rothwell wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Hi all,
> 
> After merging the arm-soc tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
> 
> Error: arch/arm/boot/dts/sama7g5.dtsi:167.3-7 syntax error
> FATAL ERROR: Unable to parse input tree
> 
> Caused by commit
> 
>    9be4be3ed1ec ("Merge branch 'arm/dt' into for-next")
> 
> I added the following patch for today:
> 
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Date: Tue, 12 Oct 2021 10:37:29 +1100
> Subject: [PATCH] merge fix for missing semicolon
> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

This patch is valid.

When solving this merge conflict in at91-next here:
https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git/commit/?id=dbbb39806c65b0ab3f330fc7a855bc13b20ad2ce

I had following patch to have the nodes in alphabetical order:

--- a/arch/arm/boot/dts/sama7g5.dtsi 

+++ b/arch/arm/boot/dts/sama7g5.dtsi 

@@@ -159,11 -137,22 +159,27 @@@ 

                         clocks = <&clk32k 0>;
                 };

+               adc: adc@e1000000 { 

+                       compatible = "microchip,sama7g5-adc"; 

+                       reg = <0xe1000000 0x200>; 

+                       interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; 

+                       clocks = <&pmc PMC_TYPE_GCK 26>; 

+                       assigned-clocks = <&pmc PMC_TYPE_GCK 26>; 

+                       assigned-clock-rates = <100000000>; 

+                       clock-names = "adc_clk"; 

+                       dmas = <&dma0 AT91_XDMAC_DT_PERID(0)>; 

+                       dma-names = "rx"; 

+                       atmel,min-sample-rate-hz = <200000>; 

+                       atmel,max-sample-rate-hz = <20000000>; 

+                       atmel,startup-time-ms = <4>; 

+                       status = "disabled"; 

+               }; 

+ 

  +              chipid@e0020000 { 

  +                      compatible = "microchip,sama7g5-chipid"; 

  +                      reg = <0xe0020000 0x8>; 

  +              }; 

  + 

                 sdmmc0: mmc@e1204000 {
                         compatible = "microchip,sama7g5-sdhci", 
"microchip,sam9x60-sdhci";
                         reg = <0xe1204000 0x4000>;


Sorry for not having mentioned this conflict in the pull-request.

Best regards,
   Nicolas

> ---
>   arch/arm/boot/dts/sama7g5.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi
> index efcaa6ad7533..f98977f3980d 100644
> --- a/arch/arm/boot/dts/sama7g5.dtsi
> +++ b/arch/arm/boot/dts/sama7g5.dtsi
> @@ -162,7 +162,7 @@ ps_wdt: watchdog@e001d180 {
>                  chipid@e0020000 {
>                          compatible = "microchip,sama7g5-chipid";
>                          reg = <0xe0020000 0x8>;
> -               }
> +               };
> 
>                  adc: adc@e1000000 {
>                          compatible = "microchip,sama7g5-adc";
> --
> 2.33.0
> 
> --
> Cheers,
> Stephen Rothwell
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 


-- 
Nicolas Ferre

  reply	other threads:[~2021-10-12  7:35 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12  0:03 linux-next: build failure after merge of the arm-soc tree Stephen Rothwell
2021-10-12  7:35 ` Nicolas Ferre [this message]
2021-10-12  7:56   ` Arnd Bergmann
2021-10-12  9:29     ` Nicolas Ferre
  -- strict thread matches above, loose matches on Subject: below --
2023-07-24 23:50 Stephen Rothwell
2023-06-13  0:43 Stephen Rothwell
2023-06-13  6:38 ` Linus Walleij
2023-01-16  5:27 Stephen Rothwell
2023-01-16 10:16 ` Arnd Bergmann
2022-03-01 22:50 Stephen Rothwell
2022-03-02  7:45 ` Arnd Bergmann
2022-03-02  9:52   ` Matthias Brugger
2022-03-03 17:23     ` Arnd Bergmann
2021-04-09 10:13 Stephen Rothwell
2021-04-09 10:56 ` Hector Martin
2020-11-23 22:31 Stephen Rothwell
2020-11-24  9:18 ` Christoph Hellwig
2020-11-24 10:43   ` Maxime Ripard
2019-08-13 22:49 Stephen Rothwell
2019-08-14 10:52 ` Arnd Bergmann
2018-07-15 23:13 Stephen Rothwell
2018-07-15 23:50 ` Olof Johansson
2018-07-16  0:38   ` Olof Johansson
2018-07-16  6:18   ` Robert Jarzmik
2016-04-25 23:43 Stephen Rothwell
2016-04-25 23:54 ` Arnd Bergmann
2016-04-26  0:51   ` Stephen Rothwell
2016-04-26  7:40     ` Arnd Bergmann
2015-12-17  6:40 Stephen Rothwell
2015-10-14 23:19 Stephen Rothwell
2015-10-15  2:40 ` Jisheng Zhang
2015-10-15 15:52   ` Arnd Bergmann
2015-10-15 14:10 ` Arnd Bergmann
2015-08-07  0:33 Stephen Rothwell
2015-06-12  0:30 Michael Ellerman
2015-06-12 18:19 ` Kevin Hilman
2015-04-07  1:12 Stephen Rothwell
2015-04-07  8:43 ` Matthias Brugger
2015-04-07  9:28   ` Linus Walleij
2015-04-07  9:46     ` Matthias Brugger
2015-04-07 12:28     ` Arnd Bergmann
2015-04-08 14:49       ` Linus Walleij
2015-04-08 14:59         ` Matthias Brugger
2015-04-13 23:47           ` Stephen Rothwell
2015-04-14  0:05             ` Arnd Bergmann
2014-10-02  1:37 Stephen Rothwell
2014-10-02  2:36 ` Kukjin Kim
2014-10-02 14:32 ` Arnd Bergmann
2014-10-03  6:50   ` Javier Martinez Canillas
2014-10-03  7:56     ` Russell King - ARM Linux
2014-10-03  8:07       ` Javier Martinez Canillas
2014-09-26  1:55 Stephen Rothwell
2014-09-26  2:57 ` Wei Xu
2014-09-30  0:12 ` Stephen Rothwell
2014-09-30  1:45   ` Wei Xu
2014-03-09 11:55 Mark Brown
2014-03-10 10:45 ` Will Deacon
2014-03-10 11:58   ` Catalin Marinas
2014-03-09 11:41 Mark Brown
2014-03-09 17:08 ` Olof Johansson
2014-03-09 19:08   ` Mark Brown
2013-04-19  6:46 Stephen Rothwell
2013-04-19 14:01 ` Olof Johansson
2013-04-22 13:26   ` Thomas Petazzoni
2011-10-04  0:26 Stephen Rothwell
2011-10-04  7:40 ` Arnd Bergmann
2011-10-04  9:39   ` Nicolas Ferre
2011-10-06  0:13   ` Stephen Rothwell
2011-10-07  9:09     ` Nicolas Ferre
2011-10-07 15:41       ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=97e578a3-b12e-1975-717d-a0cf663673f0@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).