Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Draspberrypi,7inch-touchscreen-panel-regulator.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RaspberryPi 7" display ATTINY88-based regulator/backlight controller
10 - Marek Vasut <marex@denx.de>
13 The RaspberryPi 7" display has an ATTINY88-based regulator/backlight
18 - $ref: regulator.yaml#
22 const: raspberrypi,7inch-touchscreen-panel-regulator
30 - compatible
[all …]
/linux-6.12.1/arch/arm64/boot/dts/freescale/
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 …]
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 …]
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-6.12.1/drivers/regulator/
Drpi-panel-attiny-regulator.c1 // SPDX-License-Identifier: GPL-2.0
16 #include <linux/regulator/driver.h>
17 #include <linux/regulator/machine.h>
18 #include <linux/regulator/of_regulator.h>
40 #define PB_LCD_MAIN BIT(7)
83 state->port_states[reg - REG_PORTA] = val; in attiny_set_port_state()
84 return regmap_write(state->regmap, reg, val); in attiny_set_port_state()
89 return state->port_states[reg - REG_PORTA]; in attiny_get_port_state()
96 mutex_lock(&state->lock); in attiny_lcd_power_enable()
103 * firmware used for the panel. Runtime rotation in attiny_lcd_power_enable()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig REGULATOR config
3 bool "Voltage and Current Regulator Support"
6 Generic Voltage and Current Regulator support.
14 The intention is to allow systems to dynamically control regulator
26 if REGULATOR
29 bool "Regulator debug support"
34 tristate "Fixed voltage regulator support"
38 managed regulators and simple non-configurable regulators.
41 tristate "Virtual regulator consumer support"
[all …]
/linux-6.12.1/drivers/gpu/drm/panel/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 Panel registration and lookup framework.
12 tristate "ABT Y030XX067A 320x480 LCD panel"
17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
18 and RG-99 handheld gaming consoles.
21 tristate "ARM Versatile panel driver"
27 reference designs. The panel is detected using special registers
31 tristate "ASUS Z00T TM5P5 NT35596 panel"
37 NT35596 1080x1920 video mode panel as found in some Asus
45 Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel
[all …]
/linux-6.12.1/arch/sh/boards/mach-ecovec24/
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-6.12.1/Documentation/admin-guide/
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 nospcr -- disable console in ACPI SPCR table as
41 If set to vendor, prefer vendor-specific driver
73 Documentation/firmware-guide/acpi/debug.rst for more information about
[all …]