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

Commit 2a4c9134 authored by Archit Saxena's avatar Archit Saxena
Browse files

ARM: dts: msm: Enable SMMU and PSCI for scuba

Enable SMMU, PSCI and correct compatible string
for scuba 32 bit target.

Change-Id: Ie4b35e7609d851146af4bb42ff46ff6ceae8cfe2
parent 53452e0a
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -2,7 +2,6 @@


&soc {
&soc {
	kgsl_smmu: kgsl-smmu@0x59a0000 {
	kgsl_smmu: kgsl-smmu@0x59a0000 {
		status = "disabled";
		compatible = "qcom,qsmmu-v500";
		compatible = "qcom,qsmmu-v500";
		reg = <0x59a0000 0x10000>,
		reg = <0x59a0000 0x10000>,
			<0x59c2000 0x20>;
			<0x59c2000 0x20>;
@@ -40,7 +39,6 @@
	};
	};


	apps_smmu: apps-smmu@0xc600000 {
	apps_smmu: apps-smmu@0xc600000 {
				status = "disabled";
				compatible = "qcom,qsmmu-v500";
				compatible = "qcom,qsmmu-v500";
				reg = <0xc600000 0x80000>,
				reg = <0xc600000 0x80000>,
					<0xc782000 0x20>;
					<0xc782000 0x20>;
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@


/ {
/ {
	model = "Qualcomm Technologies, Inc. Scuba IDP";
	model = "Qualcomm Technologies, Inc. Scuba IDP";
	compatible = "qcom,scuba-idp", "qcom,scuba-iot", "qcom,idp";
	compatible = "qcom,scuba-idp", "qcom,scuba", "qcom,idp";
	qcom,msm-id = <441 0x10000>, <471 0x10000>;
	qcom,msm-id = <441 0x10000>, <471 0x10000>;
	qcom,board-id = <34 0>;
	qcom,board-id = <34 0>;
};
};
+6 −0
Original line number Original line Diff line number Diff line
@@ -9,6 +9,8 @@


	#address-cells = <2>;
	#address-cells = <2>;
	#size-cells = <2>;
	#size-cells = <2>;
	interrupt-parent = <&intc>;

	memory { device_type = "memory"; reg = <0 0 0 0>; };
	memory { device_type = "memory"; reg = <0 0 0 0>; };


	mem-offline {
	mem-offline {
@@ -120,6 +122,10 @@
		};
		};
	};
	};


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


	reserved-memory {
	reserved-memory {
		#address-cells = <2>;
		#address-cells = <2>;