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

Commit 35d474bb authored by Akshay Pandit's avatar Akshay Pandit Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Specify the irq type and trigger level

Specify irq type and trigger level in dtsi as per kernel 5_4
guidelines. Remove support for manua fw load.

Change-Id: I1fc5d9e2f6aa7f8193a088de95373779c779de07
parent 4f8fa86e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -61,8 +61,8 @@
			  <0x1e04000 0x28000>;
		reg-names = "ipa-base", "gsi-base";
		interrupts =
			<0 311 0>,
			<0 432 0>;
			<GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>,
			<GIC_SPI 432 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "ipa-irq", "gsi-irq";
		qcom,ipa-hw-ver = <15>; /* IPA core version = IPAv4.1 */
		qcom,ipa-hw-mode = <0>;
@@ -70,11 +70,11 @@
		qcom,ee = <0>;
		qcom,use-ipa-tethering-bridge;
		qcom,use-64-bit-dma-mask;
		qcom,ipa-wdi3-over-gsi;
		qcom,arm-smmu;
		qcom,use-ipa-pm;
		qcom,ipa-config-is-auto;
		qcom,bandwidth-vote-for-ipa;
		qcom,manual-fw-load;
		qcom,lan-rx-napi;
		qcom,tx-wrapper-cache-max-size = <400>;
		qcom,tx-napi;