]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: ufs: exynos: Set ACG to be controlled by UFS_ACG_DISABLE
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 31 Oct 2024 15:00:30 +0000 (15:00 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 3 Nov 2024 01:13:01 +0000 (21:13 -0400)
commit36adb55631d0199b516a8b573fa886494d0e44a6
tree13f1751dbe07e73a0d584e9e0660209f7e5e7e31
parentef8bfb00e9f106434a43f42559a6bc42f850e2d0
scsi: ufs: exynos: Set ACG to be controlled by UFS_ACG_DISABLE

HCI_IOP_ACG_DISABLE is an undocumented register in the TRM but the
downstream driver sets this register so we follow suit here.

The register is already 0 presumed to be set by the bootloader as the
comment downstream implies the reset state is 1. So whilst this is a nop
currently, it should protect us in case the bootloader behaviour ever
changes.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Link: https://lore.kernel.org/r/20241031150033.3440894-12-peter.griffin@linaro.org
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/host/ufs-exynos.c