SOC Archive mirror
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic ARM64 DT updates for v6.10
Date: Fri, 3 May 2024 10:32:04 +0200	[thread overview]
Message-ID: <6030a450-fb4e-4e27-a5c3-6f4e0f326d9a@linaro.org> (raw)

Hi,

Here's a set of Amlogic ARM64 DT changes for v6.10, with:
- Initial Amlogic A4 & A5 support
- MIPI DSI support for G12A, G12B & SM1 SoCs
- Overlay for Khadas TS050 panel for the Khadas VIM3/VIM3L
- Amlogic T7 reset controller
- New board: MNT Reform 2 CM4 adapter with a BPI-CM4 Module, AV400 (Amlogic A5),
BA400 (Amlogic A4)

Neil

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-arm64-dt-for-v6.10

for you to fetch changes up to a42f2e9ba13b8a4c556f43ed99e22ae14fb73130:

   arm64: dts: amlogic: Add Amlogic T7 reset controller (2024-04-23 10:04:25 +0200)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v6.10:
- New Boards:
   - MNT Reform 2 CM4 adapter with a BPI-CM4 Module
   - AV400 (Amlogic A5)
   - BA400 (Amlogic A4)
- Initial Amlogic A4 & A5 support
- MIPI DSI support for G12A, G12B & SM1 SoCs
- Overlay for Khadas TS050 panel for the Khadas VIM3/VIM3L
- Amlogic T7 reset controller

----------------------------------------------------------------
Neil Armstrong (4):
       dt-bindings: arm: amlogic: Document the MNT Reform 2 CM4 adapter with a BPI-CM4 Module
       arm64: meson: g12-common: add the MIPI DSI nodes
       arm64: meson: khadas-vim3l: add TS050 DSI panel overlay
       arm64: dts: amlogic: meson-g12b-bananapi-cm4: add support for MNT Reform2 with CM4 adaper

Xianwei Zhao (6):
       arm64: dts: meson: fix S4 power-controller node
       dt-bindings: arm: amlogic: add A4 support
       dt-bindings: arm: amlogic: add A5 support
       dt-bindings: serial: amlogic,meson-uart: Add compatible string for A4
       arm64: dts: add support for A4 based Amlogic BA400
       arm64: dts: add support for A5 based Amlogic AV400

Zelong Dong (1):
       arm64: dts: amlogic: Add Amlogic T7 reset controller

  Documentation/devicetree/bindings/arm/amlogic.yaml |  13 +
  .../bindings/serial/amlogic,meson-uart.yaml        |   4 +-
  arch/arm64/boot/dts/amlogic/Makefile               |   7 +
  .../boot/dts/amlogic/amlogic-a4-a113l2-ba400.dts   |  42 +++
  arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi |  66 ++++
  arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi        |  40 +++
  .../boot/dts/amlogic/amlogic-a5-a113x2-av400.dts   |  42 +++
  arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi        |  40 +++
  arch/arm64/boot/dts/amlogic/amlogic-t7-reset.h     | 197 +++++++++++
  arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi        |   7 +
  arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi  |  70 ++++
  .../meson-g12b-bananapi-cm4-mnt-reform2.dts        | 384 +++++++++++++++++++++
  .../boot/dts/amlogic/meson-khadas-vim3-ts050.dtso  | 108 ++++++
  arch/arm64/boot/dts/amlogic/meson-s4.dtsi          |  13 +-
  14 files changed, 1028 insertions(+), 5 deletions(-)
  create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a4-a113l2-ba400.dts
  create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi
  create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi
  create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a5-a113x2-av400.dts
  create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi
  create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-t7-reset.h
  create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-bananapi-cm4-mnt-reform2.dts
  create mode 100644 arch/arm64/boot/dts/amlogic/meson-khadas-vim3-ts050.dtso

             reply	other threads:[~2024-05-03  8:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  8:32 Neil Armstrong [this message]
2024-05-07  9:40 ` [GIT PULL] amlogic ARM64 DT updates for v6.10 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=6030a450-fb4e-4e27-a5c3-6f4e0f326d9a@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=arm@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).