cpufreq: pcc-cpufreq: Fix doorbell.access_width
authorMike Galbraith <umgwanakikbuti@gmail.com>
Thu, 23 Jun 2016 06:45:42 +0000 (08:45 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 Jun 2016 21:09:51 +0000 (23:09 +0200)
commit3c67a829bd45f99b5c03580bb898c99fcc023356
tree5dde03a2ac8ccde18a2ef3c6c800dd3f63c6e2e6
parent33688abb2802ff3a230bd2441f765477b94cc89e
cpufreq: pcc-cpufreq: Fix doorbell.access_width

Commit 920de6ebfab8 (ACPICA: Hardware: Enhance
acpi_hw_validate_register() with access_width/bit_offset awareness)
apparently exposed a latent bug, doorbell.access_width is initialized
to 64, but per Lv Zheng, it should be 4, and indeed, making that
change does bring pcc-cpufreq back to life.

Fixes: 920de6ebfab8 (ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awareness)
Suggested-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Mike Galbraith <umgwanakikbuti@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/pcc-cpufreq.c