Skip to content

Commit 616821e

Browse files
Kaustabh Chakrabortylag-linaro
authored andcommitted
dt-bindings: mfd: samsung,s2mps11: Add compatible for s2mpu05-pmic
S2MPU05 is a PMIC present in Samsung's Exynos7870 devices. It houses voltage regulators (21 LDOs and 5 BUCKs), and an RTC module. Add the compatible string "samsung,s2mpu05-pmic" to the PMIC documentation. Signed-off-by: Kaustabh Chakraborty <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/20250204-exynos7870-pmic-regulators-v1-2-05adad38102c@disroot.org Signed-off-by: Lee Jones <[email protected]>
1 parent 7947219 commit 616821e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ properties:
2525
- samsung,s2mps14-pmic
2626
- samsung,s2mps15-pmic
2727
- samsung,s2mpu02-pmic
28+
- samsung,s2mpu05-pmic
2829

2930
clocks:
3031
$ref: /schemas/clock/samsung,s2mps11.yaml
@@ -125,6 +126,18 @@ allOf:
125126
samsung,s2mps11-acokb-ground: false
126127
samsung,s2mps11-wrstbi-ground: false
127128

129+
- if:
130+
properties:
131+
compatible:
132+
contains:
133+
const: samsung,s2mpu05-pmic
134+
then:
135+
properties:
136+
regulators:
137+
$ref: /schemas/regulator/samsung,s2mpu05.yaml
138+
samsung,s2mps11-acokb-ground: false
139+
samsung,s2mps11-wrstbi-ground: false
140+
128141
examples:
129142
- |
130143
#include <dt-bindings/interrupt-controller/irq.h>

0 commit comments

Comments
 (0)