Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: ti: k3-am69-aquila-clover: 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
Clover Board is not sinking any current, it is self powered).

Fixes: 9f748a6177e1 ("arm64: dts: ti: am69-aquila: Add Clover")
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Link: https://patch.msgid.link/20251204134220.129304-3-francesco@dolcini.it
Signed-off-by: Nishanth Menon <nm@ti.com>

authored by

Francesco Dolcini and committed by
Nishanth Menon
b548f394 36ee9f8b

+2 -2
+2 -2
arch/arm64/boot/dts/ti/k3-am69-aquila-clover.dts
··· 280 280 try-power-role = "sink"; 281 281 self-powered; 282 282 source-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>; 283 - sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>; 284 - op-sink-microwatt = <1000000>; 283 + sink-pdos = <PDO_FIXED(5000, 0, PDO_FIXED_USB_COMM)>; 284 + op-sink-microwatt = <0>; 285 285 286 286 ports { 287 287 #address-cells = <1>;