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

Commit ac0fb6d4 authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Update RPMH for LitoMagnus

Add support for LitoMagnus RPMH clock driver.

Change-Id: Icf72b1bf7015917f69de0f49e258cedb8eb4e4cf
parent 8d19057a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ Required properties :
		"qcom,sdm845-rpmh-clk"
		"qcom,lito-rpmh-clk"
		"qcom,lagoon-rpmh-clk"
		"qcom,litomagnus-rpmh-clk"

- #clock-cells : must contain 1

+5 −0
Original line number Diff line number Diff line
@@ -9,3 +9,8 @@
&pm8008_regulators {
	vdd_l6-supply = <&BOB>;
};

&rpmhcc {
	compatible = "qcom,litomagnus-rpmh-clk";
	#clock-cells = <1>;
};