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

mmc: mmci: Add bindings to operate CMD, CK, CKIN pins as GPIO

Add DT bindings to describe GPIO line associated with CMD, CK, CKIN pins.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Ludovic Barre <ludovic.barre@st.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210124170258.32862-1-marex@denx.de
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Marek Vasut and committed by
Ulf Hansson
bbaa298f c93767cf

+20
+20
Documentation/devicetree/bindings/mmc/arm,pl18x.yaml
··· 127 127 driver to sample the receive data (for example with a voltage switch 128 128 transceiver). 129 129 130 + st,cmd-gpios: 131 + maxItems: 1 132 + description: 133 + The GPIO matching the CMD pin. 134 + 135 + st,ck-gpios: 136 + maxItems: 1 137 + description: 138 + The GPIO matching the CK pin. 139 + 140 + st,ckin-gpios: 141 + maxItems: 1 142 + description: 143 + The GPIO matching the CKIN pin. 144 + 145 + dependencies: 146 + st,cmd-gpios: [ "st,use-ckin" ] 147 + st,ck-gpios: [ "st,use-ckin" ] 148 + st,ckin-gpios: [ "st,use-ckin" ] 149 + 130 150 unevaluatedProperties: false 131 151 132 152 required: