Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1238038

[PATCH 2/3] mfd: dt-bindings: Document pulled down WRSTBI pin on S2MPS1X

From Krzysztof Kozlowski <k.kozlowski@samsung.com>
Newsgroups linux.kernel
Subject [PATCH 2/3] mfd: dt-bindings: Document pulled down WRSTBI pin on S2MPS1X
Date 2015-10-02 10:30 +0200
Message-ID <qf3T4-6kK-17@gated-at.bofh.it> (permalink)
References <qf3T3-6kK-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Document a new Device Tree property 'samsung,s2mps11-wrstbi-ground'
indicating that WRSTBI pin of S2MPS13 PMIC is pulled down so
corresponding buck warm reset function should be disabled.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 Documentation/devicetree/bindings/mfd/s2mps11.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt
index 90eaef393325..890f0b0e1643 100644
--- a/Documentation/devicetree/bindings/mfd/s2mps11.txt
+++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt
@@ -19,6 +19,9 @@ Optional properties:
   connected to the ground so the PMIC must manually set PWRHOLD bit in CTRL1
   register to turn off the power. Usually the ACOKB is pulled up to VBATT so
   when PWRHOLD pin goes low, the rising ACOKB will trigger power off.
+- samsung,s2mps11-wrstbi-ground: Indicates that WRSTBI pin of PMIC is pulled
+  down. When the system is suspended it will always go down thus triggerring
+  unwanted buck warm reset (setting buck voltages to default values).
 
 Optional nodes:
 - clocks: s2mps11, s2mps13 and s5m8767 provide three(AP/CP/BT) buffered 32.768
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] mfd: sec-core: Dump PMIC revision to find out the HW Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-02 10:30 +0200
  [PATCH 2/3] mfd: dt-bindings: Document pulled down WRSTBI pin on  S2MPS1X Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-02 10:30 +0200
  [PATCH 3/3] mfd: sec-core: Disable buck voltage reset on watchdog  falling edge Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-02 10:30 +0200
    Re: [PATCH 3/3] mfd: sec-core: Disable buck voltage reset on watchdog  falling edge Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-10-05 15:40 +0200

csiph-web