All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jernej Skrabec <jernej@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: wens@csie.org, samuel@sholland.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev
Subject: [GIT PULL] Allwinner device tree changes for 6.5
Date: Fri, 9 Jun 2023 23:04:52 +0200	[thread overview]
Message-ID: <20230609210452.GA17638@jernej-laptop> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Jernej Skrabec <jernej@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: wens@csie.org, samuel@sholland.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev
Subject: [GIT PULL] Allwinner device tree changes for 6.5
Date: Fri, 9 Jun 2023 23:04:52 +0200	[thread overview]
Message-ID: <20230609210452.GA17638@jernej-laptop> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-06-09 21:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 21:04 Jernej Skrabec [this message]
2023-06-09 21:04 ` [GIT PULL] Allwinner device tree changes for 6.5 Jernej Skrabec
2023-06-20 21:21 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230609210452.GA17638@jernej-laptop \
    --to=jernej@kernel.org \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=samuel@sholland.org \
    --cc=soc@kernel.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.