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

Commit 74e3c84a authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: dts: msm: Add /cpu nodes for fsm9900



Add the /cpu nodes and populate it with CPU-specific information
to comply with Device Tree specification for FSM9900.

Change-Id: Ib8685216260f4e1d35d3508789a21552b9ffa1ae
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 0cabfa0f
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -16,6 +16,36 @@
	model = "Qualcomm FSM9900";
	compatible = "qcom,fsm9900";
	interrupt-parent = <&intc>;

	cpus {
		#size-cells = <0>;
		#address-cells = <1>;

		CPU0: cpu@0 {
			device_type = "cpu";
			compatible = "qcom,krait";
			reg = <0x0>;
		};

		CPU1: cpu@1 {
			device_type = "cpu";
			compatible = "qcom,krait";
			reg = <0x1>;
		};

		CPU2: cpu@2 {
			device_type = "cpu";
			compatible = "qcom,krait";
			reg = <0x2>;
		};

		CPU3: cpu@3 {
			device_type = "cpu";
			compatible = "qcom,krait";
			reg = <0x3>;
		};
	};

	soc: soc { };
};