mbox series

[00/12] ARM: dts: sti: various DT fixes to avoid warnings

Message ID 20211202075105.195664-1-avolmat@me.com (mailing list archive)
Headers show
Series ARM: dts: sti: various DT fixes to avoid warnings | expand

Message

Alain Volmat Dec. 2, 2021, 7:50 a.m. UTC
A first serie to correct a large amount of DT warnings seen when
building with the W=1 option and mainly due to having several time
the same reg property (clock) or having unnecessary reg value.

The first 3 patches related to clocks require that recent serie [1] of
clock drivers improvements be first merged.

[1] https://lore.kernel.org/linux-clk/20211202072850.194314-1-avolmat@me.com/T/#t

Alain Volmat (12):
  ARM: dts: sti: ensure unique unit-address in stih407-clock
  ARM: dts: sti: ensure unique unit-address in stih410-clock
  ARM: dts: sti: ensure unique unit-address in stih418-clock
  ARM: dts: sti: move some nodes out of the soc section in
    stih407-family.dtsi
  ARM: dts: sti: update stih410-b2260 following stih407-family DT update
  ARM: dts: sti: update stih418-b2199 following stih407-family DT update
  ARM: dts: sti: update stihxxx-b2120 following stih407-family DT update
  ARM: dts: sti: remove delta node from stih410.dtsi
  ARM: dts: sti: move usb picophy nodes out of soc in stih410.dtsi
  ARM: dts: sti: move usb picophy nodes out of soc in stih418.dtsi
  ARM: dts: sti: move usb picophy nodes in stih410-b2120.dts
  ARM: dts: sti: move usb picophy nodes in stih410-b2260.dts

 arch/arm/boot/dts/stih407-clock.dtsi  | 101 +++++-----
 arch/arm/boot/dts/stih407-family.dtsi | 262 +++++++++++++-------------
 arch/arm/boot/dts/stih410-b2120.dts   |  16 +-
 arch/arm/boot/dts/stih410-b2260.dts   |  30 +--
 arch/arm/boot/dts/stih410-clock.dtsi  | 100 +++++-----
 arch/arm/boot/dts/stih410.dtsi        |  52 ++---
 arch/arm/boot/dts/stih418-b2199.dts   |  22 +--
 arch/arm/boot/dts/stih418-clock.dtsi  | 101 +++++-----
 arch/arm/boot/dts/stih418.dtsi        |  38 ++--
 arch/arm/boot/dts/stihxxx-b2120.dtsi  |  22 +--
 10 files changed, 351 insertions(+), 393 deletions(-)

Comments

Patrice CHOTARD Feb. 10, 2022, 8:59 a.m. UTC | #1
Hi Alain

Pleased resubmit this series by squashing PATCH 1/4/5/6/7 together, the 
compilation is broken and doesn't allow bisection.

The same with patches 9/11/12.

Thanks
Patrice

On 12/2/21 08:50, Alain Volmat wrote:
> A first serie to correct a large amount of DT warnings seen when
> building with the W=1 option and mainly due to having several time
> the same reg property (clock) or having unnecessary reg value.
> 
> The first 3 patches related to clocks require that recent serie [1] of
> clock drivers improvements be first merged.
> 
> [1] https://lore.kernel.org/linux-clk/20211202072850.194314-1-avolmat@me.com/T/#t
> 
> Alain Volmat (12):
>   ARM: dts: sti: ensure unique unit-address in stih407-clock
>   ARM: dts: sti: ensure unique unit-address in stih410-clock
>   ARM: dts: sti: ensure unique unit-address in stih418-clock
>   ARM: dts: sti: move some nodes out of the soc section in
>     stih407-family.dtsi
>   ARM: dts: sti: update stih410-b2260 following stih407-family DT update
>   ARM: dts: sti: update stih418-b2199 following stih407-family DT update
>   ARM: dts: sti: update stihxxx-b2120 following stih407-family DT update
>   ARM: dts: sti: remove delta node from stih410.dtsi
>   ARM: dts: sti: move usb picophy nodes out of soc in stih410.dtsi
>   ARM: dts: sti: move usb picophy nodes out of soc in stih418.dtsi
>   ARM: dts: sti: move usb picophy nodes in stih410-b2120.dts
>   ARM: dts: sti: move usb picophy nodes in stih410-b2260.dts
> 
>  arch/arm/boot/dts/stih407-clock.dtsi  | 101 +++++-----
>  arch/arm/boot/dts/stih407-family.dtsi | 262 +++++++++++++-------------
>  arch/arm/boot/dts/stih410-b2120.dts   |  16 +-
>  arch/arm/boot/dts/stih410-b2260.dts   |  30 +--
>  arch/arm/boot/dts/stih410-clock.dtsi  | 100 +++++-----
>  arch/arm/boot/dts/stih410.dtsi        |  52 ++---
>  arch/arm/boot/dts/stih418-b2199.dts   |  22 +--
>  arch/arm/boot/dts/stih418-clock.dtsi  | 101 +++++-----
>  arch/arm/boot/dts/stih418.dtsi        |  38 ++--
>  arch/arm/boot/dts/stihxxx-b2120.dtsi  |  22 +--
>  10 files changed, 351 insertions(+), 393 deletions(-)
>
Alain Volmat Feb. 11, 2022, 6:13 p.m. UTC | #2
Hi Patrice,

