Re: [PATCH 3/4] arm64: dts: qcom: lemans-ride: Enable dispcc1

From: Mani Chandana Kuntumalla

Date: Thu Nov 20 2025 - 04:02:31 EST




On 10/1/2025 3:13 PM, Konrad Dybcio wrote:
On 9/26/25 3:53 PM, Dmitry Baryshkov wrote:
On Fri, Sep 26, 2025 at 02:29:55PM +0530, Mani Chandana Ballary Kuntumalla wrote:
This change enables display1 clock controller.

Signed-off-by: Mani Chandana Ballary Kuntumalla <quic_mkuntuma@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi b/arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi
index c69aa2f41ce2..d4436bc473ba 100644
--- a/arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi
@@ -436,6 +436,10 @@ vreg_l8e: ldo8 {
};
};
+&dispcc1 {
+ status = "okay";

I think this one should be enabled by default. Unless Konrad or Bjorn
disagrees, please fix lemans.dtsi.

Of course there is no reason for clock controllers to be disabled


Sure, will enable dispcc1 in the main dtsi file.

Konrad