[Doc] Added Q&A on the sub-drivers registrations necessary order

This commit is contained in:
CyrIng
2022-08-31 08:50:20 +00:00
parent 5dc3b62b58
commit 2994d49e40

View File

@@ -304,6 +304,15 @@ CPU IPS IPC CPI
3. load the _CoreFreq_ driver with its `Register_CPU_Freq` parameter:
`insmod corefreqk.ko Register_CPU_Freq=1`
* Q: Governor is missing in Kernel window even after a successful registration.
A: When Registrations are done through the UI, they have to be done in the following order:
1. Clock Source
2. Governor driver
3. CPU-FREQ driver
4. CPU-IDLE driver
5. CPU-IDLE route
* Q: The CPU freezes or the System crashes.