mmc: dw_mmc: The "clock-freq-min-max" property was deprecated
[platform/kernel/linux-starfive.git] / drivers / mmc / host / dw_mmc.c
index 3c553dc..881ca3e 100644 (file)
@@ -2609,6 +2609,8 @@ static int dw_mci_init_slot(struct dw_mci *host, unsigned int id)
                mmc->f_min = DW_MCI_FREQ_MIN;
                mmc->f_max = DW_MCI_FREQ_MAX;
        } else {
+               dev_info(host->dev,
+                       "'clock-freq-min-max' property was deprecated.\n");
                mmc->f_min = freq[0];
                mmc->f_max = freq[1];
        }