mirror of
https://github.com/ARM-software/devlib.git
synced 2025-10-18 16:43:19 +01:00
Recent Intel machines uses the CPUFreq pstate driver, which does not create the standard "/sys/devices/system/cpu/cpufreq" folder usually created by other (mostly ARM platform) drivers. This patch fixes the probe method to check for the propert pstate driver being available in order to enabled the CPUFreq module. Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>