linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the aspeed tree
@ 2020-02-10 21:44 Stephen Rothwell
  2020-02-10 22:17 ` Joel Stanley
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stephen Rothwell @ 2020-02-10 21:44 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Eddie James,
	Vijay Khemka

[-- Attachment #1: Type: text/plain, Size: 1397 bytes --]

Hi all,

After merging the aspeed tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

arch/arm/boot/dts/aspeed-g6.dtsi:322.35-327.7: ERROR (duplicate_node_names): /ahb/apb/syscon@1e6e2000/interrupt-controller: Duplicate node name
ERROR: Input tree has errors, aborting (use -f to force output)

Caused by commit

  091ff5206ef3 ("ARM: dts: aspeed: ast2600: Fix SCU IRQ controller node addresses")

Also these warnings:

arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:435.11-439.4: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@140/ipmb0@10: I2C bus unit address format error, expected "40000010"
arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:437.3-30: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@140/ipmb0@10:reg: I2C address must be less than 10-bits, got "0x40000010"
arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:521.11-525.4: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@380/ipmb0@10: I2C bus unit address format error, expected "40000010"
arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:523.3-30: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@380/ipmb0@10:reg: I2C address must be less than 10-bits, got "0x40000010"

Caused by commit

  a59b1792adf1 ("ARM: dts: aspeed: tiogapass: Add IPMB device")

I have used the aspeed tree from next-20200210 for today.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the aspeed tree
  2020-02-10 21:44 linux-next: build failure after merge of the aspeed tree Stephen Rothwell
@ 2020-02-10 22:17 ` Joel Stanley
  2020-02-11  0:48 ` Vijay Khemka
  2020-02-11  1:33 ` Vijay Khemka
  2 siblings, 0 replies; 6+ messages in thread
From: Joel Stanley @ 2020-02-10 22:17 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Eddie James,
	Vijay Khemka

On Mon, 10 Feb 2020 at 21:45, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> After merging the aspeed tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arch/arm/boot/dts/aspeed-g6.dtsi:322.35-327.7: ERROR (duplicate_node_names): /ahb/apb/syscon@1e6e2000/interrupt-controller: Duplicate node name
> ERROR: Input tree has errors, aborting (use -f to force output)

Thanks for the report Stephen. I've dropped the offending commit and
re-pushed. We should be good for tomorrow's next.

Cheers,

Joel

>
> Caused by commit
>
>   091ff5206ef3 ("ARM: dts: aspeed: ast2600: Fix SCU IRQ controller node addresses")
>
> Also these warnings:
>
> arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:435.11-439.4: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@140/ipmb0@10: I2C bus unit address format error, expected "40000010"
> arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:437.3-30: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@140/ipmb0@10:reg: I2C address must be less than 10-bits, got "0x40000010"
> arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:521.11-525.4: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@380/ipmb0@10: I2C bus unit address format error, expected "40000010"
> arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:523.3-30: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@380/ipmb0@10:reg: I2C address must be less than 10-bits, got "0x40000010"
>
> Caused by commit
>
>   a59b1792adf1 ("ARM: dts: aspeed: tiogapass: Add IPMB device")
>
> I have used the aspeed tree from next-20200210 for today.
>
> --
> Cheers,
> Stephen Rothwell

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the aspeed tree
  2020-02-10 21:44 linux-next: build failure after merge of the aspeed tree Stephen Rothwell
  2020-02-10 22:17 ` Joel Stanley
@ 2020-02-11  0:48 ` Vijay Khemka
  2020-02-11  1:33 ` Vijay Khemka
  2 siblings, 0 replies; 6+ messages in thread
From: Vijay Khemka @ 2020-02-11  0:48 UTC (permalink / raw)
  To: Stephen Rothwell, Joel Stanley
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Eddie James

Hi Joel,
I am looking into fixing warning for my patch. If you have any idea or suggestions, please advice.

Regards
-Vijay

On 2/10/20, 1:45 PM, "Stephen Rothwell" <sfr@canb.auug.org.au> wrote:

    Hi all,
    
    After merging the aspeed tree, today's linux-next build (arm
    multi_v7_defconfig) failed like this:
    
    arch/arm/boot/dts/aspeed-g6.dtsi:322.35-327.7: ERROR (duplicate_node_names): /ahb/apb/syscon@1e6e2000/interrupt-controller: Duplicate node name
    ERROR: Input tree has errors, aborting (use -f to force output)
    
    Caused by commit
    
      091ff5206ef3 ("ARM: dts: aspeed: ast2600: Fix SCU IRQ controller node addresses")
    
    Also these warnings:
    
    arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:435.11-439.4: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@140/ipmb0@10: I2C bus unit address format error, expected "40000010"
    arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:437.3-30: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@140/ipmb0@10:reg: I2C address must be less than 10-bits, got "0x40000010"
    arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:521.11-525.4: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@380/ipmb0@10: I2C bus unit address format error, expected "40000010"
    arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:523.3-30: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@380/ipmb0@10:reg: I2C address must be less than 10-bits, got "0x40000010"
    
    Caused by commit
    
      a59b1792adf1 ("ARM: dts: aspeed: tiogapass: Add IPMB device")
    
    I have used the aspeed tree from next-20200210 for today.
    
    -- 
    Cheers,
    Stephen Rothwell
    


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the aspeed tree
  2020-02-10 21:44 linux-next: build failure after merge of the aspeed tree Stephen Rothwell
  2020-02-10 22:17 ` Joel Stanley
  2020-02-11  0:48 ` Vijay Khemka
@ 2020-02-11  1:33 ` Vijay Khemka
  2 siblings, 0 replies; 6+ messages in thread
