Searched +full:mt6779 +full:- +full:pinctrl (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | mediatek,mt6779-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt6779-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Mediatek MT6779 Pin Controller Device Tree Bindings 10 - Andy Teng <andy.teng@mediatek.com> 15 - compatible: "syscon" 19 const: mediatek,mt6779-pinctrl 25 reg-names: 27 - const: "gpio" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/ |
| H A D | mtk-uart.txt | 4 - compatible should contain: 5 * "mediatek,mt2701-uart" for MT2701 compatible UARTS 6 * "mediatek,mt2712-uart" for MT2712 compatible UARTS 7 * "mediatek,mt6580-uart" for MT6580 compatible UARTS 8 * "mediatek,mt6582-uart" for MT6582 compatible UARTS 9 * "mediatek,mt6589-uart" for MT6589 compatible UARTS 10 * "mediatek,mt6755-uart" for MT6755 compatible UARTS 11 * "mediatek,mt6765-uart" for MT6765 compatible UARTS 12 * "mediatek,mt6779-uart" for MT6779 compatible UARTS 13 * "mediatek,mt6795-uart" for MT6795 compatible UARTS [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | mtk-sd.txt | 10 - compatible: value should be either of the following. 11 "mediatek,mt8135-mmc": for mmc host ip compatible with mt8135 12 "mediatek,mt8173-mmc": for mmc host ip compatible with mt8173 13 "mediatek,mt8183-mmc": for mmc host ip compatible with mt8183 14 "mediatek,mt8516-mmc": for mmc host ip compatible with mt8516 15 "mediatek,mt6779-mmc": for mmc host ip compatible with mt6779 16 "mediatek,mt2701-mmc": for mmc host ip compatible with mt2701 17 "mediatek,mt2712-mmc": for mmc host ip compatible with mt2712 18 "mediatek,mt7622-mmc": for MT7622 SoC 19 "mediatek,mt7623-mmc", "mediatek,mt2701-mmc": for MT7623 SoC [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/ |
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_EINT_MTK) += mtk-eint.o 4 obj-$(CONFIG_PINCTRL_MTK) += pinctrl-mtk-common.o 5 obj-$(CONFIG_PINCTRL_MTK_V2) += pinctrl-mtk-common-v2.o 6 obj-$(CONFIG_PINCTRL_MTK_MOORE) += pinctrl-moore.o 7 obj-$(CONFIG_PINCTRL_MTK_PARIS) += pinctrl-paris.o 10 obj-$(CONFIG_PINCTRL_MT2701) += pinctrl-mt2701.o 11 obj-$(CONFIG_PINCTRL_MT2712) += pinctrl-mt2712.o 12 obj-$(CONFIG_PINCTRL_MT8135) += pinctrl-mt8135.o 13 obj-$(CONFIG_PINCTRL_MT8127) += pinctrl-mt8127.o [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "MediaTek pinctrl drivers" 98 tristate "Mediatek MT6779 pin control" 105 on Mediatek MT6779 SoC.
|
| H A D | pinctrl-mt6779.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "pinctrl-mtk-mt6779.h" 10 #include "pinctrl-paris.h" 12 /* MT6779 have multiple bases to program pin configuration listed as the below: 761 { .compatible = "mediatek,mt6779-pinctrl", }, 772 .name = "mt6779-pinctrl", 785 MODULE_DESCRIPTION("MediaTek MT6779 Pinctrl Driver");
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | mtk-sd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2014-2015 MediaTek Inc. 10 #include <linux/dma-mapping.h> 18 #include <linux/pinctrl/consumer.h> 34 #include <linux/mmc/slot-gpio.h> 40 /*--------------------------------------------------------------------------*/ 42 /*--------------------------------------------------------------------------*/ 49 /*--------------------------------------------------------------------------*/ 51 /*--------------------------------------------------------------------------*/ 85 /*--------------------------------------------------------------------------*/ [all …]
|