Home
last modified time | relevance | path

Searched full:mt6360 (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dmediatek,mt6360.yaml4 $id: http://devicetree.org/schemas/mfd/mediatek,mt6360.yaml#
7 title: MT6360 PMIC from MediaTek Integrated
13 MT6360 is a PMIC device with the following sub modules.
20 const: mediatek,mt6360
41 $ref: /schemas/regulator/mt6360-regulator.yaml#
47 $ref: /schemas/usb/mediatek,mt6360-tcpc.yaml#
50 $ref: /schemas/leds/leds-mt6360.yaml#
65 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h>
73 compatible = "mediatek,mt6360";
82 compatible = "mediatek,mt6360-chg";
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dmt6360-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/mt6360-regulator.yaml#
7 title: MT6360 Regulator from MediaTek Integrated
18 const: mediatek,mt6360-regulator
44 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h>
46 compatible = "mediatek,mt6360-regulator";
49 regulator-name = "mt6360,buck1";
57 regulator-name = "mt6360,buck2";
65 regulator-name = "mt6360,ldo6";
72 regulator-name = "mt6360,ldo7";
79 regulator-name = "mt6360,ldo1";
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-mt63605 Indicated MT6360 USBID ADC which connected to connector ID pin.
12 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA)
20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
28 Indicated MT6360 VSYS ADC
35 Indicated MT6360 VBAT ADC
42 Indicated MT6360 IBUS ADC
49 Indicated MT6360 IBAT ADC
56 Indicated MT6360 CHG_VDDP ADC
63 Indicated MT6360 IC junction temperature
70 Indicated MT6360 VREF_TS ADC
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Dmediatek,mt6360-tcpc.yaml4 $id: http://devicetree.org/schemas/usb/mediatek,mt6360-tcpc.yaml#
7 title: Mediatek MT6360 Type-C Port Switch and Power Delivery controller
13 Mediatek MT6360 is a multi-functional device. It integrates charger, ADC, flash, RGB indicators,
15 This document only describes MT6360 Type-C Port Switch and Power Delivery controller.
20 - mediatek,mt6360-tcpc
50 mt6360@34 {
51 compatible = "mediatek,mt6360";
59 compatible = "mediatek,mt6360-tcpc";
/linux-6.12.1/Documentation/devicetree/bindings/leds/
Dleds-mt6360.yaml4 $id: http://devicetree.org/schemas/leds/leds-mt6360.yaml#
7 title: LED driver for MT6360 PMIC from MediaTek Integrated.
13 This module is part of the MT6360 MFD device.
14 see Documentation/devicetree/bindings/mfd/mediatek,mt6360.yaml
15 Add MT6360 LED driver include 2-channel Flash LED with torch/strobe mode,
20 const: mediatek,mt6360-led
92 compatible = "mediatek,mt6360-led";
145 compatible = "mediatek,mt6360-led";
/linux-6.12.1/arch/arm64/boot/dts/mediatek/
Dmt8195-demo.dts14 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h>
127 mt6360: pmic@34 { label
128 compatible = "mediatek,mt6360";
136 compatible = "mediatek,mt6360-chg";
148 compatible = "mediatek,mt6360-regulator";
153 regulator-name = "mt6360,buck1";
164 regulator-name = "mt6360,buck2";
175 regulator-name = "mt6360,ldo1";
184 regulator-name = "mt6360,ldo2";
193 regulator-name = "mt6360,ldo3";
[all …]
Dmt8395-radxa-nio-12l.dts13 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h>
238 mt6360: pmic@34 { label
239 compatible = "mediatek,mt6360";
248 compatible = "mediatek,mt6360-chg";
259 compatible = "mediatek,mt6360-regulator";
336 compatible = "mediatek,mt6360-tcpc";
667 mt6360_pins: mt6360-pins {
Dmt8395-genio-1200-evk.dts15 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h>
237 mt6360: pmic@34 { label
238 compatible = "mediatek,mt6360";
248 compatible = "mediatek,mt6360-chg";
259 compatible = "mediatek,mt6360-regulator";
684 mt6360_pins: mt6360-pins {
Dmt8395-kontron-3-5-sbc-i1200.dts16 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h>
340 mt6360: pmic@34 { label
341 compatible = "mediatek,mt6360";
349 compatible = "mediatek,mt6360-regulator";
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dmediatek,mt6360-adc.yaml4 $id: http://devicetree.org/schemas/iio/adc/mediatek,mt6360-adc.yaml#
7 title: Mediatek MT6360 and similar ADCs
14 const: mediatek,mt6360-adc
28 compatible = "mediatek,mt6360-adc";
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/
Dmt6360_charger.yaml7 title: Battery charger driver for MT6360 PMIC from MediaTek Integrated.
13 This module is part of the MT6360 MFD device.
18 const: mediatek,mt6360-chg
39 compatible = "mediatek,mt6360-chg";
/linux-6.12.1/drivers/mfd/
Dmt6360-core.c338 MFD_CELL_OF("mt6360-adc", mt6360_adc_resources,
339 NULL, 0, 0, "mediatek,mt6360-adc"),
340 MFD_CELL_OF("mt6360-chg", mt6360_chg_resources,
341 NULL, 0, 0, "mediatek,mt6360-chg"),
342 MFD_CELL_OF("mt6360-led", mt6360_led_resources,
343 NULL, 0, 0, "mediatek,mt6360-led"),
344 MFD_CELL_RES("mt6360-regulator", mt6360_regulator_resources),
345 MFD_CELL_OF("mt6360-tcpc", NULL,
346 NULL, 0, 0, "mediatek,mt6360-tcpc"),
610 { .compatible = "mediatek,mt6360", },
[all …]
DMakefile180 obj-$(CONFIG_MFD_MT6360) += mt6360-core.o
/linux-6.12.1/drivers/usb/typec/tcpm/
Dtcpci_mt6360.c212 { .compatible = "mediatek,mt6360-tcpc", },
219 .name = "mt6360-tcpc",
229 MODULE_DESCRIPTION("MT6360 USB Type-C Port Controller Interface Driver");
DKconfig31 tristate "Mediatek MT6360 Type-C driver"
34 Mediatek MT6360 is a multi-functional IC that includes
/linux-6.12.1/drivers/leds/flash/
DKconfig53 tristate "LED Support for Mediatek MT6360 PMIC"
61 Mediatek MT6360 PMIC.
DMakefile3 obj-$(CONFIG_LEDS_MT6360) += leds-mt6360.o
Dleds-mt6360.c879 { .compatible = "mediatek,mt6360-led", },
886 .name = "mt6360-led",
895 MODULE_DESCRIPTION("MT6360 LED Driver");
/linux-6.12.1/drivers/iio/adc/
Dmt6360-adc.c357 { .compatible = "mediatek,mt6360-adc", },
364 .name = "mt6360-adc",
372 MODULE_DESCRIPTION("MT6360 ADC Driver");
DMakefile86 obj-$(CONFIG_MEDIATEK_MT6360_ADC) += mt6360-adc.o
/linux-6.12.1/drivers/regulator/
Dmt6360-regulator.c16 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h>
449 { "mt6360-regulator", 0 },
456 .name = "mt6360-regulator",
465 MODULE_DESCRIPTION("MT6360 Regulator Driver");
DKconfig911 tristate "MT6360 SubPMIC Regulator"
914 Say Y here to enable MT6360 regulator support.
915 This is support MT6360 PMIC/LDO part include
DMakefile111 obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
/linux-6.12.1/drivers/power/supply/
Dmt6360_charger.c838 { .compatible = "mediatek,mt6360-chg", },
844 { "mt6360-chg", 0 },
851 .name = "mt6360-chg",
860 MODULE_DESCRIPTION("MT6360 Charger Driver");
DKconfig614 tristate "Mediatek MT6360 Charger Driver"
619 Say Y here to enable MT6360 Charger Part.

12