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:
Raviteja Laggyshetty
2024-12-06 15:29:57 +05:30
parent 67080b49f9
commit b1fbece837
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;
}; };
}; };
}; };