[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231208074527.50840-1-jaewon02.kim@samsung.com>
Date: Fri, 8 Dec 2023 16:45:23 +0900
From: Jaewon Kim <jaewon02.kim@...sung.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
Rob Herring <robh+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Tomasz Figa <tomasz.figa@...il.com>,
Sylwester Nawrocki <s.nawrocki@...sung.com>,
Linus Walleij <linus.walleij@...aro.org>,
Thierry Reding <thierry.reding@...il.com>,
Uwe Kleine-K?nig <u.kleine-koenig@...gutronix.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>
Cc: linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-gpio@...r.kernel.org,
linux-pwm@...r.kernel.org, linux-serial@...r.kernel.org,
Jaewon Kim <jaewon02.kim@...sung.com>
Subject: [PATCH v3 0/4] Introduce ExynosAutov920 SoC and SADK board
ExynosAutov920[1] is ARMv8-based automotive-oriented SoC.
This SoC is the next generation of exynosautov9 and AE(Automotive Enhanced)
IPs are used for safety.
This patchset is the minimal set for ExynosAutov920 SoC and SADK board.
Currently, ramdisk console is available and Clock, UFS, and USI will be
added after this patchset.
[1] : https://semiconductor.samsung.com/processor/automotive-processor/exynos-auto-v920
---
Changes in v3:
- Split pinctrl driver change patch and v920 support patch
- Remove 'combine' variable and use offset variable
- Fix coding style warning in checkpatch with --strict option
- Fix CHECK_DTBS=y waring with W=1 option
- dt-binding document merged in v2
Changes in v2:
- Rebase to git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
branch : for-v6.8/samsung-bindings-compatibles
- Specific exynosautov920 compatible
- Add dt-binding patch for pmu, chipid
Jaewon Kim (4):
arm64: dts: exynos: add initial support for exynosautov920 SoC
arm64: dts: exynos: add minimal support for exynosautov920 sadk board
pinctrl: samsung: support ExynosAuto GPIO structure
pinctrl: samsung: add exynosautov920 pinctrl
arch/arm64/boot/dts/exynos/Makefile | 3 +-
.../dts/exynos/exynosautov920-pinctrl.dtsi | 1266 +++++++++++++++++
.../boot/dts/exynos/exynosautov920-sadk.dts | 88 ++
.../arm64/boot/dts/exynos/exynosautov920.dtsi | 314 ++++
.../pinctrl/samsung/pinctrl-exynos-arm64.c | 140 ++
drivers/pinctrl/samsung/pinctrl-exynos.c | 99 +-
drivers/pinctrl/samsung/pinctrl-exynos.h | 25 +
drivers/pinctrl/samsung/pinctrl-samsung.c | 5 +
drivers/pinctrl/samsung/pinctrl-samsung.h | 13 +
9 files changed, 1945 insertions(+), 8 deletions(-)
create mode 100644 arch/arm64/boot/dts/exynos/exynosautov920-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/exynosautov920-sadk.dts
create mode 100644 arch/arm64/boot/dts/exynos/exynosautov920.dtsi
--
2.43.0
Powered by blists - more mailing lists