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

Commit 16a8562f authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Correct clock property for PM7250b

Correct spelling of clock-cells property for clkdiv node
for PM7250b.

Change-Id: Ieef30aa7b73643625f0b661a5754a3cad20deaf4
parent 61e9a489
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@
		pm7250b_clkdiv: clock-controller@5b00 {
			compatible = "qcom,spmi-clkdiv";
			reg = <0x5b00 0x100>;
			#clodk-cells = <1>;
			#clock-cells = <1>;
			qcom,num-clkdivs = <1>;
			clock-output-names = "pm7250b_div_clk1";
			clocks = <&rpmhcc RPMH_CXO_CLK>;