oups, sorry about that.  I send a v2 with several patches squashed
together to fix compilation issues.

Alain

On Thu, Feb 10, 2022 at 09:59:40AM +0100, Patrice CHOTARD wrote:
> Hi Alain
> 
> Pleased resubmit this series by squashing PATCH 1/4/5/6/7 together, the 
> compilation is broken and doesn't allow bisection.
> 
> The same with patches 9/11/12.
> 
> Thanks
> Patrice
> 
> On 12/2/21 08:50, Alain Volmat wrote:
> > A first serie to correct a large amount of DT warnings seen when
> > building with the W=1 option and mainly due to having several time
> > the same reg property (clock) or having unnecessary reg value.
> > 
> > The first 3 patches related to clocks require that recent serie [1] of
> > clock drivers improvements be first merged.
> > 
> > [1] https://lore.kernel.org/linux-clk/20211202072850.194314-1-avolmat@me.com/T/#t
> > 
> > Alain Volmat (12):
> >   ARM: dts: sti: ensure unique unit-address in stih407-clock
> >   ARM: dts: sti: ensure unique unit-address in stih410-clock
> >   ARM: dts: sti: ensure unique unit-address in stih418-clock
> >   ARM: dts: sti: move some nodes out of the soc section in
> >     stih407-family.dtsi
> >   ARM: dts: sti: update stih410-b2260 following stih407-family DT update
> >   ARM: dts: sti: update stih418-b2199 following stih407-family DT update
> >   ARM: dts: sti: update stihxxx-b2120 following stih407-family DT update
> >   ARM: dts: sti: remove delta node from stih410.dtsi
> >   ARM: dts: sti: move usb picophy nodes out of soc in stih410.dtsi
> >   ARM: dts: sti: move usb picophy nodes out of soc in stih418.dtsi
> >   ARM: dts: sti: move usb picophy nodes in stih410-b2120.dts
> >   ARM: dts: sti: move usb picophy nodes in stih410-b2260.dts
> > 
> >  arch/arm/boot/dts/stih407-clock.dtsi  | 101 +++++-----
> >  arch/arm/boot/dts/stih407-family.dtsi | 262 +++++++++++++-------------
> >  arch/arm/boot/dts/stih410-b2120.dts   |  16 +-
> >  arch/arm/boot/dts/stih410-b2260.dts   |  30 +--
> >  arch/arm/boot/dts/stih410-clock.dtsi  | 100 +++++-----
> >  arch/arm/boot/dts/stih410.dtsi        |  52 ++---
> >  arch/arm/boot/dts/stih418-b2199.dts   |  22 +--
> >  arch/arm/boot/dts/stih418-clock.dtsi  | 101 +++++-----
> >  arch/arm/boot/dts/stih418.dtsi        |  38 ++--
> >  arch/arm/boot/dts/stihxxx-b2120.dtsi  |  22 +--
> >  10 files changed, 351 insertions(+), 393 deletions(-)
> >