Home
last modified time | relevance | path

Searched +full:elvdd +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dboe,bf060y8m-aj0.yaml1 # 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
29 elvdd-supply:
[all …]
H A Dsamsung,ams495qa01.yaml1 # 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#
20 reset-gpios:
22 elvdd-supply:
24 enable-gpios: true
26 vdd-supply:
30 - compatible
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-magnachip-d53e6ea8966.c1 // 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 …]
H A Dpanel-boe-bf060y8m-aj0.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * BOE BF060Y8M-AJ0 5.99" MIPI-DSI OLED Panel on SW43404 DriverIC
48 gpiod_set_value_cansleep(boe->reset_gpio, 0); in boe_bf060y8m_aj0_reset()
50 gpiod_set_value_cansleep(boe->reset_gpio, 1); in boe_bf060y8m_aj0_reset()
52 gpiod_set_value_cansleep(boe->reset_gpio, 0); in boe_bf060y8m_aj0_reset()
58 struct mipi_dsi_device *dsi = boe->dsi; in boe_bf060y8m_aj0_on()
59 struct device *dev = &dsi->dev; in boe_bf060y8m_aj0_on()
102 struct mipi_dsi_device *dsi = boe->dsi; in boe_bf060y8m_aj0_off()
103 struct device *dev = &dsi->dev; in boe_bf060y8m_aj0_off()
107 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in boe_bf060y8m_aj0_off()
[all …]