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>
(cherry picked from commit 43670a7356
)
This commit is contained in:
committed by
Akhil Kallankandy
parent
e0ebab97e4
commit
f4f258aa27
@@ -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