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

Commit da29fd1f authored by Sandeep Singh's avatar Sandeep Singh
Browse files

ARM: dts: msm: Update wlan configuration for saipan

Update regulator properties and smp2p interrupts for error fatal
indication for saipan.

Change-Id: I716c25990858c0d0d52f43c6f37a853577d05bde
parent c343e015
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@
			interrupt-controller;
			#interrupt-cells = <2>;
		};

		smp2p_wlan_1_in: qcom,smp2p-wlan-1-in {
			qcom,entry-name = "wlan";
			interrupt-controller;
			#interrupt-cells = <2>;
		};
	};

	qcom,smp2p-adsp {
+10 −1
Original line number Diff line number Diff line
@@ -2786,7 +2786,6 @@
	};

	icnss: qcom,icnss@18800000 {
		status = "disabled";
		compatible = "qcom,icnss";
		reg = <0x18800000 0x800000>,
		      <0xb0000000 0x10000>;
@@ -2807,6 +2806,16 @@
		qcom,wlan-msa-fixed-region = <&pil_wlan_fw_mem>;
		qcom,iommu-dma-addr-pool = <0xa0000000 0x10000000>;
		qcom,iommu-dma = "bypass";
		vdd-cx-mx-supply = <&L1A>;
		vdd-1.8-xo-supply = <&L14A>;
		vdd-1.3-rfa-supply = <&L2C>;
		vdd-3.3-ch0-supply = <&L10C>;
		qcom,smp2p_map_wlan_1_in {
			interrupts-extended = <&smp2p_wlan_1_in 0 0>,
					      <&smp2p_wlan_1_in 1 0>;
			interrupt-names = "qcom,smp2p-force-fatal-error",
					  "qcom,smp2p-early-crash-ind";
		};
	};

	qcom,npu@9800000 {