On Thu, 12 Mar 2020 09:02:18 -0700 (PDT)
JuanEsf <
juan...@gmail.com> wrote:
Hi,
No, it is indeed "gpio", singular.
The exact name of properties is defined in the DT bindings, you should find the right document by searching for the compatible string in Documentation/devicetree/bindings.
In this case it's: Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
Another (only indicative) source would be the actual driver implementation (in this case it turns out both names are accepted).
Cheers,
Andre.