Home
last modified time | relevance | path

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

12

/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A 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 …]
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A 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 …]
/openbmc/linux/Documentation/ABI/testing/
H A 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 …]
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A 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";
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A 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";
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A 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";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A 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 …]
H A Dmt8195-cherry.dtsi473 compatible = "mediatek,mt6360";
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A 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";
/openbmc/linux/drivers/mfd/
H A Dmt6360-core.c337 MFD_CELL_OF("mt6360-adc", mt6360_adc_resources,
338 NULL, 0, 0, "mediatek,mt6360-adc"),
339 MFD_CELL_OF("mt6360-chg", mt6360_chg_resources,
340 NULL, 0, 0, "mediatek,mt6360-chg"),
341 MFD_CELL_OF("mt6360-led", mt6360_led_resources,
342 NULL, 0, 0, "mediatek,mt6360-led"),
343 MFD_CELL_RES("mt6360-regulator", mt6360_regulator_resources),
344 MFD_CELL_OF("mt6360-tcpc", NULL,
345 NULL, 0, 0, "mediatek,mt6360-tcpc"),
615 { .compatible = "mediatek,mt6360", },
[all …]
H A DMakefile175 obj-$(CONFIG_MFD_MT6360) += mt6360-core.o
H A DKconfig959 tristate "Mediatek MT6360 SubPMIC"
966 Say Y here to enable MT6360 PMU/PMIC/LDO functional support.
/openbmc/linux/drivers/usb/typec/tcpm/
H A DKconfig31 tristate "Mediatek MT6360 Type-C driver"
34 Mediatek MT6360 is a multi-functional IC that includes
H A Dtcpci_mt6360.c212 { .compatible = "mediatek,mt6360-tcpc", },
219 .name = "mt6360-tcpc",
229 MODULE_DESCRIPTION("MT6360 USB Type-C Port Controller Interface Driver");
/openbmc/linux/drivers/leds/flash/
H A DKconfig52 tristate "LED Support for Mediatek MT6360 PMIC"
60 Mediatek MT6360 PMIC.
H A DMakefile3 obj-$(CONFIG_LEDS_MT6360) += leds-mt6360.o
H A Dleds-mt6360.c869 { .compatible = "mediatek,mt6360-led", },
876 .name = "mt6360-led",
885 MODULE_DESCRIPTION("MT6360 LED Driver");
/openbmc/linux/drivers/iio/adc/
H A Dmt6360-adc.c357 { .compatible = "mediatek,mt6360-adc", },
364 .name = "mt6360-adc",
372 MODULE_DESCRIPTION("MT6360 ADC Driver");
H A DMakefile75 obj-$(CONFIG_MEDIATEK_MT6360_ADC) += mt6360-adc.o
H A DKconfig795 tristate "Mediatek MT6360 ADC driver"
800 Say Y here to enable MT6360 ADC support.
/openbmc/linux/drivers/regulator/
H A 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");
H A DKconfig873 tristate "MT6360 SubPMIC Regulator"
876 Say Y here to enable MT6360 regulator support.
877 This is support MT6360 PMIC/LDO part include
H A DMakefile107 obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
/openbmc/linux/drivers/power/supply/
H A Dmt6360_charger.c843 { .compatible = "mediatek,mt6360-chg", },
849 { "mt6360-chg", 0 },
856 .name = "mt6360-chg",
865 MODULE_DESCRIPTION("MT6360 Charger Driver");
H A DKconfig593 tristate "Mediatek MT6360 Charger Driver"
598 Say Y here to enable MT6360 Charger Part.

12