Searched full:mt6331 (Results 1 – 13 of 13) sorted by relevance
/linux-6.14.4/drivers/regulator/ |
D | mt6331-regulator.c | 15 #include <linux/mfd/mt6331/registers.h> 18 #include <linux/regulator/mt6331-regulator.h> 25 * MT6331 regulators information 417 struct mt6397_chip *mt6331 = dev_get_drvdata(pdev->dev.parent); in mt6331_set_buck_vosel_reg() local 423 if (regmap_read(mt6331->regmap, in mt6331_set_buck_vosel_reg() 443 struct mt6397_chip *mt6331 = dev_get_drvdata(pdev->dev.parent); in mt6331_regulator_probe() local 454 if (regmap_read(mt6331->regmap, MT6331_HWCID, ®_value) < 0) { in mt6331_regulator_probe() 463 * ChipID 0x10 is "MT6331 E1", has a different voltage table and in mt6331_regulator_probe() 477 config.regmap = mt6331->regmap; in mt6331_regulator_probe() 490 {"mt6331-regulator", 0}, [all …]
|
D | Makefile | 106 obj-$(CONFIG_REGULATOR_MT6331) += mt6331-regulator.o
|
D | Kconfig | 866 tristate "MediaTek MT6331 PMIC" 870 MediaTek MT6331 PMIC.
|
/linux-6.14.4/drivers/mfd/ |
D | mt6397-core.c | 17 #include <linux/mfd/mt6331/core.h> 24 #include <linux/mfd/mt6331/registers.h> 179 /* MT6331 is always used in combination with MT6332 */ 182 .name = "mt6331-rtc", 185 .of_compatible = "mediatek,mt6331-rtc", 187 .name = "mt6331-regulator", 188 .of_compatible = "mediatek,mt6331-regulator" 196 .of_compatible = "mediatek,mt6331-keys" 396 .compatible = "mediatek,mt6331",
|
D | mt6397-irq.c | 16 #include <linux/mfd/mt6331/core.h> 17 #include <linux/mfd/mt6331/registers.h>
|
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt6331.dtsi | 9 pmic: mt6331 { 10 compatible = "mediatek,mt6331"; 15 compatible = "mediatek,mt6331-regulator"; 270 compatible = "mediatek,mt6331-rtc"; 274 compatible = "mediatek,mt6331-keys";
|
D | mt6795-sony-xperia-m5.dts | 10 #include "mt6331.dtsi" 423 * MT6332 PMIC: when this is present, the main MT6331 PMIC will fire
|
/linux-6.14.4/Documentation/devicetree/bindings/regulator/ |
D | mediatek,mt6331-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/mediatek,mt6331-regulator.yaml# 7 title: MT6331 Regulator from MediaTek Integrated 13 The MT6331 PMIC provides 6 BUCK and 21 LDO (Low Dropout) regulators 16 MT6331 regulators node should be sub node of the MT6397 MFD node.
|
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | mediatek,mt6397.yaml | 38 - mediatek,mt6331 # "mediatek,mt6331" for PMIC MT6331 and MT6332. 68 - mediatek,mt6331-rtc 165 - mediatek,mt6331-led
|
/linux-6.14.4/Documentation/devicetree/bindings/input/ |
D | mediatek,pmic-keys.yaml | 29 - mediatek,mt6331-keys
|
/linux-6.14.4/drivers/input/keyboard/ |
D | mtk-pmic-keys.c | 12 #include <linux/mfd/mt6331/registers.h> 291 .compatible = "mediatek,mt6331-keys",
|
/linux-6.14.4/drivers/leds/ |
D | leds-mt6323.c | 708 { .compatible = "mediatek,mt6331-led", .data = &mt6331_pdata },
|
/linux-6.14.4/drivers/soc/mediatek/ |
D | mtk-pmic-wrap.c | 2252 { .compatible = "mediatek,mt6331", .data = &pmic_mt6331 },
|