You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
558 B
17 lines
558 B
Qualcomm Technologies, Inc. Always On Processor Clock controller Binding
|
|
------------------------------------------------------------------------
|
|
|
|
Required properties :
|
|
- compatible : must be "qcom,aop-qmp-clk"
|
|
- #clock-cells : must contain 1
|
|
- mboxes : list of QMP mailbox phandle and channel identifier tuples.
|
|
- mbox-names: List of identifier strings for each mailbox channel.
|
|
Must contain "qdss_clk".
|
|
|
|
Example :
|
|
clock_qdss: qcom,aopclk {
|
|
compatible = "qcom,aop-qmp-clk";
|
|
#clock-cells = <1>;
|
|
mboxes = <&qmp_aop 0>;
|
|
mbox-names = "qdss_clk";
|
|
};
|
|
|