Searched +full:vmipi +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Samsung S6D7AA0 MIPI-DSI LCD panel controller10 - Artur Weber <aweber.kernel@gmail.com>13 - $ref: panel-common.yaml#18 - enum:20 - samsung,lsl080al0222 - samsung,lsl080al0324 - samsung,ltl101at01[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung S6D7AA0 MIPI-DSI TFT LCD controller drm_panel driver.59 gpiod_set_value_cansleep(ctx->reset_gpio, 1); in s6d7aa0_reset()61 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in s6d7aa0_reset()67 struct mipi_dsi_device *dsi = ctx->dsi; in s6d7aa0_lock()72 if (ctx->desc->use_passwd3) in s6d7aa0_lock()77 if (ctx->desc->use_passwd3) in s6d7aa0_lock()86 struct mipi_dsi_device *dsi = ctx->dsi; in s6d7aa0_on()87 struct device *dev = &dsi->dev; in s6d7aa0_on()90 ret = ctx->desc->init_func(ctx); in s6d7aa0_on()[all …]