Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5afaedb5 authored by David Collins's avatar David Collins
Browse files

dt-bindings: clk: add AOP clock controller bindings

The Always on Processor (AOP) found on Qualcomm Technologies, Inc.
SoCs supports enabling, disabling, and scaling several shared
clocks.  These clocks are controlled using the QMP mailbox
protocol.  Add device bindings for AOP clock controllers.

Change-Id: I1d0b6c0abad702b2bd50fd2078eedc0907b85214
parent 2da09069
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
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";
	};