]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: multi_v7_defconfig: Enable max77802 regulator
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 16 Jul 2015 06:39:42 +0000 (08:39 +0200)
committerKukjin Kim <kgene@kernel.org>
Tue, 11 Aug 2015 23:15:02 +0000 (08:15 +0900)
commitc3e71f4b5f580b43e0eb3be18059c8844d8713e7
tree205f6619aa62d95bc75a0e69b51f6dfcad45139a
parent3e5e95ff468b3d19fb08a308b921a83716650b48
ARM: multi_v7_defconfig: Enable max77802 regulator

The Exynos5420 based Peach Pit and Exynos5800 based Peach Pi Chromebooks
use the Maxim max77802 Power Management IC (PMIC). This PMIC has besides
other devices, a set of regulators that can be controller over I2C.

Commit f3caa529c6f5 ("ARM: multi_v7_defconfig: Enable max77802 regulator,
rtc and clock drivers") was supposed to enable the config option for the
regulator driver as a module but the final version that landed did not
include this. The commit was modified and the REGULATOR_MAX77802 removed
since it was thought to be useless.

Unfortunately that's not the case for the mentioned reason above so this
patch enables the needed Kconfig option.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
[kgene@kernel.org: fixed ordering according to make savedefconfig]
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/configs/multi_v7_defconfig