diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-10-07 19:04:05 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-08 15:31:09 +0200 |
commit | f99636a044820fb61f400de0fdb96315a1aa9279 (patch) | |
tree | 25f41e766baa001ef397bc3baa4800cbaf39495a | |
parent | 2a56de2dec3afdca15a58ec13cb5fc244682cab6 (diff) | |
download | buildroot-f99636a044820fb61f400de0fdb96315a1aa9279.tar.gz buildroot-f99636a044820fb61f400de0fdb96315a1aa9279.zip |
imx6-sabresd: Improve the explanation of the fragment file
Improve the explanation of the need for using the performance governor.
This problem is specific to mx6sabresd board and the Egalax touchscreen
running a mainline kernel, so make this clear.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | board/freescale/imx6-sabresd/linux_qt5.fragment | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/imx6-sabresd/linux_qt5.fragment b/board/freescale/imx6-sabresd/linux_qt5.fragment index 5c0505e510..ffa5f63eab 100644 --- a/board/freescale/imx6-sabresd/linux_qt5.fragment +++ b/board/freescale/imx6-sabresd/linux_qt5.fragment @@ -1,4 +1,4 @@ -# Currently kernel mainline exhibits issues when running cpufreq as ondemand -# governor on mx6. +# Currently mx6sabresd exhibits touchscreen issues when running cpufreq as +# ondemand governor with a mainline kernel. # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y |