ARM: dts: qcom: add AMOLED ECM device for PMD802X
Add AMOLED ECM device for PMD802X so that AMOLED panel current can be measured on need basis for Sun platforms. Change-Id: Ic5e699fa5c4c595bbcc1b540c0197c1e63673c32 Signed-off-by: Subbaraman Narayanamurthy <quic_subbaram@quicinc.com>
This commit is contained in:
@@ -33,6 +33,20 @@
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
|
||||
amoled-ecm@f900 {
|
||||
compatible = "qcom,amoled-ecm";
|
||||
reg = <0xf900>;
|
||||
nvmem-names = "amoled-ecm-sdam0", "amoled-ecm-sdam1",
|
||||
"amoled-ecm-sdam2";
|
||||
nvmem = <&pmk8550_sdam_13>, <&pmk8550_sdam_14>,
|
||||
<&pmk8550_sdam_41>;
|
||||
interrupt-names = "ecm-sdam0", "ecm-sdam1",
|
||||
"ecm-sdam2";
|
||||
interrupts = <0x0 0x7c 0x1 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x0 0x7d 0x1 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x0 0x98 0x1 IRQ_TYPE_EDGE_RISING>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user