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-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: 39ac6623b1d8 ("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>

authored by

Francesco Dolcini and committed by
Nishanth Menon
36ee9f8b e05f6566

+2 -2
+2 -2
arch/arm64/boot/dts/ti/k3-am69-aquila-dev.dts
··· 399 399 try-power-role = "sink"; 400 400 self-powered; 401 401 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>; 404 404 405 405 ports { 406 406 #address-cells = <1>;