[PATCH] dt-bindings: mfd: Update pattern property case
From: Naresh Solanki
Date: Mon Feb 05 2024 - 06:02:57 EST
Driver expects regulator child node in upper case.
Hence align with the same.
Signed-off-by: Naresh Solanki <naresh.solanki@xxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/maxim,max5970.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/mfd/maxim,max5970.yaml b/Documentation/devicetree/bindings/mfd/maxim,max5970.yaml
index 0da5cae3852e..43c7f7f8d43f 100644
--- a/Documentation/devicetree/bindings/mfd/maxim,max5970.yaml
+++ b/Documentation/devicetree/bindings/mfd/maxim,max5970.yaml
@@ -66,7 +66,7 @@ properties:
Properties for both hot swap control/switch.
patternProperties:
- "^sw[0-1]$":
+ "^SW[0-1]$":
$ref: /schemas/regulator/regulator.yaml#
type: object
properties:
@@ -110,7 +110,7 @@ examples:
vss1-supply = <&p3v3>;
regulators {
- sw0_ref_0: sw0 {
+ sw0_ref_0: SW0 {
shunt-resistor-micro-ohms = <12000>;
};
};
@@ -144,10 +144,10 @@ examples:
vss2-supply = <&p5v>;
regulators {
- sw0_ref_1: sw0 {
+ sw0_ref_1: SW0 {
shunt-resistor-micro-ohms = <12000>;
};
- sw1_ref_1: sw1 {
+ sw1_ref_1: SW1 {
shunt-resistor-micro-ohms = <10000>;
};
};
base-commit: 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478
--
2.42.0