mbox series

[0/2] scsi: dt-bindings: ufs: Remove "<name>-fixed-regulator" property and add VCC capability on MediaTek UFS driver

Message ID 1553873568-9177-1-git-send-email-stanley.chu@mediatek.com (mailing list archive)
Headers show
Series scsi: dt-bindings: ufs: Remove "<name>-fixed-regulator" property and add VCC capability on MediaTek UFS driver | expand

Message

Stanley Chu March 29, 2019, 3:32 p.m. UTC
Hi,

Now we can remove custom device tree property "<name>-fixed-regulator" for
UFS because,

1) It is not used anywhere in tree.
2) All handlings for "<name>-fixed-regulator" have been removed in UFS
   driver.
3) There is no issue if an existed regulator defined
   "<name>-fixed-regulator" property in device tree.

Besides, add VCC supply capability on MediaTek UFS driver.

Stanley Chu (2):
  scsi: dt-bindings: ufs: Remove custom property
    "<name>-fixed-regulator"
  scsi: dt-bindings: ufs: Add VCC capability on MediaTek UFS driver

 Documentation/devicetree/bindings/ufs/ufs-mediatek.txt  | 3 +++
 Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen April 4, 2019, 3:26 a.m. UTC | #1
Stanley,

> Now we can remove custom device tree property "<name>-fixed-regulator" for
> UFS because,

> Besides, add VCC supply capability on MediaTek UFS driver.

Applied to 5.2/scsi-queue, thanks!