Skip to content

Commit 36ee9f8

Browse files
dolcininmenon
authored andcommitted
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: 39ac662 ("arm64: dts: ti: Add Aquila AM69 Support") Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Link: https://patch.msgid.link/20251204134220.129304-2-francesco@dolcini.it Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent e05f656 commit 36ee9f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/ti/k3-am69-aquila-dev.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@
399399
try-power-role = "sink";
400400
self-powered;
401401
source-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
402-
sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
403-
op-sink-microwatt = <1000000>;
402+
sink-pdos = <PDO_FIXED(5000, 0, PDO_FIXED_USB_COMM)>;
403+
op-sink-microwatt = <0>;
404404

405405
ports {
406406
#address-cells = <1>;

0 commit comments

Comments
 (0)