Home
last modified time | relevance | path

Searched +full:avee +full:- +full:supply (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dinnolux,p097pfg.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lin Huang <hl@rock-chips.com>
13 - $ref: panel-common.yaml#
20 enable-gpios: true
23 avdd-supply:
26 avee-supply:
30 - compatible
31 - reg
[all …]
H A Dmantix,mlaf057we51-x.yaml1 # 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
23 - ys,ys57pss36bh5gq
[all …]
H A Dboe,tv101wum-nl6.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/boe,tv101wum-nl6.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: BOE TV101WUM-NL6 DSI Display Panel
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Sam Ravnborg <sam@ravnborg.org>
14 - $ref: panel-common.yaml#
19 # BOE TV101WUM-NL6 10.1" WUXGA TFT LCD panel
20 - boe,tv101wum-nl6
[all …]
H A Dnovatek,nt35950.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Novatek NT35950-based display panels
10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
13 The nt35950 IC from Novatek is a Driver IC used to drive MIPI-DSI panels,
22 - $ref: panel-common.yaml#
27 - enum:
28 - sharp,ls055d1sx04
29 - const: novatek,nt35950
[all …]
H A Dsharp,ls060t1sx01.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dmitry Baryskov <dmitry.baryshkov@linaro.org>
13 - $ref: panel-common.yaml#
21 reset-gpios: true
24 avdd-supply:
25 description: handle of the regulator that provides the positive supply voltage
26 avee-supply:
27 description: handle of the regulator that provides the negative supply voltage
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-mantix-mlaf057we51.c1 // SPDX-License-Identifier: GPL-2.0
3 * Mantix MLAF057WE51 5.7" MIPI-DSI panel driver
11 #include <linux/media-bus-format.h>
22 #define DRV_NAME "panel-mantix-mlaf057we51"
37 struct regulator *avee; member
50 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in mantix_init_sequence()
51 struct device *dev = ctx->dev; in mantix_init_sequence()
77 struct device *dev = ctx->dev; in mantix_enable()
83 dev_err(ctx->dev, "Panel init sequence failed: %d\n", ret); in mantix_enable()
111 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in mantix_disable()
[all …]
H A Dpanel-novatek-nt35510.c1 // SPDX-License-Identifier: GPL-2.0-only
16 * per-panel, e.g. for physical size.
112 /* AVDD and AVEE setting 3 bytes */
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 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
[all …]
H A Dpanel-novatek-nt35950.c1 // SPDX-License-Identifier: GPL-2.0-only
22 #define MCS_PARAM_SCALER_FUNCTION 0x58 /* Scale-up function */
94 gpiod_set_value_cansleep(nt->reset_gpio, 1); in nt35950_reset()
96 gpiod_set_value_cansleep(nt->reset_gpio, 0); in nt35950_reset()
98 gpiod_set_value_cansleep(nt->reset_gpio, 1); in nt35950_reset()
103 * nt35950_set_cmd2_page - Select manufacturer control (CMD2) page
105 * @page: Page number (0-7)
115 ret = mipi_dsi_dcs_write_buffer(nt->dsi[0], mauc_cmd2_page, in nt35950_set_cmd2_page()
120 nt->last_page = page; in nt35950_set_cmd2_page()
125 * nt35950_set_data_compression - Set data compression mode
[all …]
H A Dpanel-raydium-rm68200.c1 // SPDX-License-Identifier: GPL-2.0
30 #define MCS_STBCTR 0x12 /* TE1 Output Setting Zig-Zag Connection */
36 #define MCS_SETAVEE 0x29 /* PFM Control for AVEE Output */
45 /* CMD2 P2 commands (GOA Timing Control) - no description in datasheet */
79 struct regulator *supply; member
107 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in rm68200_dcs_write_buf()
112 dev_err_ratelimited(ctx->dev, "MIPI DSI DCS write buffer failed: %d\n", err); in rm68200_dcs_write_buf()
117 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in rm68200_dcs_write_cmd()
122 dev_err_ratelimited(ctx->dev, "MIPI DSI DCS write failed: %d\n", err); in rm68200_dcs_write_cmd()
133 * This panel is not able to auto-increment all cmd addresses so for some of
[all …]
H A Dpanel-innolux-p079zca.c1 // SPDX-License-Identifier: GPL-2.0-or-later
68 if (!innolux->enabled) in innolux_panel_disable()
71 innolux->enabled = false; in innolux_panel_disable()
81 if (!innolux->prepared) in innolux_panel_unprepare()
84 err = mipi_dsi_dcs_set_display_off(innolux->link); in innolux_panel_unprepare()
86 dev_err(panel->dev, "failed to set display off: %d\n", err); in innolux_panel_unprepare()
88 err = mipi_dsi_dcs_enter_sleep_mode(innolux->link); in innolux_panel_unprepare()
90 dev_err(panel->dev, "failed to enter sleep mode: %d\n", err); in innolux_panel_unprepare()
94 if (innolux->desc->sleep_mode_delay) in innolux_panel_unprepare()
95 msleep(innolux->desc->sleep_mode_delay); in innolux_panel_unprepare()
[all …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-wormdingler.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include "sc7180-trogdor.dtsi"
13 avdd_lcd: avdd-lcd-regulator {
14 compatible = "regulator-fixed";
15 regulator-name = "avdd_lcd";
18 enable-active-high;
19 pinctrl-names = "default";
20 pinctrl-0 = <&avdd_lcd_en>;
22 vin-supply = <&pp5000_a>;
[all …]
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-scarlet-dumo.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Google Gru-Scarlet Rev5+ (SKU-0) board device tree source
8 /dts-v1/;
10 #include "rk3399-gru-scarlet.dtsi"
14 compatible = "google,scarlet-rev15-sku0", "google,scarlet-rev15",
15 "google,scarlet-rev14-sku0", "google,scarlet-rev14",
16 "google,scarlet-rev13-sku0", "google,scarlet-rev13",
17 "google,scarlet-rev12-sku0", "google,scarlet-rev12",
18 "google,scarlet-rev11-sku0", "google,scarlet-rev11",
19 "google,scarlet-rev10-sku0", "google,scarlet-rev10",
[all …]
H A Drk3399-gru-scarlet-inx.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Google Gru-Scarlet Rev4+ (SKU-6/Innolux) board device tree source
8 /dts-v1/;
10 #include "rk3399-gru-scarlet.dtsi"
14 compatible = "google,scarlet-rev15-sku2", "google,scarlet-rev15-sku4",
15 "google,scarlet-rev15-sku6", "google,scarlet-rev15",
16 "google,scarlet-rev14-sku2", "google,scarlet-rev14-sku4",
17 "google,scarlet-rev14-sku6", "google,scarlet-rev14",
18 "google,scarlet-rev13-sku2", "google,scarlet-rev13-sku4",
19 "google,scarlet-rev13-sku6", "google,scarlet-rev13",
[all …]
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
21 stdout-path = "serial0:115200n8";
25 compatible = "pwm-backlight";
27 power-supply = <&bl_pp5000>;
28 enable-gpios = <&pio 176 0>;
29 brightness-levels = <0 1023>;
30 num-interpolated-steps = <1023>;
31 default-brightness-level = <576>;
[all …]
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5.dtsi1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2018-2020 Purism SPC
6 /dts-v1/;
8 #include "dt-bindings/input/input.h"
9 #include <dt-bindings/interrupt-controller/irq.h>
10 #include <dt-bindings/leds/common.h>
11 #include "dt-bindings/pwm/pwm.h"
12 #include "dt-bindings/usb/pd.h"
18 chassis-type = "handset";
20 backlight_dsi: backlight-dsi {
[all …]