Skip to content

Commit e04381e

Browse files
committed
Merge tag 'samsung-dt64-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/dt
Samsung DTS ARM64 changes for v6.16 1. Tesla FSD: Add Ethernet. 2. ExynosAutov920: Add more serial nodes, clock controllers for CPU cluster CL0, CL1 and CL2. 3. New Exynos7870 SoC with pretty decent coverage: pin controllers, clock controllers, I2C, MMC, serial and USB. New boards using Exynos7870: Samsung Galaxy J7 Prime, Samsung Galaxy A2 Core and Samsung Galaxy J6. 4. Google GS101: Add pmu-intr-gen syscon node for proper CPU hotplug. 5. Switch USI (serial engines) nodes to new samsung,mode constant coming with DT bindings v6.15-rc1. * tag 'samsung-dt64-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: arm64: dts: exynos: gs101: add pmu-intr-gen syscon node arm64: dts: exynos: add initial support for Samsung Galaxy J6 arm64: dts: exynos: add initial support for Samsung Galaxy A2 Core arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime arm64: dts: exynos: add initial devicetree support for exynos7870 dt-bindings: arm: samsung: add compatibles for exynos7870 devices arm64: dts: exynosautov920: add cpucl1/2 clock DT nodes arm64: dts: exynosautov920: add cpucl0 clock DT nodes arm64: dts: exynos: Add DT node for all UART ports arm64: dts: exynos: update all samsung,mode constants arm64: dts: fsd: Add Ethernet support for PERIC Block of FSD SoC arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 87901f6 + aaf0242 commit e04381e

File tree

15 files changed

+4406
-35
lines changed

15 files changed

+4406
-35
lines changed

Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ properties:
212212
- samsung,exynos7-espresso # Samsung Exynos7 Espresso
213213
- const: samsung,exynos7
214214

215+
- description: Exynos7870 based boards
216+
items:
217+
- enum:
218+
- samsung,a2corelte # Samsung Galaxy A2 Core
219+
- samsung,j6lte # Samsung Galaxy J6
220+
- samsung,on7xelte # Samsung Galaxy J7 Prime
221+
- const: samsung,exynos7870
222+
215223
- description: Exynos7885 based boards
216224
items:
217225
- enum:

arch/arm64/boot/dts/exynos/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ dtb-$(CONFIG_ARCH_EXYNOS) += \
55
exynos5433-tm2.dtb \
66
exynos5433-tm2e.dtb \
77
exynos7-espresso.dtb \
8+
exynos7870-a2corelte.dtb \
9+
exynos7870-j6lte.dtb \
10+
exynos7870-on7xelte.dtb \
811
exynos7885-jackpotlte.dtb \
912
exynos850-e850-96.dtb \
1013
exynos8895-dreamlte.dtb \

0 commit comments

Comments
 (0)