Home
last modified time | relevance | path

Searched +full:mmc +full:- +full:ddr +full:- +full:1 +full:_2v (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dmmc-controller.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MMC Controller Generic Binding
10 - Ulf Hansson <ulf.hansson@linaro.org>
13 These properties are common to multiple MMC host controllers. Any host
17 It is possible to assign a fixed index mmcN to an MMC host controller
23 pattern: "^mmc(@.*)?$"
25 "#address-cells":
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/drivers/mmc/core/host.c
6 * Copyright (C) 2007-2008 Pierre Ossman
9 * MMC host class device management
23 #include <linux/mmc/host.h>
24 #include <linux/mmc/card.h>
25 #include <linux/mmc/slot-gpio.h>
30 #include "slot-gpio.h"
47 if (!host->bus_ops) in mmc_host_class_prepare()
51 if (host->bus_ops->pre_suspend) in mmc_host_class_prepare()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3229-at-gva.dts4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
45 #include "rk3229-at-som.dtsi"
49 compatible = "rockchip,rk3229-at-gva", "rockchip,rk3229";
51 sdio_pwrseq: sdio-pwrseq {
52 compatible = "mmc-pwrseq-simple";
53 clocks = <&rk805 1>;
54 clock-names = "ext_clock";
55 pinctrl-names = "default";
56 pinctrl-0 = <&wifi_enable_h>;
[all …]