Home
last modified time | relevance | path

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

12

/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dmt6397.txt1 MediaTek MT6397/MT6323 Multifunction Device Driver
3 MT6397/MT6323 is a multifunction device with the following sub modules:
14 called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
22 "mediatek,mt6323" for PMIC MT6323
32 - compatible: "mediatek,mt6323-rtc"
39 - compatible: "mediatek,mt6323-regulator"
40 see ../regulator/mt6323-regulator.txt
53 - compatible: "mediatek,mt6323-led"
54 see ../leds/leds-mt6323.txt
58 - compatible: "mediatek,mt6323-keys"
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/leds/
Dleds-mt6323.txt1 Device Tree Bindings for LED support on MT6323 PMIC
3 MT6323 LED controller is subfunction provided by MT6323 PMIC, so the LED
4 controllers are defined as the subnode of the function node provided by MT6323
7 MT6323 PMIC hardware.
9 For MT6323 MFD bindings see:
15 - compatible : Must be "mediatek,mt6323-led"
19 Each led is represented as a child node of the mediatek,mt6323-led that
33 mt6323: pmic {
34 compatible = "mediatek,mt6323";
39 compatible = "mediatek,mt6323-led";
/Linux-v6.1/drivers/mfd/
Dmt6397-core.c14 #include <linux/mfd/mt6323/core.h>
20 #include <linux/mfd/mt6323/registers.h>
112 .name = "mt6323-rtc",
115 .of_compatible = "mediatek,mt6323-rtc",
117 .name = "mt6323-regulator",
118 .of_compatible = "mediatek,mt6323-regulator"
120 .name = "mt6323-led",
121 .of_compatible = "mediatek,mt6323-led"
126 .of_compatible = "mediatek,mt6323-keys"
128 .name = "mt6323-pwrc",
[all …]
Dmt6397-irq.c13 #include <linux/mfd/mt6323/core.h>
14 #include <linux/mfd/mt6323/registers.h>
/Linux-v6.1/Documentation/devicetree/bindings/power/reset/
Dmt6323-poweroff.txt8 "mediatek,mt6323-pwrc": for MT6323 PMIC
13 compatible = "mediatek,mt6323";
18 compatible = "mediatek,mt6323-pwrc";
/Linux-v6.1/Documentation/devicetree/bindings/rtc/
Drtc-mt6397.txt16 "mediatek,mt6323-rtc": for MT6323 PMIC
24 compatible = "mediatek,mt6323";
29 compatible = "mediatek,mt6323-rtc";
/Linux-v6.1/drivers/regulator/
Dmt6323-regulator.c11 #include <linux/mfd/mt6323/registers.h>
14 #include <linux/regulator/mt6323-regulator.h>
21 * MT6323 regulators' information
345 struct mt6397_chip *mt6323 = dev_get_drvdata(pdev->dev.parent); in mt6323_set_buck_vosel_reg() local
351 if (regmap_read(mt6323->regmap, in mt6323_set_buck_vosel_reg()
371 struct mt6397_chip *mt6323 = dev_get_drvdata(pdev->dev.parent); in mt6323_regulator_probe() local
382 if (regmap_read(mt6323->regmap, MT6323_CID, &reg_value) < 0) { in mt6323_regulator_probe()
391 config.regmap = mt6323->regmap; in mt6323_regulator_probe()
404 {"mt6323-regulator", 0},
411 .name = "mt6323-regulator",
[all …]
DMakefile97 obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o
Dmt6332-regulator.c6 // Based on mt6323-regulator.c,
DKconfig782 tristate "MediaTek MT6323 PMIC"
786 MediaTek MT6323 PMIC.
/Linux-v6.1/arch/arm/boot/dts/
Dmt6323.dtsi10 pmic: mt6323 {
11 compatible = "mediatek,mt6323";
18 compatible = "mediatek,mt6323-led";
25 compatible = "mediatek,mt6323-regulator";
243 compatible = "mediatek,mt6323-keys";
262 compatible = "mediatek,mt6323-pwrc";
266 compatible = "mediatek,mt6323-rtc";
Dmt7623a-rfb-emmc.dts11 #include "mt6323.dtsi"
Dmt7623a-rfb-nand.dts11 #include "mt6323.dtsi"
Dmt7623n-rfb-emmc.dts11 #include "mt6323.dtsi"
Dmt7623n-bananapi-bpi-r2.dts10 #include "mt6323.dtsi"
/Linux-v6.1/drivers/power/reset/
Dmt6323-poweroff.c82 { .compatible = "mediatek,mt6323-pwrc" },
91 .name = "mt6323-pwrc",
98 MODULE_DESCRIPTION("Poweroff driver for MT6323 PMIC");
DKconfig169 bool "MediaTek MT6323 power-off driver"
173 the power of a remote MediaTek SoC MT6323 is connected to through
174 controlling a tiny circuit BBPU inside MT6323 RTC.
176 Say Y if you have a board where MT6323 could be found.
DMakefile16 obj-$(CONFIG_POWER_RESET_MT6323) += mt6323-poweroff.o
/Linux-v6.1/Documentation/devicetree/bindings/input/
Dmediatek,pmic-keys.yaml16 There are two key functions provided by MT6397, MT6323 and other MediaTek
21 For MediaTek MT6323/MT6397 PMIC bindings see
27 - mediatek,mt6323-keys
/Linux-v6.1/drivers/leds/
Dleds-mt6323.c3 * LED driver for Mediatek MT6323 PMIC
9 #include <linux/mfd/mt6323/registers.h>
77 * @id: the identifier in MT6323 LED device
78 * @parent: the pointer to MT6323 LED controller
473 { .compatible = "mediatek,mt6323-led" },
482 .name = "mt6323-led",
489 MODULE_DESCRIPTION("LED driver for Mediatek MT6323 PMIC");
DMakefile64 obj-$(CONFIG_LEDS_MT6323) += leds-mt6323.o
DKconfig240 tristate "LED Support for Mediatek MT6323 PMIC"
245 Mediatek MT6323 PMIC.
/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dmt6323-regulator.txt1 Mediatek MT6323 Regulator
21 pmic: mt6323 {
/Linux-v6.1/drivers/input/keyboard/
Dmtk-pmic-keys.c11 #include <linux/mfd/mt6323/registers.h>
274 .compatible = "mediatek,mt6323-keys",
/Linux-v6.1/drivers/rtc/
Drtc-mt6397.c343 { .compatible = "mediatek,mt6323-rtc", .data = &mt6397_rtc_data },

12