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:
committed by
Kamasali Satyanarayan
parent
a5e7e004b9
commit
43670a7356
@@ -72,10 +72,12 @@
|
|||||||
* qcom,ufs-dev-revert to identify ufs device.
|
* qcom,ufs-dev-revert to identify ufs device.
|
||||||
*/
|
*/
|
||||||
ufs-dev-types = <2>;
|
ufs-dev-types = <2>;
|
||||||
qcom,ufs-dev-revert;
|
|
||||||
nvmem-cells = <&ufs_dev>, <&boot_config>;
|
nvmem-cells = <&ufs_dev>, <&boot_config>;
|
||||||
nvmem-cell-names = "ufs_dev", "boot_conf";
|
nvmem-cell-names = "ufs_dev", "boot_conf";
|
||||||
|
|
||||||
|
boot_device_type = <0x0>;
|
||||||
|
non-removable;
|
||||||
|
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -163,9 +163,11 @@
|
|||||||
* qcom,ufs-dev-revert to identify ufs device.
|
* qcom,ufs-dev-revert to identify ufs device.
|
||||||
*/
|
*/
|
||||||
ufs-dev-types = <2>;
|
ufs-dev-types = <2>;
|
||||||
qcom,ufs-dev-revert;
|
|
||||||
nvmem-cells = <&ufs_dev>, <&boot_config>;
|
nvmem-cells = <&ufs_dev>, <&boot_config>;
|
||||||
nvmem-cell-names = "ufs_dev", "boot_conf";
|
nvmem-cell-names = "ufs_dev", "boot_conf";
|
||||||
|
|
||||||
|
boot_device_type = <0x0>;
|
||||||
|
non-removable;
|
||||||
|
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
@@ -113,10 +113,12 @@
|
|||||||
* qcom,ufs-dev-revert to identify ufs device.
|
* qcom,ufs-dev-revert to identify ufs device.
|
||||||
*/
|
*/
|
||||||
ufs-dev-types = <2>;
|
ufs-dev-types = <2>;
|
||||||
qcom,ufs-dev-revert;
|
|
||||||
nvmem-cells = <&ufs_dev>, <&boot_config>;
|
nvmem-cells = <&ufs_dev>, <&boot_config>;
|
||||||
nvmem-cell-names = "ufs_dev", "boot_conf";
|
nvmem-cell-names = "ufs_dev", "boot_conf";
|
||||||
|
|
||||||
|
boot_device_type = <0x0>;
|
||||||
|
non-removable;
|
||||||
|
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user