mbox series

[GIT,PULL] Ux500 DTS changes for the v5.15 kernel cycle

Message ID CACRpkdbjBv5ywZZD8rK07d5sLcHsG8o4iYD-3jHO=HLg6-nKnA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Ux500 DTS changes for the v5.15 kernel cycle | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/ux500-dts-v5.15-1

Message

Linus Walleij Aug. 3, 2021, 12:25 p.m. UTC
Hi SoC maintainers,

here is a first set of DTS changes for v5.15 that would be nice if
you could pull into the appropriate DTS branch in the SoC tree.

The details are in the signed tag, mainly some new phones,
and some generic fixes.

Please pull it in!

Yours,
Linus Walleij

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/linusw/linux-nomadik.git
tags/ux500-dts-v5.15-1

for you to fetch changes up to fe2fc0fd379371af510caf39181460f2eed4c35b:

  ARM: dts: ux500: Adjust operating points to reality (2021-08-02
01:41:59 +0200)

----------------------------------------------------------------
Ux500 Device Tree updates for the v5.15 kernel cycle:

- New device trees for these mobile phones:
  - Samsung Gavini
  - Samsung Codina
  - Samsung Kyle
- Flag eMMC cards as non-SD non-SDIO to save time
- Link USB PHY to USB controller in the device tree
- Fix up the operating points to the actual clock frequencies

----------------------------------------------------------------
Linus Walleij (5):
      ARM: dts: ux500: Add device tree for Samsung Gavini
      ARM: dts: ux500: Flag eMMCs as non-SDIO/SD
      ARM: dts: ux500: Add devicetree for Codina
      ARM: dts: ux500: Add a device tree for Kyle
      ARM: dts: ux500: Adjust operating points to reality

Stephan Gerhold (1):
      ARM: dts: ux500: ab8500: Link USB PHY to USB controller node

 arch/arm/boot/dts/Makefile                     |   5 +-
 arch/arm/boot/dts/ste-ab8500.dtsi              |   8 +-
 arch/arm/boot/dts/ste-ab8505.dtsi              |   6 +
 arch/arm/boot/dts/ste-db8500.dtsi              |   7 +-
 arch/arm/boot/dts/ste-db8520.dtsi              |   7 +-
 arch/arm/boot/dts/ste-db9500.dtsi              |   9 +-
 arch/arm/boot/dts/ste-dbx5x0-pinctrl.dtsi      |  18 +
 arch/arm/boot/dts/ste-href.dtsi                |   4 +
 arch/arm/boot/dts/ste-snowball.dts             |   2 +
 arch/arm/boot/dts/ste-ux500-samsung-codina.dts | 863 +++++++++++++++++++++++++
 arch/arm/boot/dts/ste-ux500-samsung-gavini.dts | 854 ++++++++++++++++++++++++
 arch/arm/boot/dts/ste-ux500-samsung-golden.dts |   2 +
 arch/arm/boot/dts/ste-ux500-samsung-janice.dts |   2 +
 arch/arm/boot/dts/ste-ux500-samsung-kyle.dts   | 664 +++++++++++++++++++
 arch/arm/boot/dts/ste-ux500-samsung-skomer.dts |   2 +
 15 files changed, 2438 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/boot/dts/ste-ux500-samsung-codina.dts
 create mode 100644 arch/arm/boot/dts/ste-ux500-samsung-gavini.dts
 create mode 100644 arch/arm/boot/dts/ste-ux500-samsung-kyle.dts

Comments

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

On Tue, 3 Aug 2021 14:25:15 +0200, Linus Walleij wrote:
> here is a first set of DTS changes for v5.15 that would be nice if
> you could pull into the appropriate DTS branch in the SoC tree.
> 
> The details are in the signed tag, mainly some new phones,
> and some generic fixes.
> 
> Please pull it in!
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 72ee3b4dc2c8c56aca2608a0c04d0eedaf6fdc67

       Arnd