Searched +full:vddc +full:- +full:supply (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/display/bridge/ |
D | toshiba,tc358768.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Peter Ujfalusi <peter.ujfalusi@ti.com> 18 - toshiba,tc358768 19 - toshiba,tc358778 25 reset-gpios: 29 vddc-supply: 32 vddmipi-supply: 35 vddio-supply: [all …]
|
D | toshiba,tc358764.txt | 1 TC358764 MIPI-DSI to LVDS panel bridge 4 - compatible: "toshiba,tc358764" 5 - reg: the virtual channel number of a DSI peripheral 6 - vddc-supply: core voltage supply, 1.2V 7 - vddio-supply: I/O voltage supply, 1.8V or 3.3V 8 - vddlvds-supply: LVDS1/2 voltage supply, 3.3V 9 - reset-gpios: a GPIO spec for the reset pin 16 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt 23 vddc-supply = <&vcc_1v2_reg>; 24 vddio-supply = <&vcc_1v8_reg>; [all …]
|
D | toshiba,tc358762.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marek Vasut <marex@denx.de> 18 - toshiba,tc358762 24 vddc-supply: 31 "#address-cells": 34 "#size-cells": 54 remote-endpoint: true 57 - reg [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | meson8b-odroidc1.dts | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 12 model = "Hardkernel ODROID-C1"; 13 compatible = "hardkernel,odroid-c1", "amlogic,meson8b"; 22 stdout-path = "serial0:115200n8"; 30 emmc_pwrseq: emmc-pwrseq { 31 compatible = "mmc-pwrseq-emmc"; 32 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>; 36 compatible = "gpio-leds"; [all …]
|
D | am57xx-idk-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ 6 #include "am57xx-industrial-grade.dtsi" 16 stdout-path = &uart3; 19 vmain: fixedregulator-vmain { 20 compatible = "regulator-fixed"; 21 regulator-name = "VMAIN"; 22 regulator-min-microvolt = <5000000>; 23 regulator-max-microvolt = <5000000>; 24 regulator-always-on; [all …]
|
D | exynos5250-arndale.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/clock/samsung,s2mps11.h> 14 #include <dt-bindings/sound/samsung-i2s.h> 27 stdout-path = "serial2:115200n8"; 31 compatible = "gpio-keys"; 34 label = "SW-TACT2"; [all …]
|
/Linux-v5.10/drivers/gpu/drm/bridge/ |
D | tc358764.c | 1 // SPDX-License-Identifier: GPL-2.0 28 #define FLD_MASK(start, end) (((1 << ((start) - (end) + 1)) - 1) << (end)) 43 #define DSI_STARTDSI 0x0204 /* START control bit of DSI-TX */ 125 #define SYS_RST_I2CS BIT(0) /* Reset I2C-Slave controller */ 126 #define SYS_RST_I2CM BIT(1) /* Reset I2C-Master controller */ 129 #define SYS_RST_DSIRX BIT(4) /* Reset DSI-RX and App controller */ 150 "vddc", "vddio", "vddlvds" 164 int ret = ctx->error; in tc358764_clear_error() 166 ctx->error = 0; in tc358764_clear_error() 172 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in tc358764_read() [all …]
|
D | tc358768.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com 26 /* Global (16-bit addressable) */ 43 /* Debug (16-bit addressable) */ 49 /* TX PHY (32-bit addressable) */ 61 /* TX PPI (32-bit addressable) */ 77 /* TX CTRL (32-bit addressable) */ 98 /* DSITX CTRL (16-bit addressable) */ 126 "vddc", "vddmipi", "vddio" 173 int ret = priv->error; in tc358768_clear_error() [all …]
|
/Linux-v5.10/sound/soc/codecs/ |
D | sgtl5000.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // sgtl5000.c -- SGTL5000 ALSA SoC Audio driver 5 // Copyright 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. 26 #include <sound/soc-dapm.h> 80 /* AVC: Threshold dB -> register: pre-calculated values */ 94 /* regulator supplies for sgtl5000, VDDD is an optional external supply */ 102 /* vddd is optional supply */ 110 #define LINREG_VDDD ((1600 - LDO_VOLTAGE / 1000) / 50) 190 /* When VAG powering on to get local loop from Line-In, the sleep in vag_power_on() 210 * If the event comes from HP and Line-In is selected, in vag_power_consumers() [all …]
|