Hi Thierry, On Thu, Aug 29, 2024 at 05:31:23PM GMT, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > > On Thu, 15 Aug 2024 16:50:38 +0100, Diogo Ivo wrote: > > Define the wp-gpio for the P2597 board. > > > > For this, patch 1 fixes the assignment of the vmmc supply's gpio that > > was incorrectly assigned to the wp-gpio of the external slot. > > > > Patch 2 adds the definition of the wp-gpio. > > > > [...] > > Applied, thanks! Thanks for picking up the patches! In my testing around SD/MMC I found that currently UHS-I cards are broken on the P2597. When trying to use one the system shows somewhat erratic behaviour where it sometimes hangs and some other times it simply fails to read from the SD card. I have tracked the point at which this happens to be around tegra_sdhci_pad_autocalib() when switching to SDR104 mode, where there is the possibility of using specific offsets for this mode. Currently there are no values specified in tegra210.dtsi, so the 1.8V values are being used. However, when I tried specifying them as nvidia,pad-autocal-pull-up-offset-sdr104 = <0>; nvidia,pad-autocal-pull-down-offset-sdr104 = <0>; in the DT things started working fine. I did not send a patch with these values since I could not find what they should be on the X1 TRM, are there any recommended values for these parameters so that we can have this fixed? Diogo