ARM: dts: msm: Add boot_device_type for Parrot

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: Id9e925d78860c4518ab10c12cc628dd8b385a5e8
Signed-off-by: kamasali Satyanarayan <quic_kamasali@quicinc.com>
This commit is contained in:
kamasali Satyanarayan
2024-08-13 12:08:15 +05:30
committed by Kamasali Satyanarayan
parent a5e7e004b9
commit 43670a7356
3 changed files with 9 additions and 3 deletions

View File

@@ -72,10 +72,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";
};

View File

@@ -163,9 +163,11 @@
* 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";
};

View File

@@ -113,10 +113,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";
};