From: Krzysztof Kozlowski <krzk@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>, soc@lists.linux.dev
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Peter Griffin <peter.griffin@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL 2/4] arm64: dts: samsung: dts for v7.1
Date: Tue, 24 Mar 2026 13:58:22 +0100 [thread overview]
Message-ID: <20260324125821.59728-6-krzk@kernel.org> (raw)
In-Reply-To: <20260324125821.59728-5-krzk@kernel.org>
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-7.1
for you to fetch changes up to 90f771a9745476a5e2b95b5efe225a943c090bb9:
arm64: dts: exynos8895: Move I2C address/size-cells to DTSI (2026-03-10 17:04:20 +0100)
----------------------------------------------------------------
Samsung DTS ARM64 changes for v7.1
1. Add initial support for Axis ARTPEC-9 SoC and Alfred board using it.
Just like ARTPEC-8, this is a derivative of Samsung Exynos SoC made
for Axis, sharing most or all of core SoC blocks with Samsung
designs.
2. New boards: Exynos7870 based Samsung Galaxy J7 (2016) and Samsung
Galaxy J5 (2017).
3. Google GS101 Pixel phone: describe all PMIC regulators and Maxim
fuel-gauge.
4. ExynosAutov920: add G3D (GPU) clock controller (CMU).
----------------------------------------------------------------
Andras Sebok (1):
arm64: dts: exynos: add initial support for Samsung Galaxy J5
André Draszik (2):
arm64: dts: exynos: gs101-pixel: add all S2MPG1x regulators
arm64: dts: exynos: gs101-pixel-common: add Maxim MAX77759 fuel gauge
GyoungBo Min (1):
dt-bindings: clock: Add ARTPEC-9 clock controller
Kaustabh Chakraborty (2):
dt-bindings: arm: samsung: add compatible for samsung-j7xelte
dt-bindings: arm: samsung: add compatible for samsung-j5y17lte
Krzysztof Kozlowski (3):
arm64: dts: axis: artpec9: Fix missing soc unit address
arm64: dts: exynos7870: Move I2C address/size-cells to DTSI
arm64: dts: exynos8895: Move I2C address/size-cells to DTSI
Raghav Sharma (1):
arm64: dts: exynosautov920: add CMU_G3D clock DT nodes
Ravi Patel (2):
dt-bindings: arm: axis: Add ARTPEC-9 alfred board
arm64: dts: axis: Add ARTPEC-9 Alfred board support
Rayan Marzouk (1):
arm64: dts: exynos: add initial support for Samsung Galaxy J7 (2016)
SungMin Park (1):
arm64: dts: exynos: axis: Add initial ARTPEC-9 SoC support
Documentation/devicetree/bindings/arm/axis.yaml | 6 +
.../bindings/arm/samsung/samsung-boards.yaml | 2 +
.../bindings/clock/axis,artpec9-clock.yaml | 232 +++++++++
arch/arm64/boot/dts/exynos/Makefile | 2 +
arch/arm64/boot/dts/exynos/axis/Makefile | 3 +-
arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts | 36 ++
.../boot/dts/exynos/axis/artpec9-pinctrl.dtsi | 115 +++++
arch/arm64/boot/dts/exynos/axis/artpec9.dtsi | 277 +++++++++++
.../arm64/boot/dts/exynos/exynos7870-a2corelte.dts | 9 -
arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts | 523 ++++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7870-j6lte.dts | 6 -
arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts | 494 +++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7870-on7xelte.dts | 9 -
arch/arm64/boot/dts/exynos/exynos7870.dtsi | 48 ++
arch/arm64/boot/dts/exynos/exynos8895-dreamlte.dts | 2 -
arch/arm64/boot/dts/exynos/exynos8895.dtsi | 128 +++++
arch/arm64/boot/dts/exynos/exynosautov920.dtsi | 13 +
arch/arm64/boot/dts/exynos/google/gs101-oriole.dts | 22 +
.../boot/dts/exynos/google/gs101-pixel-common.dtsi | 528 ++++++++++++++++++++-
arch/arm64/boot/dts/exynos/google/gs101-raven.dts | 18 +
include/dt-bindings/clock/axis,artpec9-clk.h | 195 ++++++++
21 files changed, 2640 insertions(+), 28 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec9-clock.yaml
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts
create mode 100644 arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts
create mode 100644 include/dt-bindings/clock/axis,artpec9-clk.h
next prev parent reply other threads:[~2026-03-24 12:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
2026-03-24 12:58 ` Krzysztof Kozlowski [this message]
2026-03-24 12:58 ` [GIT PULL 3/4] ARM: dts: samsung: dts " Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 4/4] ARM: samsung: mach code " Krzysztof Kozlowski
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=20260324125821.59728-6-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=peter.griffin@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox