This patch series aims to add support for a generic platform which intends to support multiple boards powerid by Samsung Exynos SoCs. This series also includes initial support for three boards: * Samsung Galaxy A2 Core * Samsung Galaxy J6 * Samsung Galaxy J7 Prime
This patch has the following dependencies: (NOTE: `x` indicates applied) armv8-broken-cntfrq - https://patch.msgid.link/[email protected] clk-exynos7870 - https://patch.msgid.link/[email protected] gpio-s5p-bank-fix - https://patch.msgid.link/[email protected] i2c-hs-exynos7 - https://patch.msgid.link/[email protected] mmc-dw-exynos7870 - https://patch.msgid.link/[email protected] phy-usb-exynos7870 - https://patch.msgid.link/[email protected] pinctrl-exynos7870 - https://patch.msgid.link/[email protected] power-pmic-regulator-s2mpu05 - https://patch.msgid.link/20251017-power-pmic-regulator-s2mpu05-v1-0-91cadc0f4...@disroot.org serial-s5p-exynos8895 - https://patch.msgid.link/[email protected] soc-pmu-exynos7 - https://patch.msgid.link/[email protected] usb-dwc3-exynos7870 - https://patch.msgid.link/[email protected] Signed-off-by: Kaustabh Chakraborty <[email protected]> --- Changes in v2: - Split patch in multiple parts (Henrik Grimler) - Fix typos in docs and other small changes (Henrik Grimler) - Split device-specific docs in a separate file - Link to v1: https://lore.kernel.org/r/[email protected] --- Kaustabh Chakraborty (3): board: samsung: add support for Samsung Exynos mobile device boards board: samsung: exynos-mobile: add exynos7870 support and three devices doc: samsung: exynos-mobile: add documentation for exynos7870 arch/arm/mach-exynos/Kconfig | 11 +- board/samsung/exynos-mobile/Kconfig | 18 + board/samsung/exynos-mobile/MAINTAINERS | 6 + board/samsung/exynos-mobile/Makefile | 5 + .../samsung/exynos-mobile/debug-exynos7870.config | 7 + board/samsung/exynos-mobile/exynos-mobile.c | 403 +++++++++++++++++++++ board/samsung/exynos-mobile/exynos-mobile.env | 18 + configs/exynos-mobile_defconfig | 72 ++++ doc/board/samsung/exynos-mobile.rst | 45 +++ doc/board/samsung/exynos-mobile/exynos7870.rst | 85 +++++ doc/board/samsung/index.rst | 1 + include/configs/exynos-mobile.h | 14 + 12 files changed, 684 insertions(+), 1 deletion(-) --- base-commit: 582a04763aa80738c1c8ac60c47d1a5159a42833 change-id: 20251017-board-exynos-mobile-7c7d43832693 Best regards, -- Kaustabh Chakraborty <[email protected]>

