linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: Fix bootup issue on smdk5250
@ 2014-11-18 12:08 Yadwinder Singh Brar
  2014-11-18 12:08 ` [PATCH 2/2] ARM: dts: Add missing irq pinctrl for max77686 " Yadwinder Singh Brar
  2014-11-20  4:01 ` [1/2] ARM: dts: Fix bootup issue " Pankaj Dubey
  0 siblings, 2 replies; 14+ messages in thread
From: Yadwinder Singh Brar @ 2014-11-18 12:08 UTC (permalink / raw)
  To: linux-arm-kernel

With default config on smdk5250 latest tree throws below message :

[    2.226049] thermal thermal_zone0: critical temperature reached(224 C),shutting down
[    2.227840] reboot: Failed to start orderly shutdown: forcing the issue

and hangs randomly because it reads wrong temperature value.

I can't figure out any direct relation between LDO10 and TMU from board
schematics which I have. So making LDO10 always-on to fix issue for now.

Signed-off-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
---
 arch/arm/boot/dts/exynos5250-smdk5250.dts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
index bc27cc2..95b5b51 100644
--- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
+++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -190,6 +190,7 @@
 				regulator-name = "P1.8V_LDO_OUT10";
 				regulator-min-microvolt = <1800000>;
 				regulator-max-microvolt = <1800000>;
+				regulator-always-on;
 			};
 
 			ldo11_reg: LDO11 {
-- 
1.7.0.4

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

end of thread, other threads:[~2015-08-18  7:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 12:08 [PATCH 1/2] ARM: dts: Fix bootup issue on smdk5250 Yadwinder Singh Brar
2014-11-18 12:08 ` [PATCH 2/2] ARM: dts: Add missing irq pinctrl for max77686 " Yadwinder Singh Brar
2014-11-18 14:02   ` Javier Martinez Canillas
2014-11-20  4:06   ` [2/2] " Pankaj Dubey
2015-04-28 11:02   ` Pankaj Dubey
2015-05-02  5:49     ` Krzysztof Kozlowski
2015-08-17  5:50       ` Krzysztof Kozlowski
2015-08-18  6:13         ` Pankaj Dubey
2015-08-18  6:27         ` Pankaj Dubey
2015-08-18  7:00           ` Krzysztof Kozlowski
2014-11-20  4:01 ` [1/2] ARM: dts: Fix bootup issue " Pankaj Dubey
2014-11-22  3:25   ` Kukjin Kim
2014-11-25 13:16     ` Yadwinder Singh Brar
2015-04-28 11:05     ` Pankaj Dubey

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).