/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | mediatek,mt6360.yaml | 4 $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-v6.1/Documentation/devicetree/bindings/regulator/ |
D | mt6360-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/mt6360-regulator.yaml# 7 title: MT6360 Regulator from MediaTek Integrated 18 const: mediatek,mt6360-regulator 42 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 44 compatible = "mediatek,mt6360-regulator"; 48 regulator-name = "mt6360,buck1"; 57 regulator-name = "mt6360,buck2"; 66 regulator-name = "mt6360,ldo6"; 74 regulator-name = "mt6360,ldo7"; 82 regulator-name = "mt6360,ldo1"; [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-mt6360 | 5 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-v6.1/Documentation/devicetree/bindings/usb/ |
D | mediatek,mt6360-tcpc.yaml | 4 $id: "http://devicetree.org/schemas/usb/mediatek,mt6360-tcpc.yaml#" 7 title: Mediatek MT6360 Type-C Port Switch and Power Delivery controller DT bindings 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-v6.1/Documentation/devicetree/bindings/leds/ |
D | leds-mt6360.yaml | 4 $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 57 compatible = "mediatek,mt6360-led"; 110 compatible = "mediatek,mt6360-led";
|
/Linux-v6.1/arch/arm64/boot/dts/mediatek/ |
D | mt8195-demo.dts | 14 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 87 mt6360: pmic@34 { label 88 compatible = "mediatek,mt6360"; 95 compatible = "mediatek,mt6360-chg"; 107 compatible = "mediatek,mt6360-regulator"; 112 regulator-name = "mt6360,buck1"; 123 regulator-name = "mt6360,buck2"; 134 regulator-name = "mt6360,ldo1"; 143 regulator-name = "mt6360,ldo2"; 152 regulator-name = "mt6360,ldo3"; [all …]
|
D | mt8195-cherry.dtsi | 211 compatible = "mediatek,mt6360";
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
D | mediatek,mt6360-adc.yaml | 4 $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-v6.1/Documentation/devicetree/bindings/power/supply/ |
D | mt6360_charger.yaml | 7 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 38 compatible = "mediatek,mt6360-chg";
|
/Linux-v6.1/drivers/mfd/ |
D | mt6360-core.c | 337 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"), 605 { .compatible = "mediatek,mt6360", }, [all …]
|
D | Makefile | 178 obj-$(CONFIG_MFD_MT6360) += mt6360-core.o
|
D | Kconfig | 929 tristate "Mediatek MT6360 SubPMIC" 936 Say Y here to enable MT6360 PMU/PMIC/LDO functional support.
|
/Linux-v6.1/drivers/usb/typec/tcpm/ |
D | Kconfig | 31 tristate "Mediatek MT6360 Type-C driver" 34 Mediatek MT6360 is a multi-functional IC that includes
|
D | tcpci_mt6360.c | 219 { .compatible = "mediatek,mt6360-tcpc", }, 226 .name = "mt6360-tcpc", 236 MODULE_DESCRIPTION("MT6360 USB Type-C Port Controller Interface Driver");
|
/Linux-v6.1/drivers/leds/flash/ |
D | Kconfig | 52 tristate "LED Support for Mediatek MT6360 PMIC" 60 Mediatek MT6360 PMIC.
|
D | Makefile | 3 obj-$(CONFIG_LEDS_MT6360) += leds-mt6360.o
|
D | leds-mt6360.c | 893 { .compatible = "mediatek,mt6360-led", }, 900 .name = "mt6360-led", 909 MODULE_DESCRIPTION("MT6360 LED Driver");
|
/Linux-v6.1/drivers/iio/adc/ |
D | mt6360-adc.c | 357 { .compatible = "mediatek,mt6360-adc", }, 364 .name = "mt6360-adc", 372 MODULE_DESCRIPTION("MT6360 ADC Driver");
|
D | Makefile | 71 obj-$(CONFIG_MEDIATEK_MT6360_ADC) += mt6360-adc.o
|
D | Kconfig | 745 tristate "Mediatek MT6360 ADC driver" 750 Say Y here to enable MT6360 ADC support.
|
/Linux-v6.1/drivers/regulator/ |
D | mt6360-regulator.c | 16 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 441 { "mt6360-regulator", 0 }, 448 .name = "mt6360-regulator", 456 MODULE_DESCRIPTION("MT6360 Regulator Driver");
|
D | Kconfig | 827 tristate "MT6360 SubPMIC Regulator" 830 Say Y here to enable MT6360 regulator support. 831 This is support MT6360 PMIC/LDO part include
|
D | Makefile | 102 obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
|
/Linux-v6.1/drivers/power/supply/ |
D | mt6360_charger.c | 844 { .compatible = "mediatek,mt6360-chg", }, 850 { "mt6360-chg", 0 }, 857 .name = "mt6360-chg", 866 MODULE_DESCRIPTION("MT6360 Charger Driver");
|
D | Kconfig | 612 tristate "Mediatek MT6360 Charger Driver" 617 Say Y here to enable MT6360 Charger Part.
|