Searched +full:regulator +full:- +full:v7 (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | max8660.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/max8660.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Maxim MAX8660 voltage regulator 10 - Daniel Mack <zonque@gmail.com> 14 pattern: "pmic@[0-9a-f]{1,2}" 17 - maxim,max8660 18 - maxim,max8661 27 "regulator-.+": [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | pxa300-raumfeld-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/interrupt-controller/irq.h> 10 hw-revision = <0>; 14 stdout-path = &ffuart; 22 reg_3v3: regulator-3v3 { 23 compatible = "regulator-fixed"; 24 regulator-name = "3v3-fixed-supply"; 25 regulator-min-microvolt = <3300000>; [all …]
|
D | am335x-boneblue.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "am335x-osd335x-common.dtsi" 9 #include <dt-bindings/interrupt-controller/irq.h> 13 compatible = "ti,am335x-bone-blue", "ti,am33xx"; 16 stdout-path = &uart0; 20 pinctrl-names = "default"; 21 pinctrl-0 = <&user_leds_s0>; 23 compatible = "gpio-leds"; [all …]
|
D | aspeed-bmc-facebook-tiogapass.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 4 /dts-v1/; 6 #include "aspeed-g5.dtsi" 7 #include <dt-bindings/gpio/aspeed-gpio.h> 8 #include <dt-bindings/i2c/i2c.h> 12 compatible = "facebook,tiogapass-bmc", "aspeed,ast2500"; 39 stdout-path = &uart5; 47 iio-hwmon { 48 compatible = "iio-hwmon"; 49 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>, [all …]
|
D | gemini-dlink-dir-685.dts | 2 * Device Tree file for D-Link DIR-685 Xtreme N Storage Router 5 /dts-v1/; 8 #include <dt-bindings/input/input.h> 11 model = "D-Link DIR-685 Xtreme N Storage Router"; 12 compatible = "dlink,dir-685", "cortina,gemini"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 /* 128 MB SDRAM in 2 x Hynix HY5DU121622DTP-D43 */ 24 stdout-path = "uart0:19200n8"; 28 compatible = "gpio-keys"; [all …]
|
D | am335x-guardian.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 6 /dts-v1/; 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 14 compatible = "bosch,am335x-guardian", "ti,am33xx"; 17 stdout-path = &uart0; 18 tick-timer = &timer2; 23 cpu0-supply = <&dcdc2_reg>; 32 guardian_buttons: gpio-keys { [all …]
|
D | aspeed-bmc-ampere-mtmitchell.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 4 /dts-v1/; 6 #include "aspeed-g6.dtsi" 7 #include <dt-bindings/gpio/aspeed-gpio.h> 11 compatible = "ampere,mtmitchell-bmc", "aspeed,ast2600"; 14 stdout-path = &uart5; 22 reserved-memory { 23 #address-cells = <1>; 24 #size-cells = <1>; 30 compatible = "shared-dma-pool"; [all …]
|
D | aspeed-bmc-ibm-rainier.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 /dts-v1/; 5 #include "aspeed-g6.dtsi" 6 #include <dt-bindings/gpio/aspeed-gpio.h> 7 #include <dt-bindings/i2c/i2c.h> 8 #include <dt-bindings/leds/leds-pca955x.h> 12 compatible = "ibm,rainier-bmc", "aspeed,ast2600"; 84 stdout-path = &uart5; 93 reserved-memory { 94 #address-cells = <1>; [all …]
|
D | aspeed-bmc-ibm-everest.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 /dts-v1/; 5 #include "aspeed-g6.dtsi" 6 #include <dt-bindings/gpio/aspeed-gpio.h> 7 #include <dt-bindings/i2c/i2c.h> 8 #include <dt-bindings/leds/leds-pca955x.h> 12 compatible = "ibm,everest-bmc", "aspeed,ast2600"; 151 stdout-path = &uart5; 160 reserved-memory { 161 #address-cells = <1>; [all …]
|
/Linux-v6.1/drivers/regulator/ |
D | pcap-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * PCAP2 Regulator Driver 13 #include <linux/regulator/driver.h> 14 #include <linux/regulator/machine.h> 15 #include <linux/mfd/ezx-pcap.h> 117 VREG_INFO(V7, PCAP_REG_VREG2, 3, 4, 15, 21), 147 /* the regulator doesn't support voltage switching */ in pcap_regulator_set_voltage_sel() 148 if (rdev->desc->n_voltages == 1) in pcap_regulator_set_voltage_sel() 149 return -EINVAL; in pcap_regulator_set_voltage_sel() 151 return ezx_pcap_set_bits(pcap, vreg->reg, in pcap_regulator_set_voltage_sel() [all …]
|
D | max8660.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * max8660.c -- Voltage regulation for the Maxim 8660/8661 5 * based on max1586.c and wm8400-regulator.c 11 * Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX8660-MAX8661.pdf 13 * This chip is a bit nasty because it is a write-only device. Thus, the driver 23 * functions for V3-V7 is sufficient. For maximum flexibility during 31 #include <linux/regulator/driver.h> 33 #include <linux/regulator/max8660.h> 36 #include <linux/regulator/of_regulator.h> 80 u8 reg_val = (max8660->shadow_regs[reg] & mask) | val; in max8660_write() [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/marvell/ |
D | armada-3720-espressobin.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 * Romain Perier <romain.perier@free-electrons.com> 10 #include <dt-bindings/gpio/gpio.h> 11 #include "armada-372x.dtsi" 23 stdout-path = "serial0:115200n8"; 31 vcc_sd_reg1: regulator { 32 compatible = "regulator-gpio"; 33 regulator-name = "vcc_sd1"; 34 regulator-min-microvolt = <1800000>; 35 regulator-max-microvolt = <3300000>; [all …]
|
/Linux-v6.1/drivers/ufs/host/ |
D | ufs-mediatek.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 30 * Ref-clk control 120 struct regulator *reg_vcore; 142 struct regulator *reg_va09; 161 * Multi-VCC by Numbering 190 unsigned long v7; member
|
/Linux-v6.1/include/linux/mfd/ |
D | ezx-pcap.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 54 #define PCAP_REG_VREG2 0x6 /* Regulator Bank 2 Control */ 55 #define PCAP_REG_AUXVREG 0x7 /* Auxiliary Regulator Control */ 64 #define PCAP_REG_LOWPWR 0x18 /* Regulator Low Power Control */ 74 #define PCAP_REG_SWCTRL 0x4 /* Switching Regulator Control */ 75 #define PCAP_REG_VREG1 0x5 /* Regulator Bank 1 Control */ 82 #define PCAP_REG_AUXVREG_MASK 0x16 /* Auxiliary Regulator Mask */ 119 #define V7 6 macro
|
/Linux-v6.1/arch/arm/mach-versatile/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 52 bool "Include support for Integrator/IM-PD1" 57 select REGULATOR 60 The IM-PD1 is an add-on logic module for the Integrator which 62 The IM-PD1 can be found on the Integrator/PP2 platform. 77 bool "Integrator/CM922T-XA10 core module" 83 bool "Integrator/CM926EJ-S core module" 107 bool "Integrator/CM1026EJ-S core module" 113 bool "Integrator/CM1136JF-S core module" 129 bool "Integrator/CT926 (ARM926EJ-S) core tile" [all …]
|
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-ilitek-ili9322.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * - 8-bit serial RGB interface 7 * - 24-bit parallel RGB interface 8 * - 8-bit ITU-R BT.601 interface 9 * - 8-bit ITU-R BT.656 interface 10 * - Up to 320RGBx240 dots resolution TFT LCD displays 11 * - Scaling, brightness and contrast 19 * Derived from drivers/drm/gpu/panel/panel-samsung-ld9040.c 27 #include <linux/regulator/consumer.h> 55 * VREG1 voltage regulator from 3.6V (0x00) to 6.0V (0x18) in 0.1V [all …]
|
/Linux-v6.1/arch/sh/boards/ |
D | board-magicpanelr2.c | 1 // SPDX-License-Identifier: GPL-2.0 14 #include <linux/regulator/fixed.h> 15 #include <linux/regulator/machine.h> 64 /* CS2: LAN (0x08000000 - 0x0bffffff) */ in setup_chip_select() 70 /* CS4: CAN1 (0xb0000000 - 0xb3ffffff) */ in setup_chip_select() 76 /* CS5a: CAN2 (0xb4000000 - 0xb5ffffff) */ in setup_chip_select() 82 /* CS5b: CAN3 (0xb6000000 - 0xb7ffffff) */ in setup_chip_select() 88 /* CS6a: Rotary (0xb8000000 - 0xb9ffffff) */ in setup_chip_select() 203 /* V7 (x); V6 (x); V5 (x); V4 GPO(MID2); in setup_port_multiplexing() 269 .id = -1, [all …]
|