From: Vijay Khemka @ 2020-02-11  1:33 UTC (permalink / raw)
  To: Stephen Rothwell, Joel Stanley
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Eddie James



On 2/10/20, 1:45 PM, "Stephen Rothwell" <sfr@canb.auug.org.au> wrote:

    Hi all,
    
    After merging the aspeed tree, today's linux-next build (arm
    multi_v7_defconfig) failed like this:
    
    arch/arm/boot/dts/aspeed-g6.dtsi:322.35-327.7: ERROR (duplicate_node_names): /ahb/apb/syscon@1e6e2000/interrupt-controller: Duplicate node name
    ERROR: Input tree has errors, aborting (use -f to force output)
    
    Caused by commit
    
      091ff5206ef3 ("ARM: dts: aspeed: ast2600: Fix SCU IRQ controller node addresses")
    
    Also these warnings:
    
    arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:435.11-439.4: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@140/ipmb0@10: I2C bus unit address format error, expected "40000010"
    arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:437.3-30: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@140/ipmb0@10:reg: I2C address must be less than 10-bits, got "0x40000010"
    arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:521.11-525.4: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@380/ipmb0@10: I2C bus unit address format error, expected "40000010"
    arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts:523.3-30: Warning (i2c_bus_reg): /ahb/apb/bus@1e78a000/i2c-bus@380/ipmb0@10:reg: I2C address must be less than 10-bits, got "0x40000010"

This is the flag needed to be defined for declaring slave mode. We may have to fix dtc/check.c.

    
    Caused by commit
    
      a59b1792adf1 ("ARM: dts: aspeed: tiogapass: Add IPMB device")
    
    I have used the aspeed tree from next-20200210 for today.
    
    -- 
    Cheers,
    Stephen Rothwell
    


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: build failure after merge of the aspeed tree
  2023-12-12 22:30 Stephen Rothwell
@ 2023-12-13 22:06 ` Joel Stanley
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Stanley @ 2023-12-13 22:06 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Peter Yin, Linux Kernel Mailing List, Linux Next Mailing List

On Wed, 13 Dec 2023 at 09:00, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> After merging the aspeed tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> make[4]: *** No rule to make target 'arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dtb', needed by 'arch/arm/boot/dts/aspeed/'.  Stop.
>
> Caused by commit
>
>   70fe22dd623e ("ARM: dts: aspeed: Harma: Add Meta Harma (AST2600) BMC")
>
> I have used the aspeed tree from next-20231212 for today.

Should be fixed today, sorry about that.

Cheers,

Joel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* linux-next: build failure after merge of the aspeed tree
@ 2023-12-12 22:30 Stephen Rothwell
  2023-12-13 22:06 ` Joel Stanley
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2023-12-12 22:30 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Peter Yin, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 446 bytes --]

Hi all,

After merging the aspeed tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

make[4]: *** No rule to make target 'arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dtb', needed by 'arch/arm/boot/dts/aspeed/'.  Stop.

Caused by commit

  70fe22dd623e ("ARM: dts: aspeed: Harma: Add Meta Harma (AST2600) BMC")

I have used the aspeed tree from next-20231212 for today.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-12-13 22:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 21:44 linux-next: build failure after merge of the aspeed tree Stephen Rothwell
2020-02-10 22:17 ` Joel Stanley
2020-02-11  0:48 ` Vijay Khemka
2020-02-11  1:33 ` Vijay Khemka
2023-12-12 22:30 Stephen Rothwell
2023-12-13 22:06 ` Joel Stanley

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).