Searched +full:imx8qxp +full:- +full:usdhc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/arch/arm64/boot/dts/freescale/ |
D | imx8qxp-ss-conn.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2018-2020 NXP 8 compatible = "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc"; 12 compatible = "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc"; 16 compatible = "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc"; 20 compatible = "fsl,imx8qxp-fec", "fsl,imx8qm-fec", "fsl,imx6sx-fec"; 24 compatible = "fsl,imx8qxp-fec", "fsl,imx8qm-fec", "fsl,imx6sx-fec";
|
D | imx8qm-ss-conn.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2019-2020 NXP 8 compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec"; 12 compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec"; 16 compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc"; 20 compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | imx8qxp-lpcg.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/imx8qxp-lpcg.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP i.MX8QXP LPCG (Low-Power Clock Gating) Clock bindings 10 - Aisheng Dong <aisheng.dong@nxp.com> 13 The Low-Power Clock Gate (LPCG) modules contain a local programming 24 include/dt-bindings/clock/imx8-lpcg.h 29 - const: fsl,imx8qxp-lpcg 30 - items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/mmc/ |
D | fsl-imx-esdhc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mmc/fsl-imx-esdhc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 13 - $ref: "mmc-controller.yaml" 20 by mmc.txt and the properties used by the sdhci-esdhc-imx driver. 25 - enum: 26 - fsl,imx25-esdhc 27 - fsl,imx35-esdhc [all …]
|
/Linux-v5.15/drivers/mmc/host/ |
D | sdhci-esdhc-imx.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * derived from the OF-version. 23 #include <linux/mmc/slot-gpio.h> 28 #include "sdhci-pltfm.h" 29 #include "sdhci-esdhc.h" 81 #define ESDHC_TUNE_CTRL_MAX ((1 << 7) - 1) 138 * open ended multi-blk IO. Otherwise the TC INT wouldn't 148 * The flag tells that the ESDHC controller is an USDHC block that is 160 * uSDHC: ADMA Length Mismatch Error occurs if the AHB read access is slow, 172 * uSDHC: Due to the I/O timing limit, for SDR mode, SD card clock can't [all …]
|