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

PocketBeagle floating inputs should have RX disabled #201

Open
jadonk opened this issue Apr 6, 2019 · 2 comments
Open

PocketBeagle floating inputs should have RX disabled #201

jadonk opened this issue Apr 6, 2019 · 2 comments
Assignees
Labels
pocket PocketBeagle

Comments

@jadonk
Copy link
Sponsor Member

jadonk commented Apr 6, 2019

The pinmux for P1.2 and P2.35 should be set to RX disabled for the case where an analog input is provided on those pins floating between 0V and 3.3V. Otherwise, there is extra I/O cell leakage.

http://processors.wiki.ti.com/index.php/AM335x_Schematic_Checklist

@jadonk jadonk self-assigned this Apr 6, 2019
@pdp7
Copy link
Contributor

pdp7 commented Jun 9, 2020

@jadonk do you mean disabled by kernel driver?

@pdp7 pdp7 added the pocket PocketBeagle label Jun 10, 2020
@pdp7
Copy link
Contributor

pdp7 commented Jul 8, 2020

@jadonk I think you mean setting the mux mode to have RX disabled in the device tree
Per the cape header pins sheet, I believe P1.02 / AIN6 / GPIO87 is:

  • mode0: lcd hsync
  • mode7: gpio 2.23

and P2.35 / AIN5 / GPIO86 is:

  • mode0: lcd vsync
  • mode7: gpio 2.22

Does that look right?

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

No branches or pull requests

2 participants