Re: [PATCH 0/2] arm64: tegra: add wp-gpio to P2957 board

From: Diogo Ivo
Date: Wed Aug 21 2024 - 07:30:56 EST


On Tue, Aug 20, 2024 at 06:32:44PM GMT, Tomasz Maciej Nowak wrote:
>
> W dniu 15.08.2024 o 17:50, Diogo Ivo pisze:
> > 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.
> >
> > Signed-off-by: Diogo Ivo <diogo.ivo@xxxxxxxxxxxxxxxxxx>
> > ---
> > Diogo Ivo (2):
> > arm64: tegra: Fix gpio for P2597 vmmc regulator
> > arm64: tegra: Add wp-gpio for P2597's external card slot
>
> Hi,
> for both patches
> Tested-by: Tomasz Maciej Nowak <tmn505@xxxxxxxxx>
>
> PS
> I case You wish to save some digging for other features I enabled BT+WiFi, PWM-FAN
> and power sensors in this tree: https://github.com/tmn505/linux/tree/jetson-tx1
> For passing MAC addresses for BT+WiFi from cboot provided dtb check this U-Boot
> tree: https://github.com/tmn505/u-boot/tree/jetson-tx1

Thanks for testing! Are you planning on sending your patches upstream?
It would be nice to have those features enabled, and I can add my
Tested-by once I test them.

Diogo