[PATCH 2/3] dt-bindings: mfd: s2mu005-pmic: drop compatible property for multi-led node

From: Kaustabh Chakraborty

Date: Mon Jun 15 2026 - 16:29:04 EST


The multi-led node is very trivial in description and also has no
sub-nodes. A compatible string property for such nodes is not preferred
by upstream. Remove said node from the schema. While at it, also add a
description following its other sibling nodes.

Link: https://lore.kernel.org/all/d2f4cb7d-5c3e-4b9a-86ca-04262cbb9775@xxxxxxxxxx
Suggested-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx>
---
.../devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml b/Documentation/devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml
index 8354422e39b1e..f62fe7a05147e 100644
--- a/Documentation/devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml
@@ -38,17 +38,10 @@ properties:
Child node describing MUIC device.

multi-led:
- type: object
+ $ref: /schemas/leds/leds-class-multicolor.yaml#

- allOf:
- - $ref: /schemas/leds/leds-class-multicolor.yaml#
-
- properties:
- compatible:
- const: samsung,s2mu005-rgb
-
- required:
- - compatible
+ description:
+ Child node describing the RGB status LED.

unevaluatedProperties: false


--
2.53.0