Searched +full:armada +full:- +full:cp110 +full:- +full:sdhci (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mmc/marvell,xenon-sdhci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Marvell Xenon SDHCI Controller11 mmc-controller.yaml and the properties used by the Xenon implementation.20 - Ulf Hansson <ulf.hansson@linaro.org>25 - enum:26 - marvell,armada-cp110-sdhci27 - marvell,armada-ap806-sdhci[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 * Device Tree file for Marvell Armada CP11x.8 #include <dt-bindings/interrupt-controller/mvebu-icu.h>9 #include <dt-bindings/thermal/thermal.h>11 #include "armada-common.dtsi"27 thermal-zones {28 CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(ic-thermal) {29 polling-delay-passive = <0>; /* Interrupt driven */30 polling-delay = <0>; /* Interrupt driven */32 thermal-sensors = <&CP11X_LABEL(thermal) 0>;[all …]
13 ------------16 - 88F508217 - 88F5181 a.k.a Orion-118 - 88F5181L a.k.a Orion-VoIP19 - 88F5182 a.k.a Orion-NAS21 …- Datasheet: https://web.archive.org/web/20210124231420/http://csclub.uwaterloo.ca/~board/ts7800/M…22 …- Programmer's User Guide: https://web.archive.org/web/20210124231536/http://csclub.uwaterloo.ca/~…23 …- User Manual: https://web.archive.org/web/20210124231631/http://csclub.uwaterloo.ca/~board/ts7800…24 …- Functional Errata: https://web.archive.org/web/20210704165540/https://www.digriz.org.uk/ts78xx/8…25 - 88F5281 a.k.a Orion-2[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 * Date: 2016-8-2422 #include <linux/dma-mapping.h>24 #include "sdhci-pltfm.h"25 #include "sdhci-xenon.h"44 dev_err(mmc_dev(host->mmc), "Internal clock never stabilised.\n"); in xenon_enable_internal_clk()45 return -ETIMEDOUT; in xenon_enable_internal_clk()53 /* Set SDCLK-off-while-idle */94 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in xenon_enable_sdhc()99 host->mmc->caps &= ~MMC_CAP_BUS_WIDTH_TEST; in xenon_enable_sdhc()[all …]