From 5f207df8a33ce309fc828a6880ace731f0065194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= <nfraprado@collabora.com> Date: Tue, 7 Dec 2021 12:11:09 -0500 Subject: [PATCH] STOPSHIP: dt-bindings: pinctrl: Require pins suffix instead of prefix for subnodes --- Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml index 3c84676a167df..87419537c14e7 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml @@ -51,7 +51,7 @@ properties: #PIN CONFIGURATION NODES patternProperties: - '^pins': + 'pins$': type: object description: | A pinctrl node should contain at least one subnodes representing the -- GitLab