Home
last modified time | relevance | path

Searched +full:npcm750 +full:- +full:sdhci (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/mmc/
Dnpcm,sdhci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/npcm,sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NPCM SDHCI Controller
10 - Tomer Maimon <tmaimon77@gmail.com>
13 - $ref: mmc-controller.yaml#
18 - nuvoton,npcm750-sdhci
19 - nuvoton,npcm845-sdhci
31 - compatible
[all …]
/linux-6.12.1/drivers/mmc/host/
Dsdhci-npcm.c1 // SPDX-License-Identifier: GPL-2.0+
17 #include "sdhci-pltfm.h"
34 struct device *dev = &pdev->dev; in npcm_sdhci_probe()
41 return -EINVAL; in npcm_sdhci_probe()
49 pltfm_host->clk = devm_clk_get_optional_enabled(dev, NULL); in npcm_sdhci_probe()
50 if (IS_ERR(pltfm_host->clk)) { in npcm_sdhci_probe()
51 ret = PTR_ERR(pltfm_host->clk); in npcm_sdhci_probe()
57 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in npcm_sdhci_probe()
59 ret = mmc_of_parse(host->mmc); in npcm_sdhci_probe()
75 { .compatible = "nuvoton,npcm750-sdhci", .data = &npcm7xx_sdhci_pdata },
[all …]