From 4f215a58daeeebe59759d19948782fb1fe336090 Mon Sep 17 00:00:00 2001 From: Ayushi Makhija Date: Thu, 26 Sep 2024 18:46:23 +0530 Subject: [PATCH] ARM: dts: msm: add qcom,dsi-select-sec-sync-clocks property Currently, we are using the qcom,dsi-select-sec-clocks property to select the clock source for secondary display when sync mode is enabled. In the use case, when DPU0 is faulty and DPU1 is working, the clock source of the secondary display needs to be changed from _mclk to _clk2. Add a new property called qcom,dsi-select-sec-sync-clocks to specify the clock source of the secondary display when running in sync mode with dual DPU. This way, existing "qcom,dsi-select- sec-clocks" property can be used as clock source for the secondary display when DPU0 is faulty/disabled. Change-Id: I3ced083b6700921549e7036722a73d7a4f1f41e5 Signed-off-by: Ayushi Makhija Signed-off-by: lnxdisplay --- bindings/sde-dsi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/sde-dsi.yaml b/bindings/sde-dsi.yaml index 6e85620c..ebf4c9b8 100644 --- a/bindings/sde-dsi.yaml +++ b/bindings/sde-dsi.yaml @@ -263,6 +263,10 @@ properties: qcom,dsi-select-sec-clocks: description: Specifies the required clocks to use for secondary panel + qcom,dsi-select-sec-sync-clocks: + description: Specifies the required clocks to use for secondary + panel when sync mode is enabled. + qcom,dsi-display-list: description: Specifies the list of supported displays. $ref: /schemas/types.yaml#/definitions/string-array