Hi, This series adds support to the ufs-exynos driver for ExynosAutov920, Samsung Automotive SoC series. ExynosAutov920 has the UFSHCI 3.1 compliant UFS controller. ExynosAutov920 has a different mask of UFS sharability from ExynosAutov9, so this series provide flexible parameter for the mask. With this series applied, UFS is functional. The Samsung KLUDG4UHYB is tested for enumeration and I/O. Sowon Na (5): phy: samsung-ufs: update calibration settings for EVT2 dt-bindings: ufs: exynos: add ExynosAutov920 compatible string dt-bindings: soc: samsung: exynos-sysreg: add hsi2 for ExynosAutov920 scsi: ufs: exynos: add support for ExynosAutov920 SoC arm64: dts: exynosautov920: enable support for ufs device .../soc/samsung/samsung,exynos-sysreg.yaml | 1 + .../bindings/ufs/samsung,exynos-ufs.yaml | 1 + .../boot/dts/exynos/exynosautov920-sadk.dts | 17 +++ .../arm64/boot/dts/exynos/exynosautov920.dtsi | 27 ++++ drivers/phy/samsung/phy-exynosautov920-ufs.c | 39 ++---- drivers/phy/samsung/phy-samsung-ufs.h | 1 - drivers/ufs/host/ufs-exynos.c | 130 ++++++++++++++++-- 7 files changed, 180 insertions(+), 36 deletions(-) -- 2.45.2