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

Commit 1d656f94 authored by Mao Jinlong's avatar Mao Jinlong Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Use "-" to separate words of dcc compatible name



In device tree, names should use '-' instead of '_' to separate words.
So use "-" to separate words of dcc compatible name.

CRs-Fixed: 2215749
Change-Id: I944fdc64c406cd4f38097f8aacd5a0ac43f1cf2f
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent b0bd8d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1790,7 +1790,7 @@
	};

	dcc: dcc_v2@10a2000 {
		compatible = "qcom,dcc_v2";
		compatible = "qcom,dcc-v2";
		reg = <0x10a2000 0x1000>,
		      <0x10ae000 0x2000>;
		reg-names = "dcc-base", "dcc-ram-base";
+1 −1
Original line number Diff line number Diff line
@@ -2838,7 +2838,7 @@
	};

	dcc: dcc_v2@10a2000 {
		compatible = "qcom,dcc_v2";
		compatible = "qcom,dcc-v2";
		reg = <0x10a2000 0x1000>,
		      <0x10ae000 0x2000>;
		reg-names = "dcc-base", "dcc-ram-base";