Home
last modified time | relevance | path

Searched +full:lp87524 +full:- +full:q1 (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dti,lp87524-q1.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/ti,lp87524-q1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI LP87524-Q1 four 1-phase output buck converter
10 - Keerthy <j-keerthy@ti.com>
14 const: ti,lp87524-q1
20 gpio-controller: true
22 '#gpio-cells':
38 - buck0
[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 …]