mbox series

[GIT,PULL] STi DT update for v5.18 #1

Message ID f7d9ebf8-3f75-35bf-974e-a1a0651e8c63@foss.st.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] STi DT update for v5.18 #1 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-v5.18-round1

Message

Patrice CHOTARD Feb. 15, 2022, 5:32 p.m. UTC
Dear ARM SoC maintainers,

Please consider this first round of STi DT updates for v5.18.

Thanks
Patrice

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-v5.18-round1

for you to fetch changes up to 44d5061fe2fd31928fae4c5a5623c0365f60e2d0:

  ARM: dts: sti: move usb picophy nodes out of soc in stih418.dtsi (2022-02-15 18:08:55 +0100)

----------------------------------------------------------------
STi DT update:
- various DT fixes to avoid warnings when build with W=1
- DT clean-up

----------------------------------------------------------------
Alain Volmat (7):
      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: 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

 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

Arnd Bergmann Feb. 25, 2022, 3 p.m. UTC | #1
On Tue, Feb 15, 2022 at 6:32 PM Patrice CHOTARD
<patrice.chotard@foss.st.com> wrote:
>
> Dear ARM SoC maintainers,
>
> Please consider this first round of STi DT updates for v5.18.
>
> Thanks
> Patrice
>
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
>
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
>
> are available in the Git repository at:
>
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-v5.18-round1
>

You got the wrong URL here, please change your .git/config file to
have a separate
'pushurl' and 'url' line, with the latter pointing to the https address.

Pulled this one manually.

         Arnd