Re: [PATCH RESEND v2] dt-bindings: pinctrl: Convert ingenic,pinctrl.txt to YAML
From: Paul Cercueil <paul@crapouillou.net>
Date: 2020-07-13 15:37:01
Also in:
linux-gpio, lkml
From: Paul Cercueil <paul@crapouillou.net>
Date: 2020-07-13 15:37:01
Also in:
linux-gpio, lkml
Hi Rob, Le lun. 13 juil. 2020 à 9:32, Rob Herring [off-list ref] a écrit :
On Mon, Jun 22, 2020 at 01:37:40PM +0200, Paul Cercueil wrote:quoted
Convert the ingenic,pinctrl.txt doc file to ingenic,pinctrl.yaml. In the process, some compatible strings now require a fallback, as the corresponding SoCs are pin-compatible with their fallback variant. Signed-off-by: Paul Cercueil [off-list ref] --- Notes: v2: - Use 'pinctrl' instead of 'pin-controller' as the node name - remove 'additionalProperties: false' since we will have pin conf nodesWhat do those look like? They need to be described, but that can be a follow-up.
These are generic conf nodes that are handled by the pinctrl core. Nothing specific to the hardware described here. The subnodes don't have any specific pattern so it is not possible to represent them in devicetree (we'd need a 'catch them all' wildcard pattern property). Cheers, -Paul