Searched +full:mt6360 +full:- +full:chg (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | mt6360_charger.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Battery charger driver for MT6360 PMIC from MediaTek Integrated. 10 - Gene Chen <gene_chen@richtek.com> 13 This module is part of the MT6360 MFD device. 18 const: mediatek,mt6360-chg 20 richtek,vinovp-microvolt: 25 usb-otg-vbus-regulator: 32 - compatible [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | mediatek,mt6360.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/mediatek,mt6360.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MT6360 PMIC from MediaTek Integrated 10 - Gene Chen <gene_chen@richtek.com> 13 MT6360 is a PMIC device with the following sub modules. 20 const: mediatek,mt6360 25 wakeup-source: true 30 interrupt-names: [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | mt6360-core.c | 1 // SPDX-License-Identifier: GPL-2.0 79 /* reg 0 -> 0 ~ 7 */ 84 /* REG 1 -> 8 ~ 15 */ 91 /* REG 2 -> 16 ~ 23 */ 92 /* REG 3 -> 24 ~ 31 */ 99 /* REG 4 -> 32 ~ 39 */ 107 /* REG 5 -> 40 ~ 47 */ 116 /* REG 6 -> 48 ~ 55 */ 124 /* REG 7 -> 56 ~ 63 */ 133 /* REG 8 -> 64 ~ 71 */ [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | mt8195-demo.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 14 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 18 compatible = "mediatek,mt8195-demo", "mediatek,mt8195"; 25 stdout-path = "serial0:921600n8"; 30 compatible = "linaro,optee-tz"; 35 gpio-keys { [all …]
|
D | mt8395-radxa-nio-12l.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 13 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 14 #include <dt-bindings/spmi/spmi.h> 15 #include <dt-bindings/usb/pd.h> 19 chassis-type = "embedded"; 20 compatible = "radxa,nio-12l", "mediatek,mt8395", "mediatek,mt8195"; 36 stdout-path = "serial0:921600n8"; [all …]
|
D | mt8395-genio-1200-evk.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/interrupt-controller/irq.h> 14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 15 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 16 #include <dt-bindings/spmi/spmi.h> 17 #include <dt-bindings/usb/pd.h> 20 model = "MediaTek Genio 1200 EVK-P1V2-EMMC"; [all …]
|
/linux-6.12.1/drivers/power/supply/ |
D | mt6360_charger.c | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <linux/devm-helpers.h> 163 ret = regmap_read(mci->regmap, MT6360_PMU_FOD_STAT, ®val); in mt6360_get_chrdet_ext_stat() 179 val->intval = pwr_rdy ? true : false; in mt6360_charger_get_online() 198 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_STAT, ®val); in mt6360_charger_get_status() 214 ret = -EIO; in mt6360_charger_get_status() 218 val->intval = status; in mt6360_charger_get_status() 229 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_STAT, ®val); in mt6360_charger_get_charge_type() 249 val->intval = type; in mt6360_charger_get_charge_type() 259 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_CTRL7, &sel); in mt6360_charger_get_ichg() [all …]
|