Skip to content

Commit 1602397

Browse files
committed
Merge tag 'samsung-drivers-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/dt
Samsung SoC drivers for v6.13 Add Samsung ChipID driver support for new SoCs: Exynos8895, Exynos990 and Exynos9810. * tag 'samsung-drivers-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: soc: samsung: exynos-chipid: Add support for Exynos9810 SoC dt-bindings: hwinfo: samsung,exynos-chipid: Add Samsung exynos9810 compatible soc: samsung: exynos-chipid: Add support for Exynos 990 chipid dt-bindings: hwinfo: exynos-chipid: Add compatible for Exynos 990 chipid soc: samsung: exynos-chipid: add exynos8895 SoC support dt-bindings: hwinfo: samsung,exynos-chipid: add exynos8895 compatible Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 94dd51c + fd0b358 commit 1602397

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ properties:
2323
- items:
2424
- enum:
2525
- samsung,exynos7885-chipid
26+
- samsung,exynos8895-chipid
27+
- samsung,exynos9810-chipid
28+
- samsung,exynos990-chipid
2629
- samsung,exynosautov9-chipid
2730
- samsung,exynosautov920-chipid
2831
- const: samsung,exynos850-chipid

drivers/soc/samsung/exynos-chipid.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ static const struct exynos_soc_id {
5858
/* Compatible with: samsung,exynos850-chipid */
5959
{ "EXYNOS7885", 0xE7885000 },
6060
{ "EXYNOS850", 0xE3830000 },
61+
{ "EXYNOS8895", 0xE8895000 },
62+
{ "EXYNOS9810", 0xE9810000 },
63+
{ "EXYNOS990", 0xE9830000 },
6164
{ "EXYNOSAUTOV9", 0xAAA80000 },
6265
{ "EXYNOSAUTOV920", 0x0A920000 },
6366
};

0 commit comments

Comments
 (0)