Searched +full:himax83102 +full:- +full:j02 (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/display/panel/ |
D | himax,hx83102.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Himax HX83102 MIPI-DSI LCD panel controller 10 - Cong Yang <[email protected]-partner.google.com> 13 - $ref: panel-common.yaml# 18 - enum: 19 # Boe nv110wum-l60 11.0" WUXGA TFT LCD panel 20 - boe,nv110wum-l60 22 - ivo,t109nw41 [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt8186-corsola-starmie-sku1.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 /dts-v1/; 7 #include "mt8186-corsola-starmie.dtsi" 11 compatible = "google,starmie-sku1", "google,starmie-sku4", 16 compatible = "starry,himax83102-j02", "himax,hx83102"; 21 compatible = "hid-over-i2c"; 23 interrupts-extended = <&pio 12 IRQ_TYPE_LEVEL_LOW>; 24 pinctrl-names = "default"; 25 pinctrl-0 = <&touchscreen_pins>; 26 vdd-supply = <&mt6366_vio18_reg>; [all …]
|
/linux-6.14.4/drivers/gpu/drm/panel/ |
D | panel-himax-hx83102.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * - Starry 10.51" WUXGA MIPI-DSI panel 7 * Based on drivers/gpu/drm/panel/panel-himax-hx8394.c 94 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in starry_himax83102_j02_init() 191 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in boe_nv110wum_init() 296 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in ivo_t109nw41_init() 474 struct mipi_dsi_device *dsi = ctx->dsi; in hx83102_disable() 477 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in hx83102_disable() 491 gpiod_set_value(ctx->enable_gpio, 0); in hx83102_unprepare() 493 regulator_disable(ctx->avee); in hx83102_unprepare() [all …]
|