All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick DELAUNAY <patrick.delaunay@st.com>
To: u-boot@lists.denx.de
Subject: [PATCH] ARM: dts: stm32mp1: DT alignment with Linux 5.7-rc2
Date: Thu, 14 May 2020 09:43:04 +0000	[thread overview]
Message-ID: <025b63a592fd47d5a7e79d57f831fd0f@SFHDAG6NODE3.st.com> (raw)
In-Reply-To: <20200430155234.1.If8f63efaa47eb0830ce241e3a62b2aa420e0883a@changeid>

Hi,

> From: Patrick DELAUNAY <patrick.delaunay@st.com>
> Sent: jeudi 30 avril 2020 15:53
> To: u-boot at lists.denx.de
> Cc: Patrick DELAUNAY <patrick.delaunay@st.com>; Marek Vasut
> <marex@denx.de>; Tom Rini <trini@konsulko.com>; U-Boot STM32 <uboot-
> stm32 at st-md-mailman.stormreply.com>
> Subject: [PATCH] ARM: dts: stm32mp1: DT alignment with Linux 5.7-rc2
> Importance: High
> 
> DT alignment with Linux 5.7-rc2, including the kernel commits
> 
> 431c89e6f323 ARM: dts: stm32: use correct vqmmc regu for eMMC on stm32mp1
> ED1/EV1 boards
> 79e965053872 ARM: dts: stm32: add disable-wp property for SD-card on
> STM32MP1 boards
> 877db62ea516 ARM: dts: stm32: add cd-gpios properties for SD-cards on
> STM32MP1 boards
> 7519e95ba5f8 ARM: dts: stm32: Do clean up in stmpic nodes on stm32mp15
> boards f68e2dbc591a ARM: dts: stm32: Rename stmfx joystick pins on
> stm32mp157c-ev1 d6210da4f8bf ARM: dts: stm32: add cpu clock-frequency
> property on stm32mp15x
> b65b6fc56925 ARM: dts: stm32: add wakeup-source in all I2C nodes of
> stm32mp157c 1c1cf5996cfb ARM: dts: stm32: add i2c4 sleep pinctrl on
> stm32mp157c-ed1
> bef15fc0fad9 ARM: dts: stm32: add i2c2/i2c5 sleep pinctrl on stm32mp157c-ev1
> b7fc0a87b9ac ARM: dts: stm32: add i2c4 sleep pinctrl on stm32mp15xx-dkx
> a5e557655285 ARM: dts: stm32: set i2c4 bus freq to 400KHz on stm32mp15 DK
> boards
> 8bc631b650a6 ARM: dts: stm32: set i2c4 bus freq to 400KHz on stm32mp157c-
> ed1
> fccd6a577bb3 ARM: dts: stm32: Correct stmfx node name on stm32mp157c-ev1
> board
> cc775a83db65 ARM: dts: stm32: add resets property on all DMA nodes on
> stm32mp151 c5fae093511b ARM: dts: stm32: enable USB OTG Dual Role on
> stm32mp157c-ev1
> 9879e2165758 ARM: dts: stm32: add USB OTG pinctrl to stm32mp15
> 82ac8a81f985 ARM: dts: stm32: add USB OTG full support on stm32mp151
> 8714b26e2863 ARM: dts: stm32: remove useless properties in stm32mp157a-
> avenger96 stmpic node a7959919709e ARM: dts: stm32: Add UART8 pins A
> pinmux entry on stm32mp1 4d7c53a684da ARM: dts: stm32: Add USART3 pins A
> pinmux entry on stm32mp1 80ab128332ee ARM: dts: stm32: Add SAI2A pins B
> pinmux entry on stm32mp1
> ab7f98c0c546 ARM: dts: stm32: Add Ethernet0 RMII pins A pinmux entry on
> stm32mp1
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> ---
> Hi,
> 
> Dependency with correction of GPIO support in SPL:
> 
> [v2,09/12] gpio: stm32: support gpio ops in SPL
> http://patchwork.ozlabs.org/project/uboot/patch/20200422142834.v2.9.I355ddbc80
> 4eba6047ea147d830be57a5b9c4a87e at changeid/
> 
> Patrick
> 
> 
>  arch/arm/dts/stm32mp15-pinctrl.dtsi | 92 +++++++++++++++++++++++++++++
>  arch/arm/dts/stm32mp151.dtsi        | 13 +++-
>  arch/arm/dts/stm32mp153.dtsi        |  1 +
>  arch/arm/dts/stm32mp157c-ed1.dts    | 12 ++--
>  arch/arm/dts/stm32mp157c-ev1.dts    | 13 ++--
>  arch/arm/dts/stm32mp15xx-dhcom.dtsi |  3 +-  arch/arm/dts/stm32mp15xx-
> dhcor.dtsi |  8 ---
>  arch/arm/dts/stm32mp15xx-dkx.dtsi   | 10 ++--
>  8 files changed, 126 insertions(+), 26 deletions(-)
> 

Applied to u-boot-stm/master, thanks!

Regards

Patrick

      parent reply	other threads:[~2020-05-14  9:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30 13:52 [PATCH] ARM: dts: stm32mp1: DT alignment with Linux 5.7-rc2 Patrick Delaunay
2020-05-11 14:01 ` [Uboot-stm32] " Patrice CHOTARD
2020-05-14  9:43 ` Patrick DELAUNAY [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=025b63a592fd47d5a7e79d57f831fd0f@SFHDAG6NODE3.st.com \
    --to=patrick.delaunay@st.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.