linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: multi_v7_defconfig: enable Rockchip io-domain driver
@ 2015-12-21 21:21 Heiko Stübner
  2015-12-21 21:21 ` [PATCH 2/3] ARM: multi_v7_defconfig: enable rockchip crypto module Heiko Stübner
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Heiko Stübner @ 2015-12-21 21:21 UTC (permalink / raw)
  To: linux-arm-kernel

The io-domain driver is necessary to notify the soc about voltages changes
happening on supplying regulators. Probably the most important user right
now is the mmc tuning code, where the soc needs to get notified when the
voltage is dropped to the 1.8V point.

As this option is necessary to sucessfully tune UHS cards etc, it should
get built in.

Signed-off-by: Heiko Stuebner <heiko.stuebner@collabora.com>
---
When booting a Veyron-Jerry from an sd-card it got stuck, as the tuning
failed due to the missing voltage notification and the mmc completely
fails initialization of the card, if this happens.
With this option enabled, I could again boot from my sd-card.

This is based on the 

 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 69a22fd..be57898 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -371,6 +371,8 @@ CONFIG_POWER_RESET_GPIO=y
 CONFIG_POWER_RESET_GPIO_RESTART=y
 CONFIG_POWER_RESET_KEYSTONE=y
 CONFIG_POWER_RESET_RMOBILE=y
+CONFIG_POWER_AVS=y
+CONFIG_ROCKCHIP_IODOMAIN=y
 CONFIG_SENSORS_LM90=y
 CONFIG_SENSORS_LM95245=y
 CONFIG_SENSORS_NTC_THERMISTOR=m
-- 
2.6.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-23  0:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-21 21:21 [PATCH 1/3] ARM: multi_v7_defconfig: enable Rockchip io-domain driver Heiko Stübner
2015-12-21 21:21 ` [PATCH 2/3] ARM: multi_v7_defconfig: enable rockchip crypto module Heiko Stübner
2015-12-21 21:22 ` [PATCH 3/3] ARM: multi_v7_defconfig: enable rk808 clkout module Heiko Stübner
2015-12-22 22:56 ` [PATCH 1/3] ARM: multi_v7_defconfig: enable Rockchip io-domain driver Olof Johansson
2015-12-23  0:10   ` Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).