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

Commit 460b922f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 87ce3b5a 2da09069
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>;
		};
	};