diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-01-15 02:36:42 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-27 01:04:52 +0100 |
commit | be1d70e0a208d7fdf1b432fed68cc6fc1cc670e5 (patch) | |
tree | 616c747ca3159520c4793ff74fd2ae36d0a7fa37 /target/linux | |
parent | 04b418ac848ed9de37900e5c713ff35cddc43ad6 (diff) | |
download | upstream-be1d70e0a208d7fdf1b432fed68cc6fc1cc670e5.tar.gz upstream-be1d70e0a208d7fdf1b432fed68cc6fc1cc670e5.tar.bz2 upstream-be1d70e0a208d7fdf1b432fed68cc6fc1cc670e5.zip |
sunxi: Add support for SY8106A voltage regulator
Add support for Silergy SY8106A voltage regulator which is
needed for cpufreq support on boards such as Orange Pi PC
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
[Remove CONFIG_REGULATOR_SY8106A from cortexa7]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/sunxi/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/sunxi/cortexa7/config-4.19 | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-4.19 b/target/linux/sunxi/config-4.19 index 7ae1c9f71e..c684c04e17 100644 --- a/target/linux/sunxi/config-4.19 +++ b/target/linux/sunxi/config-4.19 @@ -477,6 +477,7 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_AXP20X=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y +CONFIG_REGULATOR_SY8106A=y CONFIG_RELAY=y CONFIG_RESET_CONTROLLER=y CONFIG_RESET_SIMPLE=y diff --git a/target/linux/sunxi/cortexa7/config-4.19 b/target/linux/sunxi/cortexa7/config-4.19 index aa9f1825b4..ff9a1a8e3e 100644 --- a/target/linux/sunxi/cortexa7/config-4.19 +++ b/target/linux/sunxi/cortexa7/config-4.19 @@ -2,4 +2,3 @@ CONFIG_DWMAC_SUN8I=y # CONFIG_MACH_SUN4I is not set # CONFIG_MACH_SUN5I is not set CONFIG_MDIO_BUS_MUX=y -CONFIG_REGULATOR_SY8106A=y |