From b1fbece837dc5ee095808f2d21135126bb81b3a1 Mon Sep 17 00:00:00 2001 From: Raviteja Laggyshetty Date: Fri, 6 Dec 2024 15:29:57 +0530 Subject: [PATCH] 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 --- qcom/parrot.dtsi | 1 - qcom/ravelin.dtsi | 1 - 2 files changed, 2 deletions(-) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 8588eed8..c0f541fa 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -558,7 +558,6 @@ disp_bcm_voter: bcm_voter { compatible = "qcom,bcm-voter"; qcom,tcs-wait = ; - qcom,no-amc; }; }; }; diff --git a/qcom/ravelin.dtsi b/qcom/ravelin.dtsi index 74364536..da1dece9 100644 --- a/qcom/ravelin.dtsi +++ b/qcom/ravelin.dtsi @@ -570,7 +570,6 @@ disp_bcm_voter: bcm_voter { compatible = "qcom,bcm-voter"; qcom,tcs-wait = ; - qcom,no-amc; }; }; };