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

Commit e873df26 authored by Yaniv Gardi's avatar Yaniv Gardi
Browse files

ARM: dts: msm: enable UFS and UFS PHY in msmcobalt simulator platform



Enable UFS host controller and UFS PHY for msmcobalt simulator
platform.

Change-Id: I75d9c7bafd11ae48d636cb49a85db8a18954f707
Signed-off-by: default avatarYaniv Gardi <ygardi@codeaurora.org>
parent b1cbc1d9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -22,3 +22,11 @@
	compatible = "qcom,msmcobalt-sim", "qcom,msmcobalt", "qcom,sim";
	qcom,board-id = <16 0>;
};

&ufsphy1 {
	status = "ok";
};

&ufs1 {
	status = "ok";
};