diff options
author | Ingo Molnar <mingo@kernel.org> | 2014-08-22 04:04:15 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-08-22 04:04:15 -0400 |
commit | 80b304fd00e8b667775ff791121b61ecd7cd0c03 (patch) | |
tree | b4f2ec59fe062c43343ee4c2f10a6bcd0e4dcd1b /Documentation/devicetree/bindings/mfd/s2mps11.txt | |
parent | fb21b84e7f809ef04b1e5aed5d463cf0d4866638 (diff) | |
parent | 6a7519e81321343165f89abb8b616df186d3e57a (diff) |
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent
Pull EFI fixes from Matt Fleming:
* WARN_ON(!spin_is_locked()) always triggers on non-SMP machines.
Swap it for the more canonical lockdep_assert_held() which always
does the right thing - Guenter Roeck
* Assign the correct value to efi.runtime_version on arm64 so that all
the runtime services can be invoked - Semen Protsenko
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/s2mps11.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/s2mps11.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt index d81ba30c0d8b..ba2d7f0f9c5f 100644 --- a/Documentation/devicetree/bindings/mfd/s2mps11.txt +++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | * Samsung S2MPS11 and S2MPS14 Voltage and Current Regulator | 2 | * Samsung S2MPS11, S2MPS14 and S2MPU02 Voltage and Current Regulator |
3 | 3 | ||
4 | The Samsung S2MPS11 is a multi-function device which includes voltage and | 4 | The Samsung S2MPS11 is a multi-function device which includes voltage and |
5 | current regulators, RTC, charger controller and other sub-blocks. It is | 5 | current regulators, RTC, charger controller and other sub-blocks. It is |
@@ -7,7 +7,8 @@ interfaced to the host controller using an I2C interface. Each sub-block is | |||
7 | addressed by the host system using different I2C slave addresses. | 7 | addressed by the host system using different I2C slave addresses. |
8 | 8 | ||
9 | Required properties: | 9 | Required properties: |
10 | - compatible: Should be "samsung,s2mps11-pmic" or "samsung,s2mps14-pmic". | 10 | - compatible: Should be "samsung,s2mps11-pmic" or "samsung,s2mps14-pmic" |
11 | or "samsung,s2mpu02-pmic". | ||
11 | - reg: Specifies the I2C slave address of the pmic block. It should be 0x66. | 12 | - reg: Specifies the I2C slave address of the pmic block. It should be 0x66. |
12 | 13 | ||
13 | Optional properties: | 14 | Optional properties: |
@@ -81,11 +82,13 @@ as per the datasheet of s2mps11. | |||
81 | - valid values for n are: | 82 | - valid values for n are: |
82 | - S2MPS11: 1 to 38 | 83 | - S2MPS11: 1 to 38 |
83 | - S2MPS14: 1 to 25 | 84 | - S2MPS14: 1 to 25 |
84 | - Example: LDO1, LD02, LDO28 | 85 | - S2MPU02: 1 to 28 |
86 | - Example: LDO1, LDO2, LDO28 | ||
85 | - BUCKn | 87 | - BUCKn |
86 | - valid values for n are: | 88 | - valid values for n are: |
87 | - S2MPS11: 1 to 10 | 89 | - S2MPS11: 1 to 10 |
88 | - S2MPS14: 1 to 5 | 90 | - S2MPS14: 1 to 5 |
91 | - S2MPU02: 1 to 7 | ||
89 | - Example: BUCK1, BUCK2, BUCK9 | 92 | - Example: BUCK1, BUCK2, BUCK9 |
90 | 93 | ||
91 | Example: | 94 | Example: |
@@ -96,7 +99,7 @@ Example: | |||
96 | 99 | ||
97 | s2m_osc: clocks { | 100 | s2m_osc: clocks { |
98 | compatible = "samsung,s2mps11-clk"; | 101 | compatible = "samsung,s2mps11-clk"; |
99 | #clock-cells = 1; | 102 | #clock-cells = <1>; |
100 | clock-output-names = "xx", "yy", "zz"; | 103 | clock-output-names = "xx", "yy", "zz"; |
101 | }; | 104 | }; |
102 | 105 | ||