Re: [PATCH] arm64: dts: qcom: sdm660-xiaomi-lavender: Add missing SD card detect GPIO

2025-04-16 Thread Bjorn Andersson
On Tue, 15 Apr 2025 16:01:01 +0300, Alexey Minnekhanov wrote: > During initial porting these cd-gpios were missed. Having card detect is > beneficial because driver does not need to do polling every second and it > can just use IRQ. SD card detection in U-Boot is also fixed by this. > > Fixes: c

[PATCH] arm64: dts: qcom: sdm660-xiaomi-lavender: Add missing SD card detect GPIO

2025-04-15 Thread Alexey Minnekhanov
During initial porting these cd-gpios were missed. Having card detect is beneficial because driver does not need to do polling every second and it can just use IRQ. SD card detection in U-Boot is also fixed by this. Fixes: cf85e9aee210 ("arm64: dts: qcom: sdm660-xiaomi-lavender: Add eMMC and SD")

Re: [PATCH] arm64: dts: qcom: sdm660-xiaomi-lavender: Add missing SD card detect GPIO

2025-04-15 Thread Dmitry Baryshkov
On Tue, Apr 15, 2025 at 04:01:01PM +0300, Alexey Minnekhanov wrote: > During initial porting these cd-gpios were missed. Having card detect is > beneficial because driver does not need to do polling every second and it > can just use IRQ. SD card detection in U-Boot is also fixed by this. > > Fixe