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

Commit 9ebc78ae authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

ARM: dts: msm: Add qcom prefix to active clock names property



This change corrects adding "qcom" prefix to
active-clock-names dt property since it is
qcom specific.

Change-Id: I734d446fb64cc6e1bae997439cae60bc19a480d3
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 80fb13dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@

&pil_lpass {
	clock-names = "xo";
	/delete-property/ active-clock-names;
	/delete-property/ qcom,active-clock-names;
};