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

Commit 50006fd0 authored by Zhenhua Huang's avatar Zhenhua Huang
Browse files

ARM: dts: msm: Add cpu node support for msmferrum



Add cpu node support in device tree.

Change-Id: Iafcdd0fd674fa0eb8150ff5bb1a48be964b9706f
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent acaa86a0
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -17,6 +17,35 @@
	compatible = "qcom,msmferrum";
	qcom,msm-id = <245 0>;
	interrupt-parent = <&intc>;

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;
		cpu@0 {
			device_type = "cpu";
			compatible = "arm,cortex-a7";
			reg = <0x0>;
		};

		cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a7";
			reg = <0x1>;
		};

		cpu@2 {
			device_type = "cpu";
			compatible = "arm,cortex-a7";
			reg = <0x2>;
		};

		cpu@3 {
			device_type = "cpu";
			compatible = "arm,cortex-a7";
			reg = <0x3>;
		};
	};

	soc: soc { };
};