Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-microblaze.git] / drivers / phy / intel / phy-intel-keembay-emmc.c
index eb7c635..0eb11ac 100644 (file)
@@ -95,7 +95,8 @@ static int keembay_emmc_phy_power(struct phy *phy, bool on_off)
        else
                freqsel = 0x0;
 
-       if (mhz < 50 || mhz > 200)
+       /* Check for EMMC clock rate*/
+       if (mhz > 175)
                dev_warn(&phy->dev, "Unsupported rate: %d MHz\n", mhz);
 
        /*