Skip to content

Commit 5b8c304

Browse files
robherringkrzk
authored andcommitted
dt-bindings: pinctrl: qcom,pmic-mpp: Rename "mpp" child node names to "-pins$"
Just 'mpp' is a bit ambiguous for a pattern as it allows any prefix or suffix. Change the node name pattern to "-pins$" to align with other Qualcomm pinctrl bindings. Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 12a18bb commit 5b8c304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ patternProperties:
7474
oneOf:
7575
- $ref: "#/$defs/qcom-pmic-mpp-state"
7676
- patternProperties:
77-
"mpp":
77+
'-pins$':
7878
$ref: "#/$defs/qcom-pmic-mpp-state"
7979
additionalProperties: false
8080

@@ -179,7 +179,7 @@ examples:
179179
};
180180
181181
default-state {
182-
gpio-mpp {
182+
gpio-pins {
183183
pins = "mpp1", "mpp2", "mpp3", "mpp4";
184184
function = "digital";
185185
input-enable;

0 commit comments

Comments
 (0)