The latest SMU fw removes the limitation that required
UCLK >= DCEFCLK.
Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
        if (max_sustainable_clocks->soc_clock < max_sustainable_clocks->uclock)
                max_sustainable_clocks->uclock = max_sustainable_clocks->soc_clock;
 
-       if (max_sustainable_clocks->uclock < max_sustainable_clocks->dcef_clock)
-               max_sustainable_clocks->dcef_clock = max_sustainable_clocks->uclock;
-
        return 0;
 }