Home
last modified time | relevance | path

Searched +full:7 +full:inch +full:- +full:touchscreen +full:- +full:panel +full:- +full:regulator (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-venice-gw72xx-0x-rpidsi.dtso1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/gpio/gpio.h>
8 #include "imx8mm-pinfunc.h"
10 /dts-v1/;
14 compatible = "gw,imx8mm-gw73xx-0x", "fsl,imx8mm";
16 panel {
17 compatible = "powertip,ph800480t013-idf02";
18 power-supply = <&attiny>;
23 remote-endpoint = <&bridge_out>;
30 #address-cells = <1>;
[all …]
H A Dimx8mm-venice-gw73xx-0x-rpidsi.dtso1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/gpio/gpio.h>
8 #include "imx8mm-pinfunc.h"
10 /dts-v1/;
14 compatible = "gw,imx8mm-gw73xx-0x", "fsl,imx8mm";
16 panel {
17 compatible = "powertip,ph800480t013-idf02";
18 power-supply = <&attiny>;
23 remote-endpoint = <&bridge_out>;
30 #address-cells = <1>;
[all …]
H A Dimx8mp-venice-gw74xx-rpidsi.dtso1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
10 compatible = "gateworks,imx8mp-gw74xx", "fsl,imx8mp";
12 panel {
13 compatible = "powertip,ph800480t013-idf02";
14 power-supply = <&attiny>;
19 remote-endpoint = <&bridge_out>;
26 #address-cells = <1>;
27 #size-cells = <0>;
29 attiny: regulator@45 {
[all …]
/linux/drivers/regulator/
H A Drpi-panel-attiny-regulator.c1 // SPDX-License-Identifier: GPL-2.0
18 #include <linux/regulator/driver.h>
19 #include <linux/regulator/machine.h>
20 #include <linux/regulator/of_regulator.h>
42 #define PB_LCD_MAIN BIT(7)
85 state->port_states[reg - REG_PORTA] = val; in attiny_set_port_state()
86 return regmap_write(state->regmap, reg, val); in attiny_set_port_state()
91 return state->port_states[reg - REG_PORTA]; in attiny_get_port_state()
98 guard(mutex)(&state->lock); in attiny_lcd_power_enable()
105 * firmware used for the panel. Runtime rotation in attiny_lcd_power_enable()
[all …]
H A Drpi-panel-v2-regulator.c1 // SPDX-License-Identifier: GPL-2.0
25 #define PWM_BL_ENABLE BIT(7)
44 if (state->polarity != PWM_POLARITY_NORMAL) in rpi_panel_v2_pwm_apply()
45 return -EINVAL; in rpi_panel_v2_pwm_apply()
47 if (!state->enabled) in rpi_panel_v2_pwm_apply()
66 .parent = &i2c->dev, in rpi_panel_v2_i2c_probe()
73 pc = devm_pwmchip_alloc(&i2c->dev, 1, 0); in rpi_panel_v2_i2c_probe()
77 pc->ops = &rpi_panel_v2_pwm_ops; in rpi_panel_v2_i2c_probe()
81 return dev_err_probe(&i2c->dev, PTR_ERR(regmap), "Failed to allocate regmap\n"); in rpi_panel_v2_i2c_probe()
88 ret = PTR_ERR_OR_ZERO(devm_gpio_regmap_register(&i2c->dev, &gconfig)); in rpi_panel_v2_i2c_probe()
[all …]
/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c1 // SPDX-License-Identifier: GPL-2.0
29 #include <linux/regulator/fixed.h>
30 #include <linux/regulator/machine.h>
39 #include <linux/dma-map-ops.h>
41 #include <media/drv-intf/renesas-ceu.h>
52 *-----------------------------------------
62 *------------------------------
71 * DS2[6-7] = MMC / SD ON-OFF : SD
72 * OFF-ON : MMC
76 * FSI - DA7210
[all …]
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt16 force -- enable ACPI if default was off
17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]
18 off -- disable ACPI if default was on
19 noirq -- do not use ACPI for IRQ routing
20 strict -- Be less tolerant of platforms that are not
22 rsdt -- prefer RSDT over (default) XSDT
23 copy_dsdt -- copy DSDT to memory
24 nocmcff -- Disable firmware first mode for corrected
28 nospcr -- disable console in ACPI SPCR table as
45 If set to vendor, prefer vendor-specific driver
[all …]