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

Commit a8aa70cd authored by Lina Iyer's avatar Lina Iyer
Browse files

ARM: dts: msm: enable PSCI for sdxprairie



Enable PSCI firmwware support for CPU for sdxprairie.

Change-Id: Ia1168b00c6d486db48596db7d194be726f5618bb
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 6a238dc8
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -117,9 +117,15 @@
			device_type = "cpu";
			device_type = "cpu";
			compatible = "arm,cortex-a7";
			compatible = "arm,cortex-a7";
			reg = <0x0>;
			reg = <0x0>;
			enable-method = "psci";
		};
		};
	};
	};


	psci {
		compatible = "arm,psci-1.0";
		method = "smc";
	};

	soc: soc { };
	soc: soc { };
};
};