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

Commit 2da09069 authored by David Collins's avatar David Collins
Browse files

dt-bindings: clock: add rpmh clock bindings for Kona

Add binding documentation for Kona rpmh clock devices.

Change-Id: Ia07c27ae72ccef3ea9b853672b194ceb5a87eb48
parent 8b0e755b
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -6,7 +6,9 @@ some Qualcomm Technologies Inc. SoCs. It accepts clock requests from
other hardware subsystems via RSC to control clocks.

Required properties :
- compatible : shall contain "qcom,sdm845-rpmh-clk"
- compatible : Shall contain one of the following:
		"qcom,kona-rpmh-clk",
		"qcom,sdm845-rpmh-clk"

- #clock-cells : must contain 1

@@ -20,3 +22,10 @@ Example :
			#clock-cells = <1>;
		};
	};

	&apps_rsc {
		rpmhcc: clock-controller {
			compatible = "qcom,kona-rpmh-clk";
			#clock-cells = <1>;
		};
	};