Re: [PATCH V2] ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect

From: Drew Fustini
Date: Tue Jun 16 2020 - 12:19:52 EST


On Tue, Jun 16, 2020 at 09:10:24AM -0700, Tony Lindgren wrote:
> * Drew Fustini <drew@xxxxxxxxxxxxxxx> [200609 14:46]:
> > AM3358 pin mcasp0_aclkr (ZCZ ball B13) [0] is routed to P1.31 header [1]
> > Mode 4 of this pin is mmc0_sdwp (SD Write Protect). A signal connected
> > to P1.31 may accidentally trigger mmc0 write protection. To avoid this
> > situation, do not put mcasp0_aclkr in mode 4 (mmc0_sdwp) by default.
> >
> > [0] http://www.ti.com/lit/ds/symlink/am3358.pdf
> > [1] https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#531_Expansion_Headers
> >
> > Fixes: 047905376a16 (ARM: dts: Add am335x-pocketbeagle)
> > Signed-off-by: Robert Nelson <robertcnelson@xxxxxxxxx>
> > Signed-off-by: Drew Fustini <drew@xxxxxxxxxxxxxxx>
> > ---
> > V2 change:
> > - correct P1.13 to P1.31, apologies for not catching that in V1
>
> Thanks (manually) applying into fixes. Your outgoing mail server has replaced
> the tabs in the patch with spaces making it not apply FYI.
>
> Regards,
>
> Tony

Thanks, Tony.

That is werid about the spaces. I use mutt to send mail via smtp.google.com
(beagleboard.org is gsuite). I'll inspect more closely next time.