mbox series

[GIT,PULL] Allwinner device tree changes for 6.14

Message ID Z36h2FwUxro8rouO@wens.tw (mailing list archive)
State New
Headers show
Series [GIT,PULL] Allwinner device tree changes for 6.14 | expand

Pull-request

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

Message

Chen-Yu Tsai Jan. 8, 2025, 4:03 p.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8715c91a836502929c637c76a26335ede8818acf:

  arm64: dts: allwinner: a64: explicitly assign clock parent for TCON0 (2025-01-04 20:16:51 +0800)

----------------------------------------------------------------
Allwinner Device Tree changes for 6.14

- Add support for DMA engine and audio codec on F1C100s
  and enable audio codec on Lichee Pi Nano
- Add syscon and SRAM nodes for A100
- Enable CPU DVFS for Tanix TX1
- Explicitly configure TCON0 pixel clock parent according to display
  output used

This includes one commit shared with the clock tree

    dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI

which adds the macros for the TCON0 pixel clock parents.

----------------------------------------------------------------
Andre Przywara (1):
      arm64: dts: allwinner: h313: enable DVFS for Tanix TX1

Chen-Yu Tsai (1):
      Merge branch 'sunxi/shared-clk-ids-for-6.14' into sunxi/dt-for-6.14

Cody Eksal (2):
      dt-bindings: sram: sunxi-sram: Add A100 compatible
      arm64: dts: allwinner: a100: Add syscon nodes

Mesih Kilinc (3):
      ARM: dts: suniv: f1c100s: Add support for DMA
      ARM: dts: suniv: f1c100s: Add support for Audio Codec
      ARM: dts: suniv: f1c100s: Activate Audio Codec for Lichee Pi Nano

Vasily Khoruzhick (2):
      dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI
      arm64: dts: allwinner: a64: explicitly assign clock parent for TCON0

 .../sram/allwinner,sun4i-a10-system-control.yaml   |  4 ++-
 .../dts/allwinner/suniv-f1c100s-licheepi-nano.dts  |  8 ++++++
 arch/arm/boot/dts/allwinner/suniv-f1c100s.dtsi     | 24 ++++++++++++++++
 arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi     | 33 ++++++++++++++++++++++
 .../boot/dts/allwinner/sun50i-a64-pinebook.dts     |  2 ++
 .../boot/dts/allwinner/sun50i-a64-teres-i.dts      |  2 ++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      |  2 ++
 .../boot/dts/allwinner/sun50i-h313-tanix-tx1.dts   |  1 +
 include/dt-bindings/clock/sun50i-a64-ccu.h         |  2 ++
 9 files changed, 77 insertions(+), 1 deletion(-)