[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250204-exynos7870-v2-0-56313165ef0c@disroot.org>
Date: Tue, 04 Feb 2025 02:16:08 +0530
From: Kaustabh Chakraborty <kauschluss@...root.org>
To: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk@...nel.org>,
Conor Dooley <conor@...nel.org>, Alim Akhtar <alim.akhtar@...sung.com>,
Kees Cook <kees@...nel.org>, Tony Luck <tony.luck@...el.com>,
"Guilherme G. Piccoli" <gpiccoli@...lia.com>
Cc: Sergey Lisov <sleirsgoevy@...il.com>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-hardening@...r.kernel.org,
Kaustabh Chakraborty <kauschluss@...root.org>
Subject: [PATCH v2 0/5] Add support for the Exynos7870 SoC, along with
three devices
Samsung Exynos 7870 (codename: Joshua) is an ARM-v8 system-on-chip that was
announced in 2016. The chipset was found in several popular mid-range to
low-end Samsung phones, released within 2016 to 2019.
This patch series aims to add support for Exynos 7870, starting with the
most basic yet essential components such as CPU, GPU, clock controllers,
PMIC, pin controllers, etc.
Moreover, the series also adds support for three Exynos 7870 devices via
devicetree. The devices are:
* Samsung Galaxy J7 Prime - released 2016, codename on7xelte
* Samsung Galaxy J6 - released 2018, codename j6lte
* Samsung Galaxy A2 Core - released 2019, codename a2corelte
Additional features implemented in this series include:
* I2C - touchscreen, IIO sensors, etc.
* UART - bluetooth and serial debugging
* MMC - eMMC, Wi-Fi SDIO, SDCard
* USB - micro-USB 2.0 interface
The series has commits from me and Sergey, who has given me permission
to upstream their patches with proper attribution.
Here is a list of all sub-series:
* bootmode - https://lore.kernel.org/all/20250204-exynos7870-bootmode-v1-1-0f17b3033c2d@disroot.org/
* chipid - https://lore.kernel.org/all/20250204-exynos7870-chipid-v1-0-0bf2db08e621@disroot.org/
* gpu - https://lore.kernel.org/all/20250204-exynos7870-gpu-v1-1-0db4c163a030@disroot.org/
* i2c - https://lore.kernel.org/all/20250204-exynos7870-i2c-v1-0-63d67871ab7e@disroot.org/
* mmc - https://lore.kernel.org/all/20250204-exynos7870-mmc-v1-0-c87cfc72be4a@disroot.org/
* pinctrl - https://lore.kernel.org/all/20250204-exynos7870-pinctrl-v1-0-77b9800749b7@disroot.org/
* pmic-regulators - https://lore.kernel.org/all/20250204-exynos7870-pmic-regulators-v1-0-05adad38102c@disroot.org/
* pmu-clocks - https://lore.kernel.org/all/20250204-exynos7870-pmu-clocks-v1-0-a3030ae5bb53@disroot.org/
* uart - https://lore.kernel.org/all/20250204-exynos7870-uart-v1-0-06be6aa96284@disroot.org/
* usb - https://lore.kernel.org/all/20250204-exynos7870-usb-v1-0-a7753f8183a4@disroot.org/
* usbphy - https://lore.kernel.org/all/20250204-exynos7870-usbphy-v1-0-f30a9857efeb@disroot.org/
(Legend: [R]eviewed, [A]pplied)
Signed-off-by: Kaustabh Chakraborty <kauschluss@...root.org>
---
Changes in v2:
- Redo a few commit descriptions.
- Split patchsets into multiple sub-series, subsystem-wise.
- Link to v1: https://lore.kernel.org/r/20250203-exynos7870-v1-0-2b6df476a3f0@disroot.org
---
Kaustabh Chakraborty (5):
dt-bindings: arm: samsung: add compatibles for exynos7870 devices
arm64: dts: exynos: add initial devicetree support for exynos7870
arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime
arm64: dts: exynos: add initial support for Samsung Galaxy A2 Core
arm64: dts: exynos: add initial support for Samsung Galaxy J6
.../bindings/arm/samsung/samsung-boards.yaml | 8 +
arch/arm64/boot/dts/exynos/Makefile | 3 +
.../arm64/boot/dts/exynos/exynos7870-a2corelte.dts | 619 ++++++++++++
arch/arm64/boot/dts/exynos/exynos7870-j6lte.dts | 606 ++++++++++++
arch/arm64/boot/dts/exynos/exynos7870-on7xelte.dts | 654 +++++++++++++
arch/arm64/boot/dts/exynos/exynos7870-pinctrl.dtsi | 1035 ++++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7870.dtsi | 722 ++++++++++++++
7 files changed, 3647 insertions(+)
---
base-commit: df4b2bbff898227db0c14264ac7edd634e79f755
change-id: 20250201-exynos7870-049587e4b7df
Best regards,
--
Kaustabh Chakraborty <kauschluss@...root.org>
Powered by blists - more mailing lists