forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt
....@@ -26,7 +26,7 @@
2626 common pinctrl bindings used by client devices, including the meaning of the
2727 phrase "pin configuration node".
2828
29
-The pin configuration nodes act as a container for an abitrary number of
29
+The pin configuration nodes act as a container for an arbitrary number of
3030 subnodes. Each of these subnodes represents some desired configuration for a
3131 pin, a group, or a list of pins or groups. This configuration can include the
3232 mux function to select on those pin(s)/group(s), and various pin configuration
....@@ -44,7 +44,8 @@
4444
4545 The following generic properties as defined in pinctrl-bindings.txt are valid
4646 to specify in a pin configuration subnode:
47
- pins, function, bias-disable, bias-pull-down, bias-pull,up, drive-strength.
47
+ pins, function, bias-disable, bias-pull-down, bias-pull-up, drive-open-drain,
48
+ drive-strength.
4849
4950 Non-empty subnodes must specify the 'pins' property.
5051 Note that not all properties are valid for all pins.