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

Commit 08a5dba0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 8931d160 b6798998
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>;
	};