Searched +full:ds90ub953 +full:- +full:q1 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ti,ds90ub953.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/i2c/ti,ds90ub953.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments DS90UB953 FPD-Link III Serializer 10 - Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> 13 The TI DS90UB953 is an FPD-Link III video serializer for MIPI CSI-2. 18 - ti,ds90ub953-q1 19 - ti,ds90ub971-q1 21 '#gpio-cells': [all …]
|
H A D | ti,ds90ub960.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: Texas Instruments DS90UB9XX Family FPD-Link Deserializer Hubs 10 - Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> 13 The TI DS90UB9XX devices are FPD-Link video deserializers with I2C and GPIO 17 - $ref: /schemas/i2c/i2c-atr.yaml# 22 - ti,ds90ub960-q1 23 - ti,ds90ub9702-q1 33 clock-names: [all …]
|
/linux/drivers/media/i2c/ |
H A D | ds90ub953.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for the Texas Instruments DS90UB953 video serializer 11 #include <linux/clk-provider.h> 16 #include <linux/i2c-atr.h> 26 #include <media/v4l2-ctrls.h> 27 #include <media/v4l2-fwnode.h> 28 #include <media/v4l2-mediabus.h> 29 #include <media/v4l2-subdev.h> 123 /* FPD-Link III CSI-2 synchronous mode */ 125 /* FPD-Link III CSI-2 non-synchronous mode, external ref clock */ [all …]
|
H A D | ds90ub960.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for the Texas Instruments DS90UB960-Q1 video deserializer 12 * - PM for serializer and remote peripherals. We need to manage: 13 * - VPOC 14 * - Power domain? Regulator? Somehow any remote device should be able to 16 * - Link between the deserializer and the serializer 17 * - Related to VPOC management. We probably always want to turn on the VPOC 19 * - Serializer's services: i2c, gpios, power 20 * - The serializer needs to resume before the remote peripherals can 22 * - How to handle gpios? Reserving a gpio essentially keeps the provider [all …]
|