Lines Matching +full:gpio +full:- +full:miso
1 // SPDX-License-Identifier: GPL-2.0-only
8 * FIXME: this driver is used on a device-tree probed platform: it
9 * should be defined as a bit-banged SPI device and probed from the device
10 * tree and not like this with static grabbing of a few numbered GPIO
17 #include <linux/gpio/machine.h>
32 PROPERTY_ENTRY_U32("data-size", 8),
55 GPIO_LOOKUP("gpio@b00", GPIO_EEPROM_CLK,
57 GPIO_LOOKUP("gpio@b00", GPIO_EEPROM_DI,
59 GPIO_LOOKUP("gpio@b00", GPIO_EEPROM_DO,
60 "miso", GPIO_ACTIVE_HIGH),
61 GPIO_LOOKUP("gpio@b00", GPIO_EEPROM_CS,
63 GPIO_LOOKUP("gpio@b00", GPIO_EEPROM_OE,
71 .modalias = "eeprom-93xx46",