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

Commit 1ce1f111 authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

ARM: dts: msm: Add test bus gpio interrupt trigger support

Add support to trigger gpio interrupt trigger for mask and
match debug feature of sdcc.
In this not enabling gpio as it is shared with camera and
camera gets the priority.

Change-Id: I260f6c17c909aa733f120798dd32abd3bac05571
parent b78cfb64
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -243,6 +243,20 @@
			};
		};

		tb_trig1_on: tb_trig1_on {
			mux {
				pins = "gpio19";
				function = "SDC1_TB";
			};

			config {
				pins = "gpio19";
				bias-pull-up; /* PULL UP */
				drive-strength = <8>; /* 8 MA */
				input-enable;
			};
		};

		/* WSA speaker reset pin1 */
		spkr_1_sd_n {
			spkr_1_sd_n_sleep: spkr_1_sd_n_sleep {
+4 −3
Original line number Diff line number Diff line
@@ -1351,9 +1351,10 @@
		      <0x4748000 0x8000>;
		reg-names = "hc_mem", "cqhci_mem", "cqhci_ice";

		interrupts = <GIC_SPI 348 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "hc_irq", "pwr_irq";
		interrupts-extended = <&intc GIC_SPI 348 IRQ_TYPE_LEVEL_HIGH>,
				<&intc GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>,
				<&tlmm 19 IRQ_TYPE_EDGE_RISING>;
		interrupt-names = "hc_irq", "pwr_irq", "tb_trig_irq";

		qcom,bus-width = <8>;
		qcom,large-address-bus;