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

Commit a92ea634 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable USB type C support for msmgold"

parents 7ba051f2 42bf60c4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1143,5 +1143,18 @@
				};
			};
		};

		usbc_int_default: usbc_int_default {
			mux {
				pins = "gpio97", "gpio131";
				function = "gpio";
			};

			config {
				pins = "gpio97", "gpio131";
				drive-strength = <2>;
				bias-pull-up;
			};
		};
	};
};
+11 −0
Original line number Diff line number Diff line
@@ -484,6 +484,17 @@
		dmas = <&dma_blsp1 6 64 0x20000020 0x20>,
			<&dma_blsp1 7 32 0x20000020 0x20>;
		dma-names = "tx", "rx";

		pericom-type-c@1d {
			compatible = "pericom,usb-type-c";
			reg = <0x1d>;
			vdd_io-supply = <&pmgold_l5>;
			interrupt-parent = <&tlmm>;
			interrupts = <97 2>;	/* TLMM 97, TRIGGER_FALLING */
			pericom,enb-gpio = <&tlmm 131 0x1>;	/* active low */
			pinctrl-names = "default";
			pinctrl-0 = <&usbc_int_default>;
		};
	};

	i2c_3: i2c@78b7000 { /* BLSP1 QUP3 */