diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2018-11-23 08:51:13 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-23 10:48:00 +0100 |
| commit | 91887cf778081d31b408d8f527eb4bc24fdcb1d8 (patch) | |
| tree | e286da67413b1bae905d94b6e06706c535491c56 /board | |
| parent | 1352ad412647f5b255a10d1ad0d71084e8833f79 (diff) | |
| download | buildroot-91887cf778081d31b408d8f527eb4bc24fdcb1d8.tar.gz buildroot-91887cf778081d31b408d8f527eb4bc24fdcb1d8.zip | |
orangepi_pc_defconfig: bump linux to 4.19.3, u-boot to 2018.11
4.18 brought cpufreq support for H3, but sunxi_defconfig does not enable the
driver for the sy8106a regulator used on the board or enable the ondemand
cpufreq govenor so the frequency is dynamically adjusted - So enable these in
linux.fragment.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'board')
| -rw-r--r-- | board/orangepi/orangepi-pc/linux.fragment | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/orangepi/orangepi-pc/linux.fragment b/board/orangepi/orangepi-pc/linux.fragment index cdd522452a..581b715bd5 100644 --- a/board/orangepi/orangepi-pc/linux.fragment +++ b/board/orangepi/orangepi-pc/linux.fragment @@ -1,3 +1,5 @@ +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +CONFIG_REGULATOR_SY8106A=y CONFIG_DRM_SUN8I_DW_HDMI=y CONFIG_SUN8I_DE2_CCU=y CONFIG_SND_SUN8I_CODEC_ANALOG=y |

