From e11de548beaf5f5424e6bf736c313fac3ea0f266 Mon Sep 17 00:00:00 2001 From: Rashid Zafar Date: Mon, 11 Dec 2023 09:55:30 -0800 Subject: [PATCH] ARM: dts: msm: Add CRM display device for sun Add CRM device for display. Change-Id: I5a44ab13d114a83de5fb355017636171f2c6bbeb Signed-off-by: Rashid Zafar --- qcom/sun.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 7e91f45b..8da1aacc 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1172,6 +1172,18 @@ }; }; + disp_crm: crm@af21000 { + label = "disp_crm"; + compatible = "qcom,disp-crm-v2"; + reg = <0xaf21000 0x6000>, <0xaf27000 0x400>, <0xaf27800 0x2000>, <0xaf29f00 0x100>; + reg-names = "base", "crm_b", "crm_c", "common"; + interrupts = ; + interrupt-names = "disp_crm_drv0"; + clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>; + qcom,hw-drv-ids = <0 1 2 3 4 5>; + qcom,sw-drv-ids = <0>; + }; + cam_crm: crm@adcb000 { label = "cam_crm"; compatible = "qcom,cam-crm-v2";