From: Sven Peter <sven@kernel.org>
To: soc@lists.linux.dev
Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Sven Peter <sven@kernel.org>
Subject: [GIT PULL 2/2] Apple SoC device tree changes for v6.17
Date: Tue, 22 Jul 2025 18:32:58 +0200 [thread overview]
Message-ID: <20250722163258.62424-2-sven@kernel.org> (raw)
In-Reply-To: <20250722163258.62424-1-sven@kernel.org>
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sven/linux.git apple-soc-dt-6.17
for you to fetch changes up to 76f3ffeb41d8700c22005211521bf692f2551668:
arm64: dts: apple: Add Apple SoC GPU (2025-07-21 15:22:10 +0000)
----------------------------------------------------------------
Apple SoC device tree changes for v6.17
- Added the bindings and nodes for Apple SoC GPU. The driver itself
isn't ready for upstreaming yet due to rust dependencies but we're
confident that the bindings are stable at this point.
- Added a missing node for the touchbar framebuffer to Apple T2 device
trees, which is the BMC for some x86 Macs
- Fixed a W=1 warning by adding bit offsets to NVMEM node names. This
required a change to the generic NVMEM cell binding which will be part
of 6.17 through the NVMEM tree.
Signed-off-by: Sven Peter <sven@kernel.org>
----------------------------------------------------------------
Nick Chan (1):
arm64: dts: apple: t8012-j132: Include touchbar framebuffer node
Sasha Finkelstein (2):
dt-bindings: gpu: Add Apple SoC GPU
arm64: dts: apple: Add Apple SoC GPU
Sven Peter (1):
arm64: dts: apple: Add bit offset to PMIC NVMEM node names
.../devicetree/bindings/gpu/apple,agx.yaml | 94 ++++++++++++++++++++++
MAINTAINERS | 1 +
arch/arm64/boot/dts/apple/t6000.dtsi | 4 +
arch/arm64/boot/dts/apple/t6001.dtsi | 4 +
arch/arm64/boot/dts/apple/t6002.dtsi | 4 +
arch/arm64/boot/dts/apple/t600x-common.dtsi | 34 ++++++++
arch/arm64/boot/dts/apple/t600x-die0.dtsi | 34 +++++++-
arch/arm64/boot/dts/apple/t8012-j132.dts | 1 +
arch/arm64/boot/dts/apple/t8103.dtsi | 68 +++++++++++++++-
arch/arm64/boot/dts/apple/t8112.dtsi | 68 +++++++++++++++-
10 files changed, 303 insertions(+), 9 deletions(-)
create mode 100644 Documentation/devicetree/bindings/gpu/apple,agx.yaml
prev parent reply other threads:[~2025-07-22 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-22 16:32 [GIT PULL 1/2] Apple SoC driver changes for v6.17 Sven Peter
2025-07-22 16:32 ` Sven Peter [this message]
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=20250722163258.62424-2-sven@kernel.org \
--to=sven@kernel.org \
--cc=asahi@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=soc@lists.linux.dev \
/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.