ARM: dts: qcom: Remove no-amc tag for disp_bcm_voter
no-amc tag is intended to be used for camera voter and using it with display voter will lead to display underruns as AMC votes will not get committed. Change-Id: I94df2e368d15d6266109cd83e473bb0b5dab4e08 Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com>
This commit is contained in:
@@ -558,7 +558,6 @@
|
||||
disp_bcm_voter: bcm_voter {
|
||||
compatible = "qcom,bcm-voter";
|
||||
qcom,tcs-wait = <QCOM_ICC_TAG_AMC>;
|
||||
qcom,no-amc;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@@ -570,7 +570,6 @@
|
||||
disp_bcm_voter: bcm_voter {
|
||||
compatible = "qcom,bcm-voter";
|
||||
qcom,tcs-wait = <QCOM_ICC_TAG_AMC>;
|
||||
qcom,no-amc;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user