Skip to content

Commit 00bb152

Browse files
michalsimeklinusw
authored andcommitted
dt-bindings: pinctrl: xilinx: Rename *gpio to *gpio-grp
Anything ending with gpio/gpios is taken as gpio phande/description which is reported as the issue coming from gpio-consumer.yaml schema. That's why rename the gpio suffix to gpio-grp to avoid name collision. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/2e3a1f1f57cf929bd05115bc081e6d01d5a53443.1702996859.git.michal.simek@amd.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent ff629d3 commit 00bb152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/devicetree/bindings/pinctrl/xlnx,zynq-pinctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ properties:
3939
phandle to the SLCR.
4040

4141
patternProperties:
42-
'^(.*-)?(default|gpio)$':
42+
'^(.*-)?(default|gpio-grp)$':
4343
type: object
4444
patternProperties:
4545
'^mux':

Documentation/devicetree/bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ properties:
3131
const: xlnx,zynqmp-pinctrl
3232

3333
patternProperties:
34-
'^(.*-)?(default|gpio)$':
34+
'^(.*-)?(default|gpio-grp)$':
3535
type: object
3636
patternProperties:
3737
'^mux':

0 commit comments

Comments
 (0)