arm64: dts: qcom: sm7225-fairphone-fp4: Enable UFS
Configure and enable the nodes for UFS that are used for internal storage on FP4. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220321133318.99406-7-luca.weiss@fairphone.com
This commit is contained in:
committed by
Bjorn Andersson
parent
5a814af5fc
commit
606efee957
@@ -365,6 +365,24 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ufs_mem_hc {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
reset-gpios = <&tlmm 156 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
|
vcc-supply = <&vreg_l7e>;
|
||||||
|
vcc-max-microamp = <800000>;
|
||||||
|
vccq2-supply = <&vreg_l12a>;
|
||||||
|
vccq2-max-microamp = <800000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&ufs_mem_phy {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
vdda-phy-supply = <&vreg_l18a>;
|
||||||
|
vdda-pll-supply = <&vreg_l22a>;
|
||||||
|
};
|
||||||
|
|
||||||
&usb_1 {
|
&usb_1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user