[PATCH 1/3] dt-bindings: mfd: s2mu005-pmic: reorder reg and interrupts properties
From: Kaustabh Chakraborty
Date: Mon Jun 15 2026 - 16:28:30 EST
As per convention, and as also reiterated by maintainers [1], the
properties in schema is to be ordered similar to how its done in
devicetree sources; starting from compatible and reg. Re-order the
properties in this schema accordingly.
Link: https://lore.kernel.org/all/0240eb13-6c56-4879-8db7-b990a220a78f@xxxxxxxxxx [1]
Suggested-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx>
---
.../devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml b/Documentation/devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml
index aff68c035b38e..8354422e39b1e 100644
--- a/Documentation/devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/samsung,s2mu005-pmic.yaml
@@ -21,14 +21,17 @@ properties:
compatible:
const: samsung,s2mu005-pmic
+ reg:
+ maxItems: 1
+
+ interrupts:
+ maxItems: 1
+
flash:
$ref: /schemas/leds/samsung,s2mu005-flash.yaml#
description:
Child node describing flash LEDs.
- interrupts:
- maxItems: 1
-
muic:
$ref: /schemas/extcon/samsung,s2mu005-muic.yaml#
description:
@@ -49,9 +52,6 @@ properties:
unevaluatedProperties: false
- reg:
- maxItems: 1
-
required:
- compatible
- reg
--
2.53.0