ARM: dts: msm: Add boot_device_type for Ravelin

Add boot_device_type support and flag non-removable
for ufs node to check if the boot device is emmc or ufs.
Remove qcom,ufs-dev-revert to identify ufs device Version.

Change-Id: If57051a722970567cd89ad19c7aa0eb0bb555d64
Signed-off-by: Kishor Krishna Bhat <quic_kishkris@quicinc.com>
This commit is contained in:
Kishor Krishna Bhat
2024-08-19 15:39:25 +05:30
committed by Akhil Kallankandy
parent 85a5b497a3
commit e0ebab97e4
3 changed files with 9 additions and 3 deletions

View File

@@ -130,10 +130,12 @@
* qcom,ufs-dev-revert to identify ufs device.
*/
ufs-dev-types = <2>;
qcom,ufs-dev-revert;
nvmem-cells = <&ufs_dev>, <&boot_config>;
nvmem-cell-names = "ufs_dev", "boot_conf";
boot_device_type = <0x0>;
non-removable;
status = "ok";
};