[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200709165404.GB506534@bogus>
Date: Thu, 9 Jul 2020 10:54:04 -0600
From: Rob Herring <robh@...nel.org>
To: Frank Lee <frank@...winnertech.com>
Cc: mripard@...nel.org, wens@...e.org, mturquette@...libre.com,
sboyd@...nel.org, gregory.clement@...tlin.com, tglx@...utronix.de,
jason@...edaemon.net, maz@...nel.org,
srinivas.kandagatla@...aro.org, linus.walleij@...aro.org,
anarsoul@...il.com, tiny.windzz@...il.com, rui.zhang@...el.com,
daniel.lezcano@...aro.org, amit.kucheria@...durent.com,
lee.jones@...aro.org, p.zabel@...gutronix.de, clabbe@...libre.com,
icenowy@...c.io, megous@...ous.com, stefan@...mex.com,
bage@...utronix.de, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-clk@...r.kernel.org, linux-i2c@...r.kernel.org,
linux-gpio@...r.kernel.org, linux-pm@...r.kernel.org,
huangshuosheng@...winnertech.com, liyong@...winnertech.com
Subject: Re: [PATCH v3 04/16] dt-bindings: pinctrl: sunxi: make gpio banks
supplies required
On Wed, Jul 08, 2020 at 03:19:30PM +0800, Frank Lee wrote:
> Since we don't really have to care about the existing DT for boards,
> it would be great to make the gpio banks supplies required.
>
> Signed-off-by: Frank Lee <frank@...winnertech.com>
> ---
> .../devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml
> index 226aba0..c30a7b7 100644
> --- a/Documentation/devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml
> @@ -134,6 +134,7 @@ patternProperties:
> required:
> - "#gpio-cells"
> - "#interrupt-cells"
> + - "^vcc-p[a-hlm]-supply$"
Patterns aren't supported here. It's something the json-schema folks
are working on. For now, You have to list out the specific properties.
> - compatible
> - reg
> - interrupts
> --
> 1.9.1
>
Powered by blists - more mailing lists