While testing with the dev sample I tried 3 different USB-C chargers. Asking the PMIC using sensors tcpm_source_psy_4_0022-i2c-4-22 I got the following:
With a ‘dumb’ 15W RPi USB-C power brick (not USB PD compliant) obviously we’re ending up with 15W:
in0: 5.00 V (min = +5.00 V, max = +5.00 V)
curr1: 3.00 A (max = +3.00 A)
With some 24W USB-C charger 18W get negotiated:
in0: 12.00 V (min = +12.00 V, max = +12.00 V)
curr1: 1.50 A (max = +1.50 A)
And with an Apple ‘96W USB-C Power Adapter’ we’re at 27W:
in0: 9.00 V (min = +9.00 V, max = +9.00 V)
curr1: 3.00 A (max = +3.00 A)
Is there already an advice how we can convince PMIC or USB PD chip to negotiate different settings?
And any chance to power the board differently e.g. 5V via GPIO header?
Thank you! My results are mixed. My cheap 24W charger is obviously 15V capable since it negotiates now this (24W instead of 18W):
in0: 15.00 V (min = +15.00 V, max = +15.00 V)
curr1: 1.60 A (max = +1.60 A)
But both my Apple USB-C chargers show problems now (boot loop). Even after restoring rk3588-rock-5b.dtb and removing the overlay. Need to further investigate…
Great, so I need to grab my old 5V PSUs with Dupont wiring to check out USB-C capabilities…
if its 5v it should be safe but it will need with nvme drive arround 4A or without nvme 3A
so look out for the label on the psu (warning most led strip powersupplies are 12V)
Hello, i want to use a PD power supply for a rockpi5 nas build and I need 12V for hdds.
ATM i use a 12V PD decoy module for powering the hdds - it works so far.
I don´t want a second usb cable for rockpi5 power supply.
I thought about welding a usb c male connector on the 12V ye/bk cable pair and plug it directly in the rockpi 5. Is this possible?
What do you think. Is there a better solution to directly negotiate 12V 3A that there is no need for a external decoy module. Greetings, happy new year and thank you in advance
I ended up using a different power supply one that shows voltage, when plugged into qc3 port and the other on it stays at 5v and fails on high load but if I use the usb-c to usb-s port one that says pd-5 it starts on 5v then switches to 12v after a minute and stays there. only certain images work though will run some more tests.