|
@@ -37,6 +37,22 @@ pins it needs, and how they should be configured, with regard to muxer
|
|
|
configuration, drive strength and pullups. If one of these options is
|
|
|
not set, its actual value will be unspecified.
|
|
|
|
|
|
+This driver supports the generic pin multiplexing and configuration
|
|
|
+bindings. For details on each properties, you can refer to
|
|
|
+./pinctrl-bindings.txt.
|
|
|
+
|
|
|
+Required sub-node properties:
|
|
|
+ - pins
|
|
|
+ - function
|
|
|
+
|
|
|
+Optional sub-node properties:
|
|
|
+ - bias-disable
|
|
|
+ - bias-pull-up
|
|
|
+ - bias-pull-down
|
|
|
+ - drive-strength
|
|
|
+
|
|
|
+*** Deprecated pin configuration and multiplexing binding
|
|
|
+
|
|
|
Required subnode-properties:
|
|
|
|
|
|
- allwinner,pins: List of strings containing the pin name.
|