Searched +full:vcchdmipll +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | lontium,lt8912b.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Adrien Grassein <adrien.grassein@gmail.com> 18 - lontium,lt8912b 23 reset-gpios: 32 $ref: /schemas/graph.yaml#/$defs/port-base 39 $ref: /schemas/media/video-interfaces.yaml# 43 data-lanes: true 46 - data-lanes [all …]
|
/linux/drivers/gpu/drm/bridge/ |
H A D | lontium-lt8912b.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/media-bus-format.h> 89 return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq)); in lt8912_write_init_config() 102 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq)); in lt8912_write_mipi_basic_config() 155 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq)); in lt8912_write_dds_config() 162 ret = regmap_write(lt->regmap[I2C_MAIN], 0x03, 0x7f); in lt8912_write_rxlogicres_config() 164 ret |= regmap_write(lt->regmap[I2C_MAIN], 0x03, 0xff); in lt8912_write_rxlogicres_config() 180 {0x52, 0x04}, // loopdiv=0, use second-order PLL in lt8912_write_lvds_config() 200 return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq)); in lt8912_write_lvds_config() 232 return -ENODEV; in lt8912_init_i2c() [all …]
|