[PATCH] ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boards
Patrice CHOTARD
patrice.chotard at foss.st.com
Mon Sep 26 17:57:04 CEST 2022
On 9/26/22 14:52, Patrick DELAUNAY wrote:
> Hi,
>
> On 9/23/22 13:20, Patrice Chotard wrote:
>> Device tree alignment with kernel v6.0-rc4.
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
>> ---
>>
>> arch/arm/dts/stm32429i-eval-u-boot.dtsi | 2 +-
>> arch/arm/dts/stm32746g-eval.dts | 18 ++++-
>> arch/arm/dts/stm32f4-pinctrl.dtsi | 2 +-
>> arch/arm/dts/stm32f429-disco-u-boot.dtsi | 4 +-
>> arch/arm/dts/stm32f429-disco.dts | 20 +++--
>> arch/arm/dts/stm32f429-pinctrl.dtsi | 94 +++++++++++------------
>> arch/arm/dts/stm32f429.dtsi | 69 +++--------------
>> arch/arm/dts/stm32f469-disco-u-boot.dtsi | 4 +-
>> arch/arm/dts/stm32f469-disco.dts | 24 ++++--
>> arch/arm/dts/stm32f469-pinctrl.dtsi | 96 ++++++++++++------------
>> arch/arm/dts/stm32f7-pinctrl.dtsi | 2 +-
>> arch/arm/dts/stm32f7-u-boot.dtsi | 2 +-
>> arch/arm/dts/stm32f746-disco.dts | 12 +++
>> arch/arm/dts/stm32f746.dtsi | 67 +----------------
>> arch/arm/dts/stm32f769-disco.dts | 18 ++++-
>> arch/arm/dts/stm32h743.dtsi | 19 ++---
>> arch/arm/dts/stm32h743i-disco.dts | 8 +-
>> arch/arm/dts/stm32h743i-eval.dts | 8 +-
>> arch/arm/dts/stm32h750i-art-pi.dts | 8 +-
>> 19 files changed, 207 insertions(+), 270 deletions(-)
>
> .....
>
>
>> diff --git a/arch/arm/dts/stm32f429-disco-u-boot.dtsi b/arch/arm/dts/stm32f429-disco-u-boot.dtsi
>> index c993f86be8..dcc68c4bcc 100644
>> --- a/arch/arm/dts/stm32f429-disco-u-boot.dtsi
>> +++ b/arch/arm/dts/stm32f429-disco-u-boot.dtsi
>> @@ -27,7 +27,7 @@
>> soc {
>> u-boot,dm-pre-reloc;
>> - pin-controller {
>> + pinctrl at 40020000 {
>> u-boot,dm-pre-reloc;
>> };
>>
>
> NIT: can be simply by using alias
>
> &pinctrl {
> u-boot,dm-pre-reloc;
> };
>
>
>
>> @@ -193,6 +193,6 @@
>> u-boot,dm-pre-reloc;
>> };
>> -&timer5 {
>> +&timers5 {
>> u-boot,dm-pre-reloc;
>> };
>
>
> ...
>
>
>> diff --git a/arch/arm/dts/stm32f469-disco-u-boot.dtsi b/arch/arm/dts/stm32f469-disco-u-boot.dtsi
>> index cd173623ef..7f012b49f0 100644
>> --- a/arch/arm/dts/stm32f469-disco-u-boot.dtsi
>> +++ b/arch/arm/dts/stm32f469-disco-u-boot.dtsi
>> @@ -28,7 +28,7 @@
>> soc {
>> u-boot,dm-pre-reloc;
>> - pin-controller {
>> + pinctrl at 40020000 {
>> u-boot,dm-pre-reloc;
>> };
>
> NIT: can be simply by using alias
>
> &pinctrl {
> u-boot,dm-pre-reloc;
> };
>
>
>> @@ -256,6 +256,6 @@
>> u-boot,dm-pre-reloc;
>> };
>> -&timer5 {
>> +&timers5 {
>> u-boot,dm-pre-reloc;
>> };
>
> ...
>
>
> 2 NITS
>
>
> Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
>
> Thanks
> Patrick
>
Applied to u-boot-stm32/next
Thanks
More information about the U-Boot
mailing list