diff options
author | 2024-08-28 11:35:57 +0200 | |
---|---|---|
committer | 2024-09-02 12:27:24 +0200 | |
commit | 0cbda0499a2797278aa067e98c5221948494356d (patch) | |
tree | e70658123cb4269da4d3c09d7ebc85b0e518f8b5 | |
parent | gpiolib: legacy: Kill GPIOF_DIR_* definitions (diff) | |
download | wireguard-linux-0cbda0499a2797278aa067e98c5221948494356d.tar.xz wireguard-linux-0cbda0499a2797278aa067e98c5221948494356d.zip |
dt-bindings: gpio: fcs,fxl6408: add missing type to GPIO hogs
GPIO hog nodes should define type, otherwise "dummy-hog" boolean
properties would be allowed.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240828-dt-bindings-gpio-hog-v1-1-63b83e47d804@linaro.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/fcs,fxl6408.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/fcs,fxl6408.yaml b/Documentation/devicetree/bindings/gpio/fcs,fxl6408.yaml index 65b6970e42fb..b74fa81e7d05 100644 --- a/Documentation/devicetree/bindings/gpio/fcs,fxl6408.yaml +++ b/Documentation/devicetree/bindings/gpio/fcs,fxl6408.yaml @@ -28,6 +28,7 @@ properties: patternProperties: "^(hog-[0-9]+|.+-hog(-[0-9]+)?)$": + type: object required: - gpio-hog |