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

mmc: dt: usdhi6rol0: add optional pinctrl binding

Add a pinctrl binding to specify different pin settings for high speed
modes and UHS modes.

Signed-off-by: Lars Persson <larper@axis.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Lars Persson and committed by
Ulf Hansson
f0be051e 01062943

+6
+6
Documentation/devicetree/bindings/mmc/usdhi6rol0.txt
··· 12 12 13 13 - vmmc-supply: a phandle of a regulator, supplying Vcc to the card 14 14 - vqmmc-supply: a phandle of a regulator, supplying VccQ to the card 15 + - pinctrl-names: Can contain a "default" entry and a "state_uhs" 16 + entry. The state_uhs entry is used together with the default 17 + entry when the board requires distinct settings for UHS speeds. 18 + 19 + - pinctrl-N: One property for each name listed in pinctrl-names, see 20 + ../pinctrl/pinctrl-bindings.txt. 15 21 16 22 Additionally any standard mmc bindings from mmc.txt can be used. 17 23