Searched +full:gf +full:- +full:gpio5 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | cirrus,lochnagar.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 15 Logic devices on mini-cards, as well as allowing connection of various 26 [2] Pinctrl: ../pinctrl/pinctrl-bindings.txt 29 [3] include/dt-bindings/pinctrl/lochnagar.h 37 - cirrus,lochnagar-pinctrl 39 gpio-controller: true 41 '#gpio-cells': [all …]
|
/openbmc/linux/drivers/pinctrl/cirrus/ |
H A D | pinctrl-lochnagar.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2017-2018 Cirrus Logic, Inc. and 20 #include <linux/pinctrl/pinconf-generic.h> 29 #include <dt-bindings/pinctrl/lochnagar.h> 31 #include "../pinctrl-utils.h" 35 #define LN_CDC_AIF1_STR "codec-aif1" 36 #define LN_CDC_AIF2_STR "codec-aif2" 37 #define LN_CDC_AIF3_STR "codec-aif3" 38 #define LN_DSP_AIF1_STR "dsp-aif1" 39 #define LN_DSP_AIF2_STR "dsp-aif2" [all …]
|
/openbmc/linux/arch/arm/mach-s3c/ |
H A D | mach-crag6410.c | 1 // SPDX-License-Identifier: GPL-2.0 17 #include <linux/input-event-codes.h> 33 #include <linux/platform_data/s3c-hsotg.h> 42 #include <sound/wm1250-ev1.h> 45 #include <asm/mach-types.h> 49 #include "regs-gpio.h" 50 #include "gpio-samsung.h" 55 #include "gpio-cfg.h" 56 #include <linux/platform_data/spi-s3c64xx.h> 61 #include <linux/platform_data/i2c-s3c2410.h> [all …]
|
H A D | mach-crag6410-module.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Speyside modules for Cragganmore - board data probing 28 #include <linux/platform_data/spi-s3c64xx.h> 127 0x020e, /* GPIO5 == CLKOUT */ 205 .dev_id = "i2c-wm8958", /* I2C device name */ 321 { .id = 0x01, .rev = 0xff, .name = "1250-EV1 Springbank" }, 322 { .id = 0x02, .rev = 0xff, .name = "1251-EV1 Jura" }, 323 { .id = 0x03, .rev = 0xff, .name = "1252-EV1 Glenlivet" }, 324 { .id = 0x06, .rev = 0xff, .name = "WM8997-6721-CS96-EV1 Lapraoig" }, 325 { .id = 0x07, .rev = 0xff, .name = "WM5110-6271 Deanston", [all …]
|