mbox series

[GIT,PULL] Allwinner device tree changes for 6.5

Message ID 20230609210452.GA17638@jernej-laptop (mailing list archive)
State Accepted
Commit 52d38cff94f8d601493774dfe0b161de1adba7e1
Headers show
Series [GIT,PULL] Allwinner device tree changes for 6.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.5-1

Message

Jernej Skrabec June 9, 2023, 9:04 p.m. UTC
Hi!

Please pull following DT changes for 6.5.

Best regards,
Jernej

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.5-1

for you to fetch changes up to 09d199b6dcb6bd94a1f00cfbfa1ee7d3841444b0:

  ARM: dts: axp209: Add iio-hwmon node for internal temperature (2023-05-31 23:15:24 +0200)

----------------------------------------------------------------
- fix DCLK clock names
- new board ICnova A20 ADB4006
- add D1 SPI node
- add bluetooth node for chip board
- add extra mmc2 pinmux to sun5i
- add axp209 iio-hwmon node

----------------------------------------------------------------
Jonathan McDowell (3):
      ARM: dts: sun5i: chip: Enable bluetooth
      ARM: dts: sun5i: Add port E pinmux settings for mmc2
      ARM: dts: axp209: Add iio-hwmon node for internal temperature

Ludwig Kormann (2):
      dt-bindings: arm: sunxi: add ICnova A20 ADB4006 binding
      arm: dts: sunxi: Add ICnova A20 ADB4006 board

Maksim Kiselev (1):
      riscv: dts: allwinner: d1: Add SPI controllers node

Roman Beranek (1):
      ARM: dts: sunxi: rename tcon's clock output

 Documentation/devicetree/bindings/arm/sunxi.yaml   |   6 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/axp209.dtsi                      |   7 ++
 arch/arm/boot/dts/sun5i-r8-chip.dts                |   6 +
 arch/arm/boot/dts/sun5i.dtsi                       |  11 +-
 arch/arm/boot/dts/sun7i-a20-icnova-a20-adb4006.dts | 137 +++++++++++++++++++++
 arch/arm/boot/dts/sun7i-a20-icnova-a20.dtsi        |  62 ++++++++++
 arch/arm/boot/dts/sun8i-a23-a33.dtsi               |   2 +-
 arch/arm/boot/dts/sun8i-a83t.dtsi                  |   2 +-
 arch/arm/boot/dts/sun8i-v3s.dtsi                   |   2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      |   2 +-
 arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi  |  37 ++++++
 12 files changed, 270 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun7i-a20-icnova-a20-adb4006.dts
 create mode 100644 arch/arm/boot/dts/sun7i-a20-icnova-a20.dtsi

Comments

patchwork-bot+linux-soc@kernel.org June 20, 2023, 9:21 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 9 Jun 2023 23:04:52 +0200 you wrote:
> Hi!
> 
> Please pull following DT changes for 6.5.
> 
> Best regards,
> Jernej
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Allwinner device tree changes for 6.5
    https://git.kernel.org/soc/soc/c/52d38cff94f8

You are awesome, thank you!