mbox series

[0/4] support secondary ufs for Exynos Auto v9 SoC

Message ID 20220531121913.48722-1-chanho61.park@samsung.com (mailing list archive)
Headers show
Series support secondary ufs for Exynos Auto v9 SoC | expand

Message

Chanho Park May 31, 2022, 12:19 p.m. UTC
To support ufs #1 for Exynos Auto v9 SoC, we need to control its own pmu
register. So, we need to specify the offset of the register via an
argument of syscon node.
Regarding UFS HCI driver, we need to specify different sysreg
configuration for UFS #1's io coherency setting.

Chanho Park (4):
  dt-bindings: phy: samsung,ufs-phy: make pmu-syscon as phandle-array
  phy: samsung: ufs: support secondary ufs phy
  arm64: dts: exynosautov9: add secondary ufs devices
  arm64: dts: exynosautov9-sadk: enable secondary ufs devices

 .../bindings/phy/samsung,ufs-phy.yaml         | 13 +++++---
 .../boot/dts/exynos/exynosautov9-sadk.dts     | 18 +++++++++++
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi  | 32 +++++++++++++++++++
 drivers/phy/samsung/phy-samsung-ufs.c         |  7 +++-
 drivers/phy/samsung/phy-samsung-ufs.h         |  2 +-
 5 files changed, 66 insertions(+), 6 deletions(-)