Searched +full:vpnl +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/display/panel/ |
| H A D | lg,sw43408.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Casey Connolly <casey.connolly@linaro.org> 17 - $ref: panel-common.yaml# 22 - const: lg,sw43408 28 vddi-supply: true 29 vpnl-supply: true 30 reset-gpios: true 33 - compatible [all …]
|
| H A D | panel-dsi-cm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-dsi-cm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Tomi Valkeinen <tomi.valkeinen@ti.com> 11 - Sebastian Reichel <sre@kernel.org> 23 - $ref: panel-common.yaml# 29 - enum: 30 - motorola,droid4-panel # Panel from Motorola Droid4 phone 31 - nokia,himalaya # Panel from Nokia N950 phone [all …]
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-n950.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * omap3-n950.dts - Device Tree file for Nokia N950 8 /dts-v1/; 10 #include "omap3-n950-n9.dtsi" 11 #include <dt-bindings/input/input.h> 15 compatible = "nokia,omap3-n950", "ti,omap3630", "ti,omap3"; 18 compatible = "gpio-keys"; 23 linux,input-type = <EV_SW>; 25 wakeup-source; 26 pinctrl-names = "default"; [all …]
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-lg-sw43408.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2019-2024 Linaro Ltd 44 struct mipi_dsi_multi_context ctx = { .dsi = sw43408->link }; in sw43408_unprepare() 53 gpiod_set_value(sw43408->reset_gpio, 1); in sw43408_unprepare() 55 ret = regulator_bulk_disable(ARRAY_SIZE(sw43408->supplies), sw43408->supplies); in sw43408_unprepare() 63 struct mipi_dsi_multi_context ctx = { .dsi = sw43408->link }; in sw43408_program() 104 sw43408->link->mode_flags &= ~MIPI_DSI_MODE_LPM; in sw43408_program() 106 drm_dsc_pps_payload_pack(&pps, sw43408->link->dsc); in sw43408_program() 110 sw43408->link->mode_flags |= MIPI_DSI_MODE_LPM; in sw43408_program() 127 ret = regulator_bulk_enable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in sw43408_prepare() [all …]
|