mirror of https://gitee.com/openkylin/linux.git
arm64: dts: qcom: c630: Specify UFS device reset
On some device the reset line for the UFS memory needs to be tickled in order for UFS to initialize properly, add this to the ufs_mem_hc node. Reviewed-by: Robert Foss <robert.foss@linaro.org> Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20200406060049.227029-1-bjorn.andersson@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
3fb298d0b2
commit
2536bedec6
|
@ -482,6 +482,8 @@ bluetooth {
|
||||||
&ufs_mem_hc {
|
&ufs_mem_hc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
reset-gpios = <&tlmm 150 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
vcc-supply = <&vreg_l20a_2p95>;
|
vcc-supply = <&vreg_l20a_2p95>;
|
||||||
vcc-max-microamp = <600000>;
|
vcc-max-microamp = <600000>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue