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

Commit e2c6e8e0 authored by Jinlong Mao's avatar Jinlong Mao
Browse files

ARM: dts: msm: Fix 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: I35047a5f46ba0c0603dc3042a9022ed8d0660168
Signed-off-by: default avatarJinlong Mao <jinlmao@codeaurora.org>
parent 14943829
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@
	};

	dcc: dcc_v2@b2000 {
		compatible = "qcom,dcc_v2";
		compatible = "qcom,dcc-v2";
		reg = <0x000b2000 0x1000>,
		      <0x000bf800 0x800>;
		reg-names = "dcc-base", "dcc-ram-base";
+1 −1
Original line number Diff line number Diff line
@@ -2883,7 +2883,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";