Commit 36ee9f8b authored by Francesco Dolcini's avatar Francesco Dolcini Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-am69-aquila-dev: Fix USB-C Sink PDO



Change USB-C Sink PDO and the amount of power that the device can sink
to zero to maximize compatibility with other USB peers (the Aquila
Development Board is not sinking any current, it is self powered).

Fixes: 39ac6623 ("arm64: dts: ti: Add Aquila AM69 Support")
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Link: https://patch.msgid.link/20251204134220.129304-2-francesco@dolcini.it


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent e05f6566
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -399,8 +399,8 @@ connector {
			try-power-role = "sink";
			self-powered;
			source-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
			sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
			op-sink-microwatt = <1000000>;
			sink-pdos = <PDO_FIXED(5000, 0, PDO_FIXED_USB_COMM)>;
			op-sink-microwatt = <0>;

			ports {
				#address-cells = <1>;