Searched +full:elvdd +full:- +full:supply (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | boe,bf060y8m-aj0.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/boe,bf060y8m-aj0.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: BOE BF060Y8M-AJ0 5.99" 1080x2160 AMOLED Panel 10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> 14 video mode panel module on MIPI-DSI 4-Lane interface, GGRB 23 - $ref: panel-common.yaml# 27 const: boe,bf060y8m-aj0 32 elvdd-supply: [all …]
|
D | samsung,ams495qa01.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chris Morgan <macromorgan@hotmail.com> 13 - $ref: panel-common.yaml# 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 23 reset-gpios: 25 elvdd-supply: 27 enable-gpios: true 29 vdd-supply: [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sm6115-fxtec-pro1x.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (c) 2023 - 2024, Dang Huynh <danct12@riseup.net> 6 /dts-v1/; 11 #include <dt-bindings/arm/qcom,ids.h> 12 #include <dt-bindings/leds/common.h> 13 #include <dt-bindings/usb/pd.h> 18 chassis-type = "handset"; 20 qcom,msm-id = <QCOM_ID_SM6115 0x10000>; 23 #address-cells = <2>; 24 #size-cells = <2>; [all …]
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-magnachip-d53e6ea8966.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Magnachip d53e6ea8966 MIPI-DSI panel driver 18 #include <linux/media-bus-format.h> 58 /** @reg_vdd: VDD supply regulator for panel logic */ 60 /** @reg_elvdd: ELVDD supply regulator for panel display */ 64 /** @bl_dev: pseudo-backlight device for oled panel */ 72 #define MAX_BRIGHTNESS (NUM_GAMMA_LEVELS - 1) 168 struct mipi_dbi *dbi = &db->dbi; in ams495qa01_panel_init() 210 ret = regulator_enable(db->reg_vdd); in d53e6ea8966_prepare() 212 dev_err(db->dev, "failed to enable vdd regulator: %d\n", ret); in d53e6ea8966_prepare() [all …]
|
D | panel-boe-bf060y8m-aj0.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * BOE BF060Y8M-AJ0 5.99" MIPI-DSI OLED Panel on SW43404 DriverIC 47 gpiod_set_value_cansleep(boe->reset_gpio, 0); in boe_bf060y8m_aj0_reset() 49 gpiod_set_value_cansleep(boe->reset_gpio, 1); in boe_bf060y8m_aj0_reset() 51 gpiod_set_value_cansleep(boe->reset_gpio, 0); in boe_bf060y8m_aj0_reset() 57 struct mipi_dsi_device *dsi = boe->dsi; in boe_bf060y8m_aj0_on() 58 struct device *dev = &dsi->dev; in boe_bf060y8m_aj0_on() 101 struct mipi_dsi_device *dsi = boe->dsi; in boe_bf060y8m_aj0_off() 102 struct device *dev = &dsi->dev; in boe_bf060y8m_aj0_off() 106 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in boe_bf060y8m_aj0_off() [all …]
|