Message ID | 20240411114300.169055-9-angelogioacchino.delregno@collabora.com |
---|---|
State | Superseded |
Headers | show |
Series | MediaTek UFS fixes and cleanups - Part 1 | expand |
On Thu, Apr 11, 2024 at 01:43:00PM +0200, AngeloGioacchino Del Regno wrote: > Document the optional dvfsrc-vcore and va09 regulators used for, > respectively, crypt boost and internal MPHY power management in > when powering on/off the (external) MediaTek UFS PHY. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> btw: <stanley.chu@mediatek.com>: host mailgw01.mediatek.com[216.200.240.184] said: 550 Relaying mail to stanley.chu@mediatek.com is not allowed (in reply to RCPT TO command) We should probably delete them from the binding (and maybe add yourself).
diff --git a/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml b/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml index 21b038db100c..2ee8bb7d5aac 100644 --- a/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml @@ -50,6 +50,8 @@ properties: reg: maxItems: 1 + dvfsrc-vcore-supply: true + va09-supply: true vcc-supply: true required:
Document the optional dvfsrc-vcore and va09 regulators used for, respectively, crypt boost and internal MPHY power management in when powering on/off the (external) MediaTek UFS PHY. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> --- Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml | 2 ++ 1 file changed, 2 insertions(+)