Searched full:ckin (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | arm,pl18x.yaml | 149 st,use-ckin: 151 description: ST Micro-specific property, use CKIN pin from an external 165 st,ckin-gpios: 168 The GPIO matching the CKIN pin. 171 st,cmd-gpios: [ "st,use-ckin" ] 172 st,ck-gpios: [ "st,use-ckin" ] 173 st,ckin-gpios: [ "st,use-ckin" ]
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15xx-dhcom-som.dtsi | 487 st,use-ckin; 490 st,ckin-gpios = <&gpioe 4 0>;
|
H A D | stm32h743i-eval.dts | 141 st,use-ckin;
|
H A D | stm32mp15xx-dhcor-testbench.dtsi | 130 st,use-ckin;
|
H A D | stm32mp157a-stinger96.dtsi | 270 st,use-ckin;
|
H A D | stm32mp157c-ed1.dts | 358 st,use-ckin;
|
H A D | stm32mp15xx-dhcor-avenger96.dtsi | 401 st,use-ckin;
|
H A D | stm32f746.dtsi | 70 clk_i2s_ckin: clk-i2s-ckin {
|
H A D | stm32f429.dtsi | 75 clk_i2s_ckin: i2s-ckin {
|
/linux/drivers/mmc/host/ |
H A D | mmci.c | 2120 * Assume the level translator is present if st,use-ckin is set. in mmci_probe_level_translator() 2133 ckin_gpio = gpiod_get(dev, "st,ckin", GPIOD_IN); in mmci_probe_level_translator() 2139 /* Sample CKIN */ in mmci_probe_level_translator() 2145 /* Sample CKIN */ in mmci_probe_level_translator() 2152 /* Level translator is present if CK signal is propagated to CKIN */ in mmci_probe_level_translator() 2156 "Level translator inoperable, CK signal not detected on CKIN, disabling.\n"); in mmci_probe_level_translator() 2193 if (of_property_read_bool(np, "st,use-ckin")) in mmci_of_parse()
|