Re: [PATCH v2] dt-bindings: mfd: adp5585: Add parsing of hogs

From: Krzysztof Kozlowski
Date: Wed Aug 28 2024 - 02:07:18 EST


On Wed, Aug 28, 2024 at 11:04:05AM +0800, haibo.chen@xxxxxxx wrote:
> From: Haibo Chen <haibo.chen@xxxxxxx>
>
> Allow parsing GPIO controller children nodes with GPIO hogs.
>
> Signed-off-by: Haibo Chen <haibo.chen@xxxxxxx>
> ---
> Documentation/devicetree/bindings/mfd/adi,adp5585.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/adi,adp5585.yaml b/Documentation/devicetree/bindings/mfd/adi,adp5585.yaml
> index f9c069f8534b..ee2272f754a3 100644
> --- a/Documentation/devicetree/bindings/mfd/adi,adp5585.yaml
> +++ b/Documentation/devicetree/bindings/mfd/adi,adp5585.yaml
> @@ -42,6 +42,13 @@ properties:
> "#pwm-cells":
> const: 3
>
> +patternProperties:
> + "-hog(-[0-9]+)?$":
> + type: object

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof