Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <kauschluss@disroot.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250204-exynos7870-pmic-regulators-v1-2-05adad38102c@disroot.org
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Kaustabh Chakraborty and committed by
Lee Jones
616821ea 7947219a

+13
+13
Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml
··· 25 25 - samsung,s2mps14-pmic 26 26 - samsung,s2mps15-pmic 27 27 - samsung,s2mpu02-pmic 28 + - samsung,s2mpu05-pmic 28 29 29 30 clocks: 30 31 $ref: /schemas/clock/samsung,s2mps11.yaml ··· 123 122 properties: 124 123 regulators: 125 124 $ref: /schemas/regulator/samsung,s2mpu02.yaml 125 + samsung,s2mps11-acokb-ground: false 126 + samsung,s2mps11-wrstbi-ground: false 127 + 128 + - if: 129 + properties: 130 + compatible: 131 + contains: 132 + const: samsung,s2mpu05-pmic 133 + then: 134 + properties: 135 + regulators: 136 + $ref: /schemas/regulator/samsung,s2mpu05.yaml 126 137 samsung,s2mps11-acokb-ground: false 127 138 samsung,s2mps11-wrstbi-ground: false 128 139