Home
last modified time | relevance | path

Searched +full:lp87561 +full:- +full:q1 (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dti,lp87561-q1.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/ti,lp87561-q1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI LP87561-Q1 single 4-phase output buck converter
10 - Keerthy <j-keerthy@ti.com>
14 const: ti,lp87561-q1
20 gpio-controller: true
22 '#gpio-cells':
29 buck3210-in-supply:
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
Dti,lp87561-q1.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/ti,lp87561-q1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI LP87561-Q1 single 4-phase output buck converter
10 - Keerthy <j-keerthy@ti.com>
14 const: ti,lp87561-q1
20 reset-gpios:
24 gpio-controller: true
26 '#gpio-cells':
[all …]
/kernel/linux/linux-5.10/drivers/mfd/
Dlp87565.c1 // 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>
23 { .name = "lp87565-q1-regulator", },
24 { .name = "lp87565-q1-gpio", },
30 .compatible = "ti,lp87524-q1",
34 .compatible = "ti,lp87565-q1",
38 .compatible = "ti,lp87561-q1",
53 lp87565 = devm_kzalloc(&client->dev, sizeof(*lp87565), GFP_KERNEL); in lp87565_probe()
55 return -ENOMEM; in lp87565_probe()
[all …]
/kernel/linux/linux-6.6/drivers/mfd/
Dlp87565.c1 // 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>
24 { .name = "lp87565-q1-regulator", },
25 { .name = "lp87565-q1-gpio", },
31 .compatible = "ti,lp87524-q1",
35 .compatible = "ti,lp87565-q1",
39 .compatible = "ti,lp87561-q1",
53 lp87565 = devm_kzalloc(&client->dev, sizeof(*lp87565), GFP_KERNEL); in lp87565_probe()
55 return -ENOMEM; in lp87565_probe()
[all …]