Hello all!
I have a custom designed board with LS1046a processor. I want to put several processor cores into idle state and in order to do that I built the Linux kernel with the specific configuration options as told in the Layerscape processor sdk user guide(Chapter 11.1). My problem is that it seems that the driver not loaded, because when I check that it is loaded this is the output:
root@localhost:~# cat /sys/devices/system/cpu/cpuidle/current_driver
none
I even checked that the driver loaded at boot time:
root@localhost:~# dmesg | grep cpuidle
[ 0.282299] cpuidle: using governor ladder
[ 0.282362] cpuidle: using governor menu
Is there something that I miss out?
Thanks!