Back to home page

OSCL-LXR

 
 

    


0001 Krait Clock Controller
0002 
0003 PROPERTIES
0004 
0005 - compatible:
0006         Usage: required
0007         Value type: <string>
0008         Definition: must be one of:
0009                         "qcom,krait-cc-v1"
0010                         "qcom,krait-cc-v2"
0011 
0012 - #clock-cells:
0013         Usage: required
0014         Value type: <u32>
0015         Definition: must be 1
0016 
0017 - clocks:
0018         Usage: required
0019         Value type: <prop-encoded-array>
0020         Definition: reference to the clock parents of hfpll, secondary muxes.
0021 
0022 - clock-names:
0023         Usage: required
0024         Value type: <stringlist>
0025         Definition: must be "hfpll0", "hfpll1", "acpu0_aux", "acpu1_aux", "qsb".
0026 
0027 Example:
0028 
0029         kraitcc: clock-controller {
0030                 compatible = "qcom,krait-cc-v1";
0031                 clocks = <&hfpll0>, <&hfpll1>, <&acpu0_aux>, <&acpu1_aux>, <qsb>;
0032                 clock-names = "hfpll0", "hfpll1", "acpu0_aux", "acpu1_aux", "qsb";
0033                 #clock-cells = <1>;
0034         };