Searched +full:vddi +full:- +full:supply (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/display/panel/ |
D | mantix,mlaf057we51-x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/mantix,mlaf057we51-x.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Mantix MLAF057WE51-X 5.7" 720x1440 TFT LCD panel 10 - Guido Günther <agx@sigxcpu.org> 14 a MIPI-DSI video interface. 17 - $ref: panel-common.yaml# 22 - mantix,mlaf057we51-x 29 avdd-supply: [all …]
|
D | novatek,nt35510.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Novatek NT35510-based display panels 10 - Linus Walleij <linus.walleij@linaro.org> 13 - $ref: panel-common.yaml# 18 - const: hydis,hva40wv1 19 - const: novatek,nt35510 26 reset-gpios: true 27 vdd-supply: [all …]
|
D | panel-dsi-cm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-dsi-cm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Tomi Valkeinen <tomi.valkeinen@ti.com> 11 - Sebastian Reichel <sre@kernel.org> 23 - $ref: panel-common.yaml# 29 - enum: 30 - motorola,droid4-panel # Panel from Motorola Droid4 phone 31 - nokia,himalaya # Panel from Nokia N950 phone [all …]
|
D | sony,acx424akp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 - $ref: panel-common.yaml# 19 reset-gpios: true 20 vddi-supply: 21 description: regulator that supplies the vddi voltage 22 enforce-video-mode: true 25 - compatible [all …]
|
/Linux-v5.10/drivers/gpu/drm/panel/ |
D | panel-mantix-mlaf057we51.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Mantix MLAF057WE51 5.7" MIPI-DSI panel driver 20 #define DRV_NAME "panel-mantix-mlaf057we51" 35 struct regulator *vddi; member 53 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in mantix_init_sequence() 54 struct device *dev = ctx->dev; in mantix_init_sequence() 76 struct device *dev = ctx->dev; in mantix_enable() 82 dev_err(ctx->dev, "Panel init sequence failed: %d\n", ret); in mantix_enable() 110 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in mantix_disable() 115 dev_err(ctx->dev, "Failed to turn off the display: %d\n", ret); in mantix_disable() [all …]
|
D | panel-sony-acx424akp.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * MIPI-DSI Sony ACX424AKP panel driver. This is a 480x864 4 * AMOLED panel with a command-only DSI interface. 8 * Based on code and know-how from Marcus Lorentzon 9 * Copyright (C) ST-Ericsson SA 2010 44 struct regulator *supply; member 97 struct mipi_dsi_device *dsi = to_mipi_dsi_device(acx->dev); in acx424akp_set_brightness() 99 int duty_ns = bl->props.brightness; in acx424akp_set_brightness() 106 pwm_ratio = max(((duty_ns * 256) / period_ns) - 1, 1); in acx424akp_set_brightness() 112 dev_dbg(acx->dev, "calculated duty cycle %02x\n", pwm_ratio); in acx424akp_set_brightness() [all …]
|
D | panel-novatek-nt35510.c | 1 // SPDX-License-Identifier: GPL-2.0-only 16 * per-panel, e.g. for physical size. 128 * struct nt35510_config - the display-specific NT35510 configuration 154 * +-------------------------------------------> 180 * @bt1ctr: setting for boost power control for the AVDD step-up 183 * frequency for the step-up circuit: 193 * amplification for the the step-up circuit: 204 * @avee: setting for AVEE ranging from 0x00 = -6.5V to 0x14 = -4.5V 205 * in 0.1V steps the default is 0x05 which means -6.0V 209 * @bt2ctr: setting for boost power control for the AVEE step-up [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | ste-href-tvk1281618-r3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 #include "ste-href-tvk1281618.dtsi" 20 st,drdy-int-pin = <1>; 21 drive-open-drain; 23 vdd-supply = <&ab8500_ldo_aux1_reg>; 24 vddio-supply = <&db8500_vsmps2_reg>; 35 compatible = "st,lis3dh-accel"; 36 st,drdy-int-pin = <1>; 38 vdd-supply = <&ab8500_ldo_aux1_reg>; 39 vddio-supply = <&db8500_vsmps2_reg>; [all …]
|
D | omap3-n950.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * omap3-n950.dts - Device Tree file for Nokia N950 8 /dts-v1/; 10 #include "omap3-n950-n9.dtsi" 11 #include <dt-bindings/input/input.h> 15 compatible = "nokia,omap3-n950", "ti,omap3630", "ti,omap36xx", "ti,omap3"; 18 compatible = "gpio-keys"; 23 linux,input-type = <EV_SW>; 25 wakeup-source; 26 pinctrl-names = "default"; [all …]
|
D | ste-ux500-samsung-skomer.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung XCover 2 GT-S7710 also known as Skomer. 6 /dts-v1/; 7 #include "ste-db8500.dtsi" 8 #include "ste-ab8505.dtsi" 9 #include "ste-dbx5x0-pinctrl.dtsi" 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 15 model = "Samsung XCover 2 (GT-S7710)"; [all …]
|
D | motorola-mapphone-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /dts-v1/; 4 #include <dt-bindings/input/input.h> 6 #include "motorola-cpcap-mapphone.dtsi" 10 stdout-path = &uart3; 19 * We seem to have only 1021 MB accessible, 1021 - 1022 is locked, 20 * then 1023 - 1024 seems to contain mbm. 28 gpio-poweroff { 29 compatible = "gpio-poweroff"; 30 pinctrl-0 = <&poweroff_gpio>; [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | dsi-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/dsi-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 26 reg-property set to the virtual channel number, usually there is just 33 "#address-cells": 36 "#size-cells": 40 "^panel@[0-3]$": 50 from 0 to 3, as DSI uses a 2-bit addressing scheme. Some DSI [all …]
|
/Linux-v5.10/drivers/regulator/ |
D | ab8500-ext.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) ST-Ericsson SA 2010 11 * ab8500-ext supports the following regulators: 12 * - VextSupply3 29 REGULATOR_SUPPLY("vddi", "mcde_disp_sony_acx424akp.0"), 35 REGULATOR_SUPPLY("vcc", "gpio-keys.0"), 37 REGULATOR_SUPPLY("vcc", "2-0029"), 39 REGULATOR_SUPPLY("vdd", "2-0018"), 41 REGULATOR_SUPPLY("vdd", "2-0019"), 43 REGULATOR_SUPPLY("vdd", "2-001e"), [all …]
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* linux/drivers/usb/gadget/s3c-hsudc.c 7 * S3C24XX USB 2.0 High-speed USB controller gadget driver 9 * The S3C24XX USB 2.0 high-speed USB controller supports upto 9 endpoints. 19 #include <linux/dma-mapping.h> 29 #include <linux/platform_data/s3c-hsudc.h> 35 /* Non-Indexed Registers */ 89 "vdda", /* analog phy supply, 3.3V */ 90 "vddi", /* digital phy supply, 1.2V */ 91 "vddosc", /* oscillator supply, 1.8V - 3.3V */ [all …]
|