mbox series

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

Message ID 1d95209f-9cb4-47a3-2696-7a93df7cdc05@foss.st.com (mailing list archive)
State Mainlined, archived
Commit f9807f9cb396544ab6bdb4f4451505211ca602f7
Headers show
Series [GIT,PULL] STi DT update for v5.15 #1 | expand

Pull-request

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

Message

Patrice CHOTARD Aug. 6, 2021, 7:45 a.m. UTC
Hi

This STi DT update is dedicated for v5.15. 
It provides mainly clocks update and introduces a new board.

Thanks
Patrice

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f9807f9cb396544ab6bdb4f4451505211ca602f7:

  ARM: dts: sti: remove clk_ignore_unused from bootargs for stih410-b2260 (2021-08-06 09:30:03 +0200)

----------------------------------------------------------------
Highlights:
-----------
  - Introduce 4KOpen STiH418-b2264 board
  - Remove clk_ignore_unused from STi boards DT
  - Remove clock-output-names and clk_critical properties
  - Update some clock compatible

----------------------------------------------------------------
Alain Volmat (13):
      ARM: dts: sti: update flexgen compatible within stih418-clock
      ARM: dts: sti: update flexgen compatible within stih407-clock
      ARM: dts: sti: update flexgen compatible within stih410-clock
      ARM: dts: sti: update clkgen-pll entries in stih407-clock
      ARM: dts: sti: update clkgen-pll entries in stih410-clock
      ARM: dts: sti: update clkgen-pll entries in stih418-clock
      ARM: dts: sti: update clkgen-fsyn entries in stih407-clock
      ARM: dts: sti: update clkgen-fsyn entries in stih410-clock
      ARM: dts: sti: update clkgen-fsyn entries in stih418-clock
      ARM: dts: sti: add the spinor controller node within stih407-family
      ARM: dts: sti: disable rng11 on the stih418 platform
      ARM: dts: sti: add the thermal sensor node within stih418
      ARM: dts: sti: Introduce 4KOpen (stih418-b2264) board

Patrice Chotard (4):
      ARM: dts: sti: remove clk_ignore_unused from bootargs for stih407-b2120
      ARM: dts: sti: remove clk_ignore_unused from bootargs for stih410-b2120
      ARM: dts: sti: remove clk_ignore_unused from bootargs for stih418-b2199
      ARM: dts: sti: remove clk_ignore_unused from bootargs for stih410-b2260

 arch/arm/boot/dts/Makefile            |   3 +-
 arch/arm/boot/dts/stih407-b2120.dts   |   1 -
 arch/arm/boot/dts/stih407-clock.dtsi  | 128 +++-------------------------
 arch/arm/boot/dts/stih407-family.dtsi |  15 ++++
 arch/arm/boot/dts/stih410-b2120.dts   |   1 -
 arch/arm/boot/dts/stih410-b2260.dts   |   1 -
 arch/arm/boot/dts/stih410-clock.dtsi  | 138 +++----------------------------
 arch/arm/boot/dts/stih418-b2199.dts   |   1 -
 arch/arm/boot/dts/stih418-b2264.dts   | 151 ++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/stih418-clock.dtsi  | 136 +++---------------------------
 arch/arm/boot/dts/stih418.dtsi        |  12 +++
 11 files changed, 215 insertions(+), 372 deletions(-)
 create mode 100644 arch/arm/boot/dts/stih418-b2264.dts

Comments

Arnd Bergmann Aug. 12, 2021, 9:05 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 6 Aug 2021 09:45:12 +0200, Patrice CHOTARD wrote:
> This STi DT update is dedicated for v5.15.
> It provides mainly clocks update and introduces a new board.
> 
> Thanks
> Patrice
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: f3e22d32e4ddef2980ff9c9c401f7b948030e0be

       Arnd