The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/6] arm64: dts: exynos8895: define usi and mmc nodes
@ 2025-01-04 16:43 Ivaylo Ivanov
  2025-01-04 16:43 ` [PATCH v2 1/6] dt-bindings: mmc: samsung,exynos-dw-mshc: add specific compatible for exynos8895 Ivaylo Ivanov
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ivaylo Ivanov @ 2025-01-04 16:43 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Alim Akhtar, Jaehoon Chung
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel

Hey folks,

This patch series adds the required syscons for controlling USI, as well
as defines all USIv1 nodes for Exynos8895 and adds support for utilizing
the external SD card storage in dreamlte as well as touchscreen. Due to
PMIC not being supported yet, we'll assume that the regulators are
pre-enabled by the previous bootloader for vqmmc, ts_vdd/avdd
(in our case uniLoader).

The patchset relies on [1]. I also expect the exynos mmc binding
maintainer to pick the specific-compat patch.

Best regards,
Ivaylo

[1]: https://lore.kernel.org/all/20250104162915.332005-1-ivo.ivanov.ivanov1@gmail.com/

Changes since v2:
  - add r-b from Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
  - drop hsi2c_pclk clock-name where it was left accidentally
  - utilize _I_PCLK instead of _I_SCLK_USI for all usi hsi2c nodes
  - move assigned-clocks properties to dtsi
  - set mmc's clock-frequency to 800mhz as per vendor's dt
  - add a pinctrl node describing cd-gpios
  - drop the fixed gpio regulator
  - add a new patch to the series for enabling s6sy761

Ivaylo Ivanov (6):
  dt-bindings: mmc: samsung,exynos-dw-mshc: add specific compatible for
    exynos8895
  arm64: dts: exynos8895: add syscon nodes for peric0/1 and fsys0/1
  arm64: dts: exynos8895: define all usi nodes
  arm64: dts: exynos8895: add a node for mmc
  arm64: dts: exynos: exynos8895-dreamlte: enable support for microSD
    storage
  arm64: dts: exynos: exynos8895-dreamlte: enable support for the
    touchscreen

 .../bindings/mmc/samsung,exynos-dw-mshc.yaml  |   1 +
 .../boot/dts/exynos/exynos8895-dreamlte.dts   |  72 ++
 arch/arm64/boot/dts/exynos/exynos8895.dtsi    | 908 ++++++++++++++++++
 3 files changed, 981 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-01-05  0:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-04 16:43 [PATCH v2 0/6] arm64: dts: exynos8895: define usi and mmc nodes Ivaylo Ivanov
2025-01-04 16:43 ` [PATCH v2 1/6] dt-bindings: mmc: samsung,exynos-dw-mshc: add specific compatible for exynos8895 Ivaylo Ivanov
2025-01-04 16:43 ` [PATCH v2 2/6] arm64: dts: exynos8895: add syscon nodes for peric0/1 and fsys0/1 Ivaylo Ivanov
2025-01-04 16:43 ` [PATCH v2 3/6] arm64: dts: exynos8895: define all usi nodes Ivaylo Ivanov
2025-01-04 16:43 ` [PATCH v2 4/6] arm64: dts: exynos8895: add a node for mmc Ivaylo Ivanov
2025-01-04 16:43 ` [PATCH v2 5/6] arm64: dts: exynos: exynos8895-dreamlte: enable support for microSD storage Ivaylo Ivanov
2025-01-04 16:43 ` [PATCH v2 6/6] arm64: dts: exynos: exynos8895-dreamlte: enable support for the touchscreen Ivaylo Ivanov
2025-01-05  0:27   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox