qcom,videocc.txt 616 B

12345678910111213141516171819
  1. Qualcomm Video Clock & Reset Controller Binding
  2. -----------------------------------------------
  3. Required properties :
  4. - compatible : shall contain "qcom,sdm845-videocc"
  5. - reg : shall contain base register location and length
  6. - #clock-cells : from common clock binding, shall contain 1.
  7. - #power-domain-cells : from generic power domain binding, shall contain 1.
  8. Optional properties :
  9. - #reset-cells : from common reset binding, shall contain 1.
  10. Example:
  11. videocc: clock-controller@ab00000 {
  12. compatible = "qcom,sdm845-videocc";
  13. reg = <0xab00000 0x10000>;
  14. #clock-cells = <1>;
  15. #power-domain-cells = <1>;
  16. };