mbox series

[0/8] ARM: dts: stm32: use lower-case hex for address

Message ID 20211115103920.30149-1-patrice.chotard@foss.st.com
Headers show
Series ARM: dts: stm32: use lower-case hex for address | expand

Message

Patrice CHOTARD Nov. 15, 2021, 10:39 a.m. UTC
Replace upper-case hex with lower-case hex for address in STM32 device tree


Patrice Chotard (8):
  ARM: dts: stm32: Use lower-case hex for address for
    stm32mp15-u-boot.dtsi
  ARM: dts: stm32: Use lower-case hex for address for
    stm32f769-disco-u-boot.dtsi
  ARM: dts: stm32: Use lower-case hex for address for
    stm32746-disco-u-boot.dtsi
  ARM: dts: stm32: Use lower-case hex for address for
    stm32f7-u-boot.dtsi
  ARM: dts: stm32: Use lower-case hex for address for
    stm32f469-disco-u-boot.dtsi
  ARM: dts: stm32: Use lower-case hex for address for
    stm32f429-disco-u-boot.dtsi
  ARM: dts: stm32: Use lower-case hex for address for
    stm32f746g-eval-u-boot.dtsi
  ARM: dts: stm32: Use lower-case hex for address for
    stm32429i-eval-u-boot.dtsi

 arch/arm/dts/stm32429i-eval-u-boot.dtsi  | 2 +-
 arch/arm/dts/stm32746g-eval-u-boot.dtsi  | 2 +-
 arch/arm/dts/stm32f429-disco-u-boot.dtsi | 2 +-
 arch/arm/dts/stm32f469-disco-u-boot.dtsi | 6 +++---
 arch/arm/dts/stm32f7-u-boot.dtsi         | 4 ++--
 arch/arm/dts/stm32f746-disco-u-boot.dtsi | 2 +-
 arch/arm/dts/stm32f769-disco-u-boot.dtsi | 6 +++---
 arch/arm/dts/stm32mp15-u-boot.dtsi       | 8 ++++----
 8 files changed, 16 insertions(+), 16 deletions(-)

Comments

Patrice CHOTARD Nov. 30, 2021, 10:18 a.m. UTC | #1
Hi

On 11/15/21 11:39 AM, Patrice Chotard wrote:
> Replace upper-case hex with lower-case hex for address in STM32 device tree
> 
> 
> Patrice Chotard (8):
>   ARM: dts: stm32: Use lower-case hex for address for
>     stm32mp15-u-boot.dtsi
>   ARM: dts: stm32: Use lower-case hex for address for
>     stm32f769-disco-u-boot.dtsi
>   ARM: dts: stm32: Use lower-case hex for address for
>     stm32746-disco-u-boot.dtsi
>   ARM: dts: stm32: Use lower-case hex for address for
>     stm32f7-u-boot.dtsi
>   ARM: dts: stm32: Use lower-case hex for address for
>     stm32f469-disco-u-boot.dtsi
>   ARM: dts: stm32: Use lower-case hex for address for
>     stm32f429-disco-u-boot.dtsi
>   ARM: dts: stm32: Use lower-case hex for address for
>     stm32f746g-eval-u-boot.dtsi
>   ARM: dts: stm32: Use lower-case hex for address for
>     stm32429i-eval-u-boot.dtsi
> 
>  arch/arm/dts/stm32429i-eval-u-boot.dtsi  | 2 +-
>  arch/arm/dts/stm32746g-eval-u-boot.dtsi  | 2 +-
>  arch/arm/dts/stm32f429-disco-u-boot.dtsi | 2 +-
>  arch/arm/dts/stm32f469-disco-u-boot.dtsi | 6 +++---
>  arch/arm/dts/stm32f7-u-boot.dtsi         | 4 ++--
>  arch/arm/dts/stm32f746-disco-u-boot.dtsi | 2 +-
>  arch/arm/dts/stm32f769-disco-u-boot.dtsi | 6 +++---
>  arch/arm/dts/stm32mp15-u-boot.dtsi       | 8 ++++----
>  8 files changed, 16 insertions(+), 16 deletions(-)
> 

For the series, applied to to u-boot-stm32/next

Thanks
Patrice