Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: pinctrl: fix bias-pull,up typo

This patch fixes a shared typo in several qcom pinctrl dt-bindings.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Christian Lamparter and committed by
Rob Herring
c50495aa 195712bf

+5 -5
+1 -1
Documentation/devicetree/bindings/pinctrl/qcom,apq8064-pinctrl.txt
··· 42 42 The following generic properties as defined in pinctrl-bindings.txt are valid 43 43 to specify in a pin configuration subnode: 44 44 45 - pins, function, bias-disable, bias-pull-down, bias-pull,up, drive-strength, 45 + pins, function, bias-disable, bias-pull-down, bias-pull-up, drive-strength, 46 46 output-low, output-high. 47 47 48 48 Non-empty subnodes must specify the 'pins' property.
+1 -1
Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt
··· 44 44 45 45 The following generic properties as defined in pinctrl-bindings.txt are valid 46 46 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-strength. 48 48 49 49 Non-empty subnodes must specify the 'pins' property. 50 50 Note that not all properties are valid for all pins.
+1 -1
Documentation/devicetree/bindings/pinctrl/qcom,ipq8064-pinctrl.txt
··· 42 42 The following generic properties as defined in pinctrl-bindings.txt are valid 43 43 to specify in a pin configuration subnode: 44 44 45 - pins, function, bias-disable, bias-pull-down, bias-pull,up, drive-strength, 45 + pins, function, bias-disable, bias-pull-down, bias-pull-up, drive-strength, 46 46 output-low, output-high. 47 47 48 48 Non-empty subnodes must specify the 'pins' property.
+1 -1
Documentation/devicetree/bindings/pinctrl/qcom,msm8660-pinctrl.txt
··· 42 42 The following generic properties as defined in pinctrl-bindings.txt are valid 43 43 to specify in a pin configuration subnode: 44 44 45 - pins, function, bias-disable, bias-pull-down, bias-pull,up, drive-strength, 45 + pins, function, bias-disable, bias-pull-down, bias-pull-up, drive-strength, 46 46 output-low, output-high. 47 47 48 48 Non-empty subnodes must specify the 'pins' property.
+1 -1
Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.txt
··· 41 41 42 42 The following generic properties as defined in pinctrl-bindings.txt are valid 43 43 to specify in a pin configuration subnode: 44 - pins, function, bias-disable, bias-pull-down, bias-pull,up, drive-strength. 44 + pins, function, bias-disable, bias-pull-down, bias-pull-up, drive-strength. 45 45 46 46 Non-empty subnodes must specify the 'pins' property. 47 47 Note that not all properties are valid for all pins.