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?