Searched +full:lp87565 +full:- +full:q1 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | lp87565.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ 5 * Author: Keerthy <j-keerthy@ti.com> 15 #include <linux/mfd/lp87565.h> 24 { .name = "lp87565-q1-regulator", }, 25 { .name = "lp87565-q1-gpio", }, 29 { .compatible = "ti,lp87565", }, 31 .compatible = "ti,lp87524-q1", 35 .compatible = "ti,lp87565-q1", 39 .compatible = "ti,lp87561-q1", [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | ti,lp87565-q1.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/ti,lp87565-q1.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TI LP87565-Q1 / LP87565 dual 2-phase output buck converter 10 - Keerthy <j-keerthy@ti.com> 15 - ti,lp87565 16 - ti,lp87565-q1 22 reset-gpios: 26 gpio-controller: true [all …]
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | lp87565.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Keerthy <j-keerthy@ti.com> 14 #include <power/lp87565.h> 53 dev->name); in lp87565_bind() 54 return -ENXIO; in lp87565_bind() 57 debug("%s: '%s' - found regulators subnode\n", __func__, dev->name); in lp87565_bind() 61 printf("%s: %s - no child found\n", __func__, dev->name); in lp87565_bind() 73 { .compatible = "ti,lp87565", .data = LP87565 }, 74 { .compatible = "ti,lp87565-q1", .data = LP87565_Q1 },
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-lp87565.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 4 * Keerthy <j-keerthy@ti.com> 14 #include <linux/mfd/lp87565.h> 26 ret = regmap_read(gpio->map, LP87565_REG_GPIO_IN, &val); in lp87565_gpio_get() 38 regmap_update_bits(gpio->map, LP87565_REG_GPIO_OUT, in lp87565_gpio_set() 48 ret = regmap_read(gpio->map, LP87565_REG_GPIO_CONFIG, &val); in lp87565_gpio_get_direction() 63 return regmap_update_bits(gpio->map, in lp87565_gpio_direction_input() 75 return regmap_update_bits(gpio->map, in lp87565_gpio_direction_output() 94 ret = regmap_update_bits(gpio->map, in lp87565_gpio_request() [all …]
|
/openbmc/linux/drivers/regulator/ |
H A D | lp87565-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Regulator driver for LP87565 PMIC 5 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ 12 #include <linux/mfd/lp87565.h> 30 .supply_name = _of "-in", \ 71 /* LP87565 BUCK current limit */ 100 ret = regmap_update_bits(rdev->regmap, regulators[id].ctrl2_reg, in lp87565_buck_set_ramp_delay() 104 dev_err(&rdev->dev, "SLEW RATE write failed: %d\n", ret); in lp87565_buck_set_ramp_delay() 108 rdev->constraints->ramp_delay = lp87565_buck_ramp_delay[reg]; in lp87565_buck_set_ramp_delay() 111 rdev->constraints->ramp_delay = in lp87565_buck_set_ramp_delay() [all …]
|
/openbmc/linux/include/linux/mfd/ |
H A D | lp87565.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Functions to access LP87565 power management chip. 5 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ 241 * struct LP87565 - state holder for the LP87565 driver 243 * @rev: revision of the LP87565 244 * @dev_type: The device type for example lp87565-q1 246 * @regmap: register map of the LP87565 PMIC 248 * Device data may be used to access the LP87565 chip 250 struct lp87565 { struct
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | dra76-evm.dts | 2 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 8 /dts-v1/; 11 #include "dra7-evm-common.dtsi" 12 #include "dra76x-mmc-iodelay.dtsi" 13 #include <dt-bindings/net/ti-dp83867.h> 17 compatible = "ti,dra76-evm", "ti,dra762", "ti,dra7"; 24 vsys_12v0: fixedregulator-vsys12v0 { 26 compatible = "regulator-fixed"; 27 regulator-name = "vsys_12v0"; 28 regulator-min-microvolt = <12000000>; [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dra76-evm.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "dra7-evm-common.dtsi" 9 #include "dra76x-mmc-iodelay.dtsi" 10 #include <dt-bindings/net/ti-dp83867.h> 14 compatible = "ti,dra76-evm", "ti,dra762", "ti,dra7"; 28 reserved-memory { 29 #address-cells = <2>; 30 #size-cells = <2>; [all …]
|
/openbmc/linux/ |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |