ARM: dts: msm: Add vmrm device in camera pvm and tvm
Add vmrm device in camera pvm and tvm. Default enable in tvm and disable in pvm. Also add bypass register access in tvm boot up. CRs-Fixed: 3711691 Change-Id: Iadc1b8eb669d991b7f855d7ad5decdf22b3707bb Signed-off-by: zhuo <quic_zhuo@quicinc.com>
This commit is contained in:
committed by
Camera Software Integration
parent
2895a84af5
commit
c9a1485371
@@ -877,6 +877,12 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,cam-vmrm {
|
||||||
|
compatible = "qcom,cam-vmrm";
|
||||||
|
vmid = <CAM_PVM>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
cam_csiphy0: qcom,csiphy0@ace4000 {
|
cam_csiphy0: qcom,csiphy0@ace4000 {
|
||||||
cell-index = <0>;
|
cell-index = <0>;
|
||||||
compatible = "qcom,csiphy-v2.2.0", "qcom,csiphy";
|
compatible = "qcom,csiphy-v2.2.0", "qcom,csiphy";
|
||||||
|
@@ -880,6 +880,13 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,cam-vmrm {
|
||||||
|
compatible = "qcom,cam-vmrm";
|
||||||
|
vmid = <CAM_SVM1>;
|
||||||
|
no_register_read_on_bind;
|
||||||
|
status = "ok";
|
||||||
|
};
|
||||||
|
|
||||||
cam_csiphy0: qcom,csiphy0@ace4000 {
|
cam_csiphy0: qcom,csiphy0@ace4000 {
|
||||||
cell-index = <0>;
|
cell-index = <0>;
|
||||||
compatible = "qcom,csiphy-v2.2.0", "qcom,csiphy";
|
compatible = "qcom,csiphy-v2.2.0", "qcom,csiphy";
|
||||||
|
Reference in New Issue
Block a user