[U-Boot] [PATCH] ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Fix MMC Card Detect

2018-09-03 Thread Adam Ford
When re-syncing the DTS files from the kernel, something caused the MMC driver to no longer detect the MMC card. Undoing the CD-invert appears to fix the issue. Fixes: e6ea2390cde3 ("ARM: DTS: Resync LogicPD-Torpedo-37xx-devkit with Linux 4.18-RC4") Signed-off-by: Adam Ford diff --git a/arch/ar

Re: [U-Boot] [PATCH] ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Fix MMC Card Detect

2018-09-05 Thread Tuomas Tynkkynen
Hi Adam, On 09/03/2018 05:08 PM, Adam Ford wrote: When re-syncing the DTS files from the kernel, something caused the MMC driver to no longer detect the MMC card. Undoing the CD-invert appears to fix the issue. Fixes: e6ea2390cde3 ("ARM: DTS: Resync LogicPD-Torpedo-37xx-devkit with Linux 4.18-R

Re: [U-Boot] [PATCH] ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Fix MMC Card Detect

2018-09-08 Thread Adam Ford
On Wed, Sep 5, 2018 at 8:08 AM Tuomas Tynkkynen wrote: > > Hi Adam, > > On 09/03/2018 05:08 PM, Adam Ford wrote: > > When re-syncing the DTS files from the kernel, something caused > > the MMC driver to no longer detect the MMC card. Undoing the > > CD-invert appears to fix the issue. > > > > Fixe