Searched +full:7 +full:inch +full:- +full:touchscreen +full:- +full:panel +full:- +full:regulator (Results 1 – 14 of 14) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | raspberrypi,7inch-touchscreen-panel-regulator.yaml | 1 # 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/Documentation/devicetree/bindings/regulator/ |
| D | raspberrypi,7inch-touchscreen-panel-regulator.yaml | 1 # 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/ |
| D | rpi-panel-attiny-regulator.c | 1 // 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> 42 regmap_write(rdev->regmap, REG_POWERON, 1); in attiny_lcd_power_enable() 47 ret = regmap_read(rdev->regmap, REG_PORTB, &data); in attiny_lcd_power_enable() 60 * firmware used for the panel. Runtime rotation in attiny_lcd_power_enable() 64 regmap_write(rdev->regmap, REG_PORTA, BIT(2)); in attiny_lcd_power_enable() 71 regmap_write(rdev->regmap, REG_PWM, 0); in attiny_lcd_power_disable() 72 regmap_write(rdev->regmap, REG_POWERON, 0); in attiny_lcd_power_disable() [all …]
|
| D | Kconfig | 1 # 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-6.6/arch/arm64/boot/dts/freescale/ |
| D | imx8mm-venice-gw72xx-0x-rpidsi.dtso | 1 // 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 …]
|
| D | imx8mm-venice-gw73xx-0x-rpidsi.dtso | 1 // 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 …]
|
| D | imx8mp-venice-gw74xx-rpidsi.dtso | 1 // 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 …]
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | rpi-panel-attiny-regulator.c | 1 // 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 …]
|
| D | Kconfig | 1 # 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/ |
| D | Kconfig | 1 # 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-6.6/drivers/gpu/drm/panel/ |
| D | Kconfig | 1 # 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 …]
|
| /kernel/linux/linux-6.6/arch/sh/boards/mach-ecovec24/ |
| D | setup.c | 1 // 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/linux-5.10/arch/sh/boards/mach-ecovec24/ |
| D | setup.c | 1 // 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/ |
| D | 0001_linux_arch.patch | 7 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 …]
|