Searched +full:vmipi +full:- +full:supply (Results 1 – 4 of 4) 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.0-only3 /dts-v1/;5 #include "msm8916-samsung-gt5-common.dtsi"10 chassis-type = "tablet";12 speaker_codec: audio-codec {14 sdmode-gpios = <&tlmm 55 GPIO_ACTIVE_HIGH>;15 #sound-dai-cells = <0>;16 pinctrl-0 = <&audio_sdmode_default>;17 pinctrl-names = "default";21 compatible = "clk-pwm";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 /dts-v1/;5 #include "msm8916-samsung-gt5-common.dtsi"10 chassis-type = "tablet";12 reg_5p4v: regulator-5p4v {13 compatible = "regulator-fixed";14 regulator-name = "vlcd_5p4v";15 regulator-min-microvolt = <5400000>;16 regulator-max-microvolt = <5400000>;19 enable-active-high;[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 …]