Re: [U-Boot] [PATCH] ARM: dts: logicpd-som-lv: Fix MMC1 card detect

2019-05-03 Thread Tom Rini
On Tue, Apr 30, 2019 at 07:53:16AM -0500, Adam Ford wrote: > The card detect pin was incorrectly using IRQ_TYPE_LEVEL_LOW > instead of GPIO_ACTIVE_LOW when reading the state of the CD pin. > > Without this patch, MMC1 won't be detected. > > This is the same patch submitted to linux-omap, but I

[U-Boot] [PATCH] ARM: dts: logicpd-som-lv: Fix MMC1 card detect

2019-04-30 Thread Adam Ford
The card detect pin was incorrectly using IRQ_TYPE_LEVEL_LOW instead of GPIO_ACTIVE_LOW when reading the state of the CD pin. Without this patch, MMC1 won't be detected. This is the same patch submitted to linux-omap, but I was hoping to get it applied to U-Boot without having to wait for the