Home
last modified time | relevance | path

Searched refs:pm860x (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/Documentation/devicetree/bindings/mfd/
D88pm860x.txt4 - compatible : "marvell,88pm860x"
5 - reg : the I2C slave address for the 88pm860x chip
6 - interrupts : IRQ line for the 88pm860x chip
7 - interrupt-controller: describes the 88pm860x as an interrupt controller (has its own domain)
9 - The cell is the 88pm860x local IRQ number
12 - marvell,88pm860x-irq-read-clr: inicates whether interrupt status is cleared by read
13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address
17 88pm860x consists of a large and varied group of sub-devices:
21 88pm860x-onkey : : On key
22 88pm860x-rtc : : RTC
[all …]
/linux-6.1.9/sound/soc/codecs/
D88pm860x-codec.c965 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_pcm_set_dai_fmt() local
975 if (pm860x->dir == PM860X_CLK_DIR_OUT) { in pm860x_pcm_set_dai_fmt()
981 if (pm860x->dir == PM860X_CLK_DIR_IN) { in pm860x_pcm_set_dai_fmt()
1005 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_set_dai_sysclk() local
1008 pm860x->dir = PM860X_CLK_DIR_OUT; in pm860x_set_dai_sysclk()
1070 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_i2s_set_dai_fmt() local
1078 if (pm860x->dir == PM860X_CLK_DIR_OUT) in pm860x_i2s_set_dai_fmt()
1084 if (pm860x->dir == PM860X_CLK_DIR_IN) in pm860x_i2s_set_dai_fmt()
1108 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_set_bias_level() local
1122 pm860x_reg_write(pm860x->i2c, REG_MISC2, data); in pm860x_set_bias_level()
[all …]
DMakefile2 snd-soc-88pm860x-objs := 88pm860x-codec.o
360 obj-$(CONFIG_SND_SOC_88PM860X) += snd-soc-88pm860x.o
/linux-6.1.9/arch/arm/boot/dts/
Dpxa910-dkb.dts30 pmic: 88pm860x@34 {
31 compatible = "marvell,88pm860x";
38 marvell,88pm860x-irq-read-clr;
39 marvell,88pm860x-slave-addr = <0x11>;
136 marvell,88pm860x-vrtc = <1>;
139 marvell,88pm860x-gpadc-prebias = <1>;
140 marvell,88pm860x-gpadc-slot-cycle = <1>;
141 marvell,88pm860x-tsi-prebias = <6>;
142 marvell,88pm860x-pen-prebias = <16>;
143 marvell,88pm860x-pen-prechg = <2>;
[all …]
/linux-6.1.9/Documentation/devicetree/bindings/leds/backlight/
D88pm860x.txt1 88pm860x-backlight bindings
4 - marvell,88pm860x-iset: Current supplies on backlight device.
5 - marvell,88pm860x-pwm: PWM frequency on backlight device.
11 marvell,88pm860x-iset = <4>;
12 marvell,88pm860x-pwm = <3>;
Dmax8925-backlight.txt1 88pm860x-backlight bindings
/linux-6.1.9/Documentation/devicetree/bindings/regulator/
D88pm860x.txt4 - compatible: "marvell,88pm860x"
12 pmic: 88pm860x@34 {
13 compatible = "marvell,88pm860x";
/linux-6.1.9/drivers/mfd/
DMakefile6 88pm860x-objs := 88pm860x-core.o 88pm860x-i2c.o
7 obj-$(CONFIG_MFD_88PM860X) += 88pm860x.o
/linux-6.1.9/drivers/leds/
DMakefile11 obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o
/linux-6.1.9/drivers/input/touchscreen/
DMakefile11 obj-$(CONFIG_TOUCHSCREEN_88PM860X) += 88pm860x-ts.o
DKconfig25 module will be called 88pm860x-ts.
/linux-6.1.9/drivers/rtc/
DMakefile23 obj-$(CONFIG_RTC_DRV_88PM860X) += rtc-88pm860x.o
DKconfig173 will be called rtc-88pm860x.