[PATCH] dt-bindings: gpio: zynq: Add parsing of hogs
From: Michal Simek
Date: Mon Sep 14 2026 - 05:12:40 EST
Allow parsing GPIO controller children nodes with GPIO hogs the same way
it is done by commit 545908a9fb9c ("dt-bindings: gpio-mmio: Support
hogs") and commit e8f2ca6be61f ("dt-bindings: gpio: ast2400-gpio: Add
hogs parsing").
Signed-off-by: Michal Simek <michal.simek@xxxxxxx>
---
Documentation/devicetree/bindings/gpio/gpio-zynq.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml b/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
index de24bb361e9f..fffeb5ec0645 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
+++ b/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
@@ -45,6 +45,12 @@ properties:
power-domains:
maxItems: 1
+patternProperties:
+ "^.+-hog(-[0-9]+)?$":
+ type: object
+ required:
+ - gpio-hog
+
allOf:
- if:
properties:
---
base-commit: 704340f1cd0dcef829eb62f5b48ae95a2ce17bdf
branch: xnext/zynq-gpio
--
2.43.0