Describe the bug
I used an EMMC5.1 to Micro SD converter on my raspberry pi 3b+, but sd_overclock doesn't work because EMMC5.1 requested 52MHz instead of 50MHz.EMMC5.1 will request 52MHz to traditional SD hosts.I hope to be able to use sd_overclock normally when using EMMC5.1
Device (s)
Raspberry Pi 3 Mod. B+
Logs
$ sudo cat /sys/kernel/debug/mmc0/ios
clock: 52000000 Hz
actual clock: 50000000 Hz
vdd: 21 (3.3 ~ 3.4 V)
bus mode: 2 (push-pull)
chip select: 0 (don't care)
power mode: 2 (on)
bus width: 2 (4 bits)
timing spec: 1 (mmc high-speed)
signal voltage: 0 (3.30 V)
driver type: 0 (driver type B)
Additional context
No response