This patch series adds UFS support for J784S4 SOC, UFS is kept disabled at SOC level, and enabled in EVM where UFS flash is present. This patch is tested by enabling below configs on top of defconfig CONFIG_SCSI_UFS_BSG=y CONFIG_SCSI_UFS_CDNS_PLATFORM=y CONFIG_SCSI_UFS_TI_J721E=y Change log: Changes in v2 v1: https://lore.kernel.org/all/20230725053843.1721028-1-u-kumar1@xxxxxx/ Add DT node for UFS: Corrected typo Added 0x00 instead of 0x0 to align with test of file Added Tested by Add Support for UFS peripheral Added Tested by Test logs of v1 patch https://gist.github.com/uditkumarti/ab188e4b433058ae86734cd46eff7d94 Udit Kumar (2): arm64: dts: ti: k3-j784s4-main: Add DT node for UFS arm64: dts: ti: k3-j784s4-evm: Add Support for UFS peripheral arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 4 ++++ arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 24 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) -- 2.34.1