Issues with no MOSI data on spidev1.0 (c260000) on AGX Orin #1710
-
Hi all,
Now, My first thought was that there's something wrong with the pinmux, but I'm not even sure which spi instance in the pinmux corresponds to this one. It seems that some of the pinmux SPI instances default to "mosi" being an input/tristate (possible for SPI Slave mode?), but after changing every MOSI's pinmux to look identical to the first SPI instance I'm still seeing the same problem. Is this something that anyone else has dealt with before? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: After days of investigation, I've uncovered something very strange in
... And of course, PCC.02 is spi2 mosi. I added an extra line to disable the regulator and it fixed the issue.
However, this still doesn't explain how/why this is happening. There's nothing special in my device tree that would cause this. Has anyone seen this? |
Beta Was this translation helpful? Give feedback.
Update: After days of investigation, I've uncovered something very strange in
/sys/kernel/debug/gpio
:... And of course, PCC.02 is spi2 mosi. I added an extra line to disable the regulator and it fixed the issue.
However, this still doesn't expla…