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

Commit 2adf7654 authored by Abhimanyu Kapur's avatar Abhimanyu Kapur
Browse files

Documentation: msm: Introduce L2 cache clock controller bindings



Add support for L2 cache clock controller device which is used
to for cache power management.

Change-Id: Ic89b031888225345c738560753e892519544ce31
Signed-off-by: default avatarAbhimanyu Kapur <abhimany@codeaurora.org>
parent 4db402a8
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
L2 Cache Clock Controller

The L2 Cache Clock Controller provides clock, power domain, and
reset control to a L2-cache for a cluster. There is L2CCC register
region per CPU Cluster.

Required properties:
- compatible:	Can be one of:
		"qcom,8994-l2ccc"
		"qcom,8916-l2ccc"

- reg:		This specifies the base address and size of
		the register region.

Example:

	clock-controller@f900f000 {
		compatible = "qcom,8994-l2ccc"";
		reg = <0xf900f000 0x1000>;
	}