mdss-qpic.txt 494 B

12345678910111213141516171819
  1. Qualcomm mdss-qpic
  2. mdss-qpic is a qpic controller device which supports dma transmission to MIPI
  3. and LCDC panel.
  4. Required properties:
  5. - compatible: must be "qcom,mdss_qpic"
  6. - reg: offset and length of the register set for the device.
  7. - reg-names : names to refer to register sets related to this device
  8. - interrupts: IRQ line
  9. Example:
  10. qcom,msm_qpic@f9ac0000 {
  11. compatible = "qcom,mdss_qpic";
  12. reg = <0xf9ac0000 0x24000>;
  13. reg-names = "qpic_base";
  14. interrupts = <0 251 0>;
  15. };