Commit 2ffcfe79 authored by Thara Gopinath's avatar Thara Gopinath Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm8150: Add support for LMh node

parent 1f879004
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -3769,6 +3769,30 @@
			#freq-domain-cells = <1>;
		};

		lmh_cluster1: lmh@18350800 {
			compatible = "qcom,sm8150-lmh";
			reg = <0 0x18350800 0 0x400>;
			interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
			cpus = <&CPU4>;
			qcom,lmh-temp-arm-millicelsius = <60000>;
			qcom,lmh-temp-low-millicelsius = <84500>;
			qcom,lmh-temp-high-millicelsius = <85000>;
			interrupt-controller;
			#interrupt-cells = <1>;
		};

		lmh_cluster0: lmh@18358800 {
			compatible = "qcom,sm8150-lmh";
			reg = <0 0x18358800 0 0x400>;
			interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
			cpus = <&CPU0>;
			qcom,lmh-temp-arm-millicelsius = <60000>;
			qcom,lmh-temp-low-millicelsius = <84500>;
			qcom,lmh-temp-high-millicelsius = <85000>;
			interrupt-controller;
			#interrupt-cells = <1>;
		};

		wifi: wifi@18800000 {
			compatible = "qcom,wcn3990-wifi";
			reg = <0 0x18800000 0 0x800000>;