Re: [PATCH 11/14] dt-bindings: pinctrl: add binding for Ralink MT7620 pinctrl

From: Arınç ÜNAL
Date: Thu Apr 14 2022 - 04:17:10 EST


On 14/04/2022 09:33, Krzysztof Kozlowski wrote:
On 14/04/2022 03:52, Arınç ÜNAL wrote:

+ is not supported. There is no pinconf support.
+
+properties:
+ compatible:
+ const: ralink,mt7620-pinctrl
+
+patternProperties:
+ '-pins$':
+ type: object
+ patternProperties:
+ '^(.*-)?pinmux$':

Why do you have two levels here? pins->pinmux->actual pin configuration?

Yes, pins->pinmux->pin-configuration is currently how it's done.

It is currently done? Aren't you bringing here new bindings and new
driver support?

I'm submitting bindings for the existing subdrivers. There's nothing new but refactoring and submitting the missing bindings.

Cheers.
Arınç