Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB Power Delivery Controller (PDC) Disabled #1

Open
wbenoot opened this issue Sep 8, 2023 · 1 comment
Open

USB Power Delivery Controller (PDC) Disabled #1

wbenoot opened this issue Sep 8, 2023 · 1 comment

Comments

@wbenoot
Copy link

wbenoot commented Sep 8, 2023

I have a question regarding the USB-C DP on the Antmicro Orin Baseboard and the accompanying Device Tree in this custom kernel. The power over USB on the two USB-C (DBG and most left) ports did not work out-of-the-box on our test board. On further inspection of the DTS, I found the "tegra234-antmicro-job-usb.dtsi" file in which the status of both PDCs is set to "disabled".

/*
* TPS65988 dual-port USB-C Power Delivery controller
* port1 is USBC3 (J3) @ i2c_addr=h23
* port2 is USBC0 (J4) @ i2c_addr=h27
*/

job_usbc3_pdc: tps65988@23 {
  compatible = "ti,tps6598x";
  status = "disabled";
  reg = <0x23>;
};

job_usbc0_pdc: tps65988@27 {
  compatible = "ti,tps6598x";
  status = "disabled";
  reg = <0x27>;
};

Can I presume that power over USB-C is turned off by default in the PD Controller (TPS65988)? Should I enable it using an appropriate I2C command? Or does enabling it in the DTSI file and reflashing the board also allow power over USB?

Thanks in advance to anyone who can clear this up!

@chicoband
Copy link

Hey @wbenoot Did enabling it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants