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

Commit ae534aa5 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: enable PSCI for sdxprairie"

parents 76177e13 a8aa70cd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -130,9 +130,15 @@
			device_type = "cpu";
			compatible = "arm,cortex-a7";
			reg = <0x0>;
			enable-method = "psci";
		};
	};

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

	soc: soc { };
};