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

Commit 53b670a7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 5e0f1cd9 1ce1f111
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;