ARM: dts: msm: Add CRM display device for sun
Add CRM device for display. Change-Id: I5a44ab13d114a83de5fb355017636171f2c6bbeb Signed-off-by: Rashid Zafar <quic_rzafar@quicinc.com>
This commit is contained in:
@@ -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 = <GIC_SPI 703 IRQ_TYPE_EDGE_RISING>;
|
||||
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";
|
||||
|
Reference in New Issue
Block a user