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

Commit b6798998 authored by Junjie Wu's avatar Junjie Wu Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: clock-dummy: Add DT binding documentation



Add DT binding documentation for "qcom,dummycc" device.

Change-Id: I6fba19c3fa778d52b493814366b687e0909fd690
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent fb120d64
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
Qualcomm MSM Dummy Clock controller

Qualcomm MSM Dummy Clock controller devices provide a dummy clock for driver
development during pre-silicon stage. The driver will always return a dummy
clock that has no effect on hardware.

Required properties:
- compatible:		Must be "qcom,dummycc"
- #clock_cells:		Must be <1>. This will allow the common clock device
			tree framework to recognize _this_ device node as a
			clock provider.

Example:
	clock_rpm: qcom,rpmcc {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};