lkml.org 
[lkml]   [2020]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 04/22] dt-bindings: gpio: fsl-imx-gpio: Add power-domains
    Date
    Parse also optional power-domains property to fix dtbs_check warnings
    like:

    arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dt.yaml: gpio@5d080000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'
    From schema: Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml

    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
    ---
    Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
    index 337b99343dce..a7d17a98df6b 100644
    --- a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
    +++ b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
    @@ -54,6 +54,9 @@ properties:
    gpio-ranges:
    maxItems: 1

    + power-domains:
    + maxItems: 1
    +
    patternProperties:
    "^(hog-[0-9]+|.+-hog(-[0-9]+)?)$":
    type: object
    --
    2.17.1
    \
     
     \ /
      Last update: 2020-08-23 18:20    [W:6.490 / U:0.160 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site