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

Commit 56a605a5 authored by Aparna Das's avatar Aparna Das
Browse files

ARM: dts: qcom: add label for cpu dt entry for 8916



Add label to cpu device tree node for MSM8916 such that it can
be referenced by other nodes.

Change-Id: I708ab96d29fc9b58d1bf3cf742a606090147d5ec
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 8bdc8469
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
		#address-cells = <1>;
		#size-cells = <0>;

		cpu@0 {
		CPU0: cpu@0 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0>;
@@ -61,7 +61,7 @@
			};
		};

		cpu@1 {
		CPU1: cpu@1 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x1>;
@@ -70,7 +70,7 @@
			next-level-cache = <&L2_0>;
		};

		cpu@2 {
		CPU2: cpu@2 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x2>;
@@ -79,7 +79,7 @@
			next-level-cache = <&L2_0>;
		};

		cpu@3 {
		CPU3: cpu@3 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x3>;