mbox series

[PULL] u-boot-atmel-fixes-2020.07-a

Message ID a3c76d8b-7001-d875-290d-158ab7b3fd5d@microchip.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-atmel-fixes-2020.07-a | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git tags/u-boot-atmel-fixes-2020.07-a

Message

Eugen Hristev June 4, 2020, 2:01 p.m. UTC
Hello Tom,

Please pull tag u-boot-atmel-fixes-2020.07-a , the first set of changes 
for the 2020.07 cycle.

This set includes just two small commits that fix a build warning and 
add a missing serial node.

Thanks !
Eugen


The following changes since commit dd2c676a659a03daeef31d1221da2edff009d426:

   Prepare v2020.07-rc1 (2020-04-28 15:55:57 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
tags/u-boot-atmel-fixes-2020.07-a

for you to fetch changes up to d32cbefc8ac82bd0206f806efb07df82c4b92d5b:

   ARM: dts: sama5d2: Add uart4 definition (2020-05-18 15:00:20 +0300)

----------------------------------------------------------------
First set of u-boot-atmel fixes for 2020.07 cycle

----------------------------------------------------------------
Josef Lusticky (1):
       board: atmel: Fix compiler warning 'board_usb_hw_init()' not used

Tiaki Rice (1):
       ARM: dts: sama5d2: Add uart4 definition

  arch/arm/dts/sama5d2.dtsi                       | 8 ++++++++
  board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c | 2 ++
  board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c     | 2 ++
  board/atmel/sama5d2_xplained/sama5d2_xplained.c | 2 ++
  4 files changed, 14 insertions(+)

Comments

Tom Rini June 4, 2020, 3:05 p.m. UTC | #1
On Thu, Jun 04, 2020 at 02:01:02PM +0000, Eugen.Hristev@microchip.com wrote:

> Hello Tom,
> 
> Please pull tag u-boot-atmel-fixes-2020.07-a , the first set of changes 
> for the 2020.07 cycle.
> 
> This set includes just two small commits that fix a build warning and 
> add a missing serial node.
> 
> Thanks !
> Eugen
> 
> 
> The following changes since commit dd2c676a659a03daeef31d1221da2edff009d426:
> 
>    Prepare v2020.07-rc1 (2020-04-28 15:55:57 -0400)
> 
> are available in the Git repository at:
> 
>    https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
> tags/u-boot-atmel-fixes-2020.07-a
> 
> for you to fetch changes up to d32cbefc8ac82bd0206f806efb07df82c4b92d5b:
> 
>    ARM: dts: sama5d2: Add uart4 definition (2020-05-18 15:00:20 +0300)
> 

Applied to u-boot/master, thanks!

But please note that building for all of "sama5" gives a ton of device
tree warnings, can you please look in to them?  Thanks!
Eugen Hristev June 4, 2020, 3:26 p.m. UTC | #2
On 04.06.2020 18:05, Tom Rini wrote:


 > Applied to u-boot/master, thanks!

 > But please note that building for all of "sama5" gives a ton of device
 > tree warnings, can you please look in to them?  Thanks!


Hi Tom,

Any changes in the DTC version or something? there are no changes in the 
device tree from 2020.04, so, if the warnings appeared now, it can be 
due to a more restrictive DTC setting.

Eugen
Tom Rini June 4, 2020, 4:55 p.m. UTC | #3
On Thu, Jun 04, 2020 at 03:26:24PM +0000, Eugen.Hristev@microchip.com wrote:
> On 04.06.2020 18:05, Tom Rini wrote:
> 
> 
>  > Applied to u-boot/master, thanks!
> 
>  > But please note that building for all of "sama5" gives a ton of device
>  > tree warnings, can you please look in to them?  Thanks!
> 
> 
> Hi Tom,
> 
> Any changes in the DTC version or something? there are no changes in the 
> device tree from 2020.04, so, if the warnings appeared now, it can be 
> due to a more restrictive DTC setting.

Sorry, to be clear they are quite old warnings.  I assume they've been
fixed in the kernel sama5d3/d4.dtsi files for some time even.