Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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>
41 regmap_write(rdev->regmap, REG_POWERON, 1); in attiny_lcd_power_enable()
43 regmap_read_poll_timeout(rdev->regmap, REG_PORTB, data, in attiny_lcd_power_enable()
47 * firmware used for the panel. Runtime rotation in attiny_lcd_power_enable()
51 regmap_write(rdev->regmap, REG_PORTA, BIT(2)); in attiny_lcd_power_enable()
58 regmap_write(rdev->regmap, REG_PWM, 0); in attiny_lcd_power_disable()
59 regmap_write(rdev->regmap, REG_POWERON, 0); in attiny_lcd_power_disable()
[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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 Panel registration and lookup framework.
12 tristate "ARM Versatile panel driver"
18 reference designs. The panel is detected using special registers
22 tristate "ASUS Z00T TM5P5 NT35596 panel"
28 NT35596 1080x1920 video mode panel as found in some Asus
32 tristate "Boe Himax8279d panel"
38 TFT-LCD modules. The panel has a 1200x1920 resolution and uses
40 the host and has a built-in LED backlight.
43 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel"
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch7 Change-Id: I8c7b42f8858212fb4b2d56a871d3f4d5afc73954
9 diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
11 --- a/arch/arm64/Kconfig
13 @@ -183,7 +183,6 @@ config ARM64
17 - select HOLES_IN_ZONE
21 @@ -1023,6 +1022,9 @@ config NEED_PER_CPU_EMBED_FIRST_CHUNK
31 @@ -1148,7 +1150,7 @@ config XEN
35 - int
40 @@ -1182,15 +1184,6 @@ config UNMAP_KERNEL_AT_EL0
44 -config MITIGATE_SPECTRE_BRANCH_HISTORY
[all …]