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>
Signed-off-by: quic_swarbu <quic_swarbu@quicinc.com>
This commit is contained in:
quic_swarbu
2024-11-27 10:26:34 +05:30
committed by Akhil Kallankandy
parent 0bbc8896fe
commit d942d9bee3
2 changed files with 0 additions and 2 deletions

View File

@@ -558,7 +558,6 @@
disp_bcm_voter: bcm_voter { disp_bcm_voter: bcm_voter {
compatible = "qcom,bcm-voter"; compatible = "qcom,bcm-voter";
qcom,tcs-wait = <QCOM_ICC_TAG_AMC>; qcom,tcs-wait = <QCOM_ICC_TAG_AMC>;
qcom,no-amc;
}; };
}; };
}; };

View File

@@ -570,7 +570,6 @@
disp_bcm_voter: bcm_voter { disp_bcm_voter: bcm_voter {
compatible = "qcom,bcm-voter"; compatible = "qcom,bcm-voter";
qcom,tcs-wait = <QCOM_ICC_TAG_AMC>; qcom,tcs-wait = <QCOM_ICC_TAG_AMC>;
qcom,no-amc;
}; };
}; };
}; };