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

Commit 7bad4953 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Support ea for msm8992 target"

parents 0caa69a8 8d4ed1d9
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
@@ -2847,6 +2847,46 @@
			qcom,dump-id = <0x85>;
		};
	};

	qcom,msm-core@fc4b8000 {
		compatible = "qcom,apss-core-ea";
		reg = <0xfc4b8000 0x1000>;
		qcom,low-hyst-temp = <10>;
		qcom,high-hyst-temp = <5>;
		qcom,polling-interval = <50>;

		qcom,core-mapping {
			qcom,cpu0-chars {
				qcom,sensor = <&sensor_information6>;
				qcom,cpu-name = <&CPU0>;
			};

			qcom,cpu1-chars {
				qcom,sensor = <&sensor_information6>;
				qcom,cpu-name = <&CPU1>;
			};

			qcom,cpu2-chars {
				qcom,sensor = <&sensor_information7>;
				qcom,cpu-name = <&CPU2>;
			};

			qcom,cpu3-chars {
				qcom,sensor = <&sensor_information8>;
				qcom,cpu-name = <&CPU3>;
			};

			qcom,cpu4-chars {
				qcom,sensor = <&sensor_information11>;
				qcom,cpu-name = <&CPU4>;
			};

			qcom,cpu5-chars {
				qcom,sensor = <&sensor_information12>;
				qcom,cpu-name = <&CPU5>;
			};
		};
	};
};

&gdsc_usb30 {