diff options
| author | Tom Rini <[email protected]> | 2026-03-04 14:24:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-04 14:24:59 -0600 |
| commit | 024a0e912569fcde6faf690b02895dff84ddd15d (patch) | |
| tree | dfaf2fa6f7b7bbd6a61b8e8f65189486241344f2 /include | |
| parent | 3e91c6a36a14b38d066186e68f43c6ffe650c3c3 (diff) | |
| parent | 47905f28468e3524cb5f775f52928cdcc568815a (diff) | |
Merge tag 'u-boot-ufs-20260304' of https://source.denx.de/u-boot/custodians/u-boot-ufs
A few fixes/missing changes for UFS:
- remove unused ufs_post_bind() declaration
- Disable UTP command timeout in slow mode
- Missing MediaTek UFS PHY Driver to be used with the UFS driver
Diffstat (limited to 'include')
| -rw-r--r-- | include/ufs.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/ufs.h b/include/ufs.h index 702b8359dbd..f6e27d90e43 100644 --- a/include/ufs.h +++ b/include/ufs.h @@ -20,13 +20,4 @@ int ufs_probe(void); */ int ufs_probe_dev(int index); -/* - * ufs_scsi_bind() - Create a new scsi device as a child of the UFS device and - * bind it to the ufs_scsi driver - * @ufs_dev: UFS device - * @scsi_devp: Pointer to scsi device - * - * Return: 0 if Ok, -ve on error - */ -int ufs_scsi_bind(struct udevice *ufs_dev, struct udevice **scsi_devp); #endif |
