mbox series

[GIT,PULL] Allwinner device tree changes for 6.9

Message ID 20240223210408.GA9248@jernej-laptop (mailing list archive)
State Accepted
Commit 8511eaf682e32bc18fa524e75ccbfc8a56eac526
Headers show
Series [GIT,PULL] Allwinner device tree changes for 6.9 | expand

Pull-request

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

Message

Jernej Skrabec Feb. 23, 2024, 9:04 p.m. UTC
Hi!

Please pull following device tree changes for 6.9.

Note that this is based on top of fixes for 6.8:
https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-6.8-1

Best regards,
Jernej

The following changes since commit cbec657208bdd4bff4ff31cac5924aa18817027c:

  arm64: dts: allwinner: h616: Add Orange Pi Zero 2W to Makefile (2024-02-23 21:02:51 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f4318af40544b8e7ff5a6b667ede60e6cf808262:

  arm64: dts: allwinner: h616: Add thermal sensor and zones (2024-02-23 21:38:21 +0100)

----------------------------------------------------------------
- new H616 peripherals: SPDIF, DMA, THS
- H616 fanout pin configuration
- H6 SPDIF node update
- minor cleanups
- enabled regulator on FETA40i board
- added wifi to Transpeed 8K618-T board
- new boards: Jide Remix Mini PC, Sipeed Longan Module 3H and
  Longan Pi 3H

----------------------------------------------------------------
Andre Przywara (5):
      dt-bindings: vendor-prefixes: add Jide
      dt-bindings: arm: sunxi: document Remix Mini PC name
      arm64: dts: allwinner: Add Jide Remix Mini PC support
      arm64: dts: allwinner: h616: Add 32K fanout pin
      arm64: dts: allwinner: Transpeed 8K618-T: add WiFi nodes

Chen-Yu Tsai (3):
      arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF
      arm64: dts: allwinner: h616: Add DMA controller and DMA channels
      arm64: dts: allwinner: h616: Add SPDIF device node

Fuyao Kashizuku (1):
      ARM: dts: sun8i: Open FETA40i-C regulator aldo1

Jisheng Zhang (2):
      dt-bindings: arm: sunxi: Add Sipeed Longan Module 3H and Longan Pi 3H
      arm64: dts: allwinner: h616: Add Sipeed Longan SoM 3H and Pi 3H board support

Krzysztof Kozlowski (3):
      dt-bindings: sram: narrow regex for unit address to hex numbers
      arm64: dts: allwinner: use capital "OR" for multiple licenses in SPDX
      arm64: dts: allwinner: h616: minor whitespace cleanup

Martin Botka (1):
      arm64: dts: allwinner: h616: Add thermal sensor and zones

 Documentation/devicetree/bindings/arm/sunxi.yaml   |  12 +
 .../sram/allwinner,sun4i-a10-system-control.yaml   |   2 +-
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm/boot/dts/allwinner/sun8i-r40-feta40i.dtsi |   7 +
 arch/arm64/boot/dts/allwinner/Makefile             |   2 +
 .../boot/dts/allwinner/sun50i-h6-beelink-gs1.dts   |   2 +
 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi |   2 +
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi       |   7 +-
 .../sun50i-h616-bigtreetech-cb1-manta.dts          |   2 +-
 .../dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi |   4 +-
 .../dts/allwinner/sun50i-h616-bigtreetech-pi.dts   |   2 +-
 arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi     | 155 +++++++++
 .../allwinner/sun50i-h618-longan-module-3h.dtsi    |  75 +++++
 .../boot/dts/allwinner/sun50i-h618-longanpi-3h.dts | 144 +++++++++
 .../allwinner/sun50i-h618-transpeed-8k618-t.dts    |  23 ++
 .../dts/allwinner/sun50i-h64-remix-mini-pc.dts     | 356 +++++++++++++++++++++
 16 files changed, 788 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h618-longan-module-3h.dtsi
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h618-longanpi-3h.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h64-remix-mini-pc.dts

Comments

Arnd Bergmann March 1, 2024, 9:54 a.m. UTC | #1
On Fri, Feb 23, 2024, at 22:04, Jernej Skrabec wrote:
> Hi!
>
> Please pull following device tree changes for 6.9.
>
> Note that this is based on top of fixes for 6.8:
> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git 
> tags/sunxi-fixes-for-6.8-1
>

I've pulled it into the soc/dt branch manually, as b4 refused
to pull it because it got confused by the text above and
assumed it should pull from the fixes branch, which does not
match the commit ID below.

Having the stacked pull requests is otherwise the right idea,
just maybe next time only mention the branch name rather than
the URL that can confuse tools.

       Arnd

>
> The following changes since commit cbec657208bdd4bff4ff31cac5924aa18817027c:
>
>   arm64: dts: allwinner: h616: Add Orange Pi Zero 2W to Makefile 
> (2024-02-23 21:02:51 +0100)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git 
> tags/sunxi-dt-for-6.9-1
>
> for you to fetch changes up to f4318af40544b8e7ff5a6b667ede60e6cf808262:
Jernej Škrabec March 1, 2024, 5:22 p.m. UTC | #2
Dne petek, 01. marec 2024 ob 10:54:41 CET je Arnd Bergmann napisal(a):
> On Fri, Feb 23, 2024, at 22:04, Jernej Skrabec wrote:
> > Hi!
> >
> > Please pull following device tree changes for 6.9.
> >
> > Note that this is based on top of fixes for 6.8:
> > https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git 
> > tags/sunxi-fixes-for-6.8-1
> >
> 
> I've pulled it into the soc/dt branch manually, as b4 refused
> to pull it because it got confused by the text above and
> assumed it should pull from the fixes branch, which does not
> match the commit ID below.
> 
> Having the stacked pull requests is otherwise the right idea,
> just maybe next time only mention the branch name rather than
> the URL that can confuse tools.

Sorry about that. I'll do that next time.

Best regards,
Jernej

> 
>        Arnd
> 
> >
> > The following changes since commit cbec657208bdd4bff4ff31cac5924aa18817027c:
> >
> >   arm64: dts: allwinner: h616: Add Orange Pi Zero 2W to Makefile 
> > (2024-02-23 21:02:51 +0100)
> >
> > are available in the Git repository at:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git 
> > tags/sunxi-dt-for-6.9-1
> >
> > for you to fetch changes up to f4318af40544b8e7ff5a6b667ede60e6cf808262:
>
patchwork-bot+linux-soc@kernel.org March 4, 2024, 8:01 a.m. UTC | #3
Hello:

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

On Fri, 23 Feb 2024 22:04:08 +0100 you wrote:
> Hi!
> 
> Please pull following device tree changes for 6.9.
> 
> Note that this is based on top of fixes for 6.8:
> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-6.8-1
> 
> [...]

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

You are awesome, thank you!