From: Fabio Estevam Date: Sat, 7 Oct 2017 22:04:05 +0000 (-0300) Subject: imx6-sabresd: Improve the explanation of the fragment file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f99636a044820fb61f400de0fdb96315a1aa9279;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- 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