Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 98713233 authored by Qing Wang's avatar Qing Wang Committed by Gerrit - the friendly Code Review server
Browse files

scsi: ufs: Fix ufs power down/on specs violation



As per specs, while powering off/on the ufs device, RST_N signal
and REF_CLK signal should be between VSS(Ground) and VCCQ.

we should follow below sequence of events during power down and
power on:

Power down:
1. Turn-off REF_CLK
2. Assert RST_N low
3. Turn-off VCC
4. Turn-off VCCQ.

power on:
1. Turn-on VCC
2. Turn-on VCCQ
3. Turn-On REF_CLK
4. Deassert RST_N high.

Change-Id: I08c2646b52ed6b39f092c31f18df280063f67d86
Signed-off-by: default avatarNitin Rawat <nitirawa@codeaurora.org>
Signed-off-by: default avatarZiqi Chen <ziqichen@codeaurora.org>
Signed-off-by: default avatarQing Wang <qinw@codeaurora.org>
parent dac90740
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment