mbox series

[GIT,PULL] ARM: Visconti: device tree changes for 5.16

Message ID YWoH3g7vU1ZEAp+P@toshiba.co.jp (mailing list archive)
State Mainlined, archived
Commit 518d432fd52913c8cb2fe20b140b182f07e0357d
Headers show
Series [GIT,PULL] ARM: Visconti: device tree changes for 5.16 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git tags/visconti-arm-dt-for-v5.16

Message

Nobuhiro Iwamatsu Oct. 15, 2021, 10:59 p.m. UTC
Hi SoC team,

This request includes the PCIe and VisROBO VRB board DT patch for the
Visconti SoC.
Please pull for v5.16 kernel cycle.

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git tags/visconti-arm-dt-for-v5.16

for you to fetch changes up to 518d432fd52913c8cb2fe20b140b182f07e0357d:

  arm64: dts: visconti: Add DTS for the VisROBO board (2021-10-16 07:09:42 +0900)

----------------------------------------------------------------
Visconti device tree updates for 5.16

 - Add DT support for Toshiba Visconti5 PCIe driver
 - Add 150MHz fixed clock to TMPV7708 SoC
 - Add DT support for VisROBO VRB boardi

----------------------------------------------------------------
Nobuhiro Iwamatsu (1):
      arm64: dts: visconti: Add PCIe host controller support for TMPV7708 SoC

Yuji Ishikawa (3):
      arm64: dts: visconti: Add 150MHz fixed clock to TMPV7708 SoC
      dt-bindings: arm: toshiba: Add the TMPV7708 VisROBO VRB board
      arm64: dts: visconti: Add DTS for the VisROBO board

 Documentation/devicetree/bindings/arm/toshiba.yaml    |  1 +
 arch/arm64/boot/dts/toshiba/Makefile                  |  1 +
 arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts      |  6 ++++++
 arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts  | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi | 44 ++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi             | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 172 insertions(+)
 create mode 100644 arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts
 create mode 100644 arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi

Comments

Arnd Bergmann Oct. 20, 2021, 2:50 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 07:59:42 +0900, Nobuhiro Iwamatsu wrote:
> This request includes the PCIe and VisROBO VRB board DT patch for the
> Visconti SoC.
> Please pull for v5.16 kernel cycle.
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 06ddf8fb43370fd2ce5e2b66a77d159ae13b388a

       Arnd