Skip to content

Issues with no MOSI data on spidev1.0 (c260000) on AGX Orin #1710

Discussion options

You must be logged in to vote

Update: After days of investigation, I've uncovered something very strange in /sys/kernel/debug/gpio:

 gpio-323 (PAA.07              )
 gpio-324 (PBB.00              )
 gpio-325 (PBB.01              )
 gpio-326 (PBB.02              )
 gpio-327 (PBB.03              )
 gpio-328 (PCC.00              )
 gpio-329 (PCC.01              )
 gpio-330 (PCC.02              |fixed-regulators:reg) out lo 
 gpio-331 (PCC.03              )
 gpio-332 (PCC.04              )

... And of course, PCC.02 is spi2 mosi. I added an extra line to disable the regulator and it fixed the issue.

	fixed-regulators {
		dsi_vdd_1v8_bl_en: regulator@116 {
			status = "disabled";
		};
	};

However, this still doesn't expla…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by conradmenchine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant