Searched +full:ds90ub913a +full:- +full:q1 (Results 1 – 4 of 4) sorted by relevance
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 DS90UB913 FPD-Link III Serializer10 - Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>13 The TI DS90UB913 is an FPD-Link III video serializer for parallel video.18 - ti,ds90ub913a-q120 '#gpio-cells':27 gpio-controller: true34 clock-names:[all …]
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 Hubs10 - Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>13 The TI DS90UB9XX devices are FPD-Link video deserializers with I2C and GPIO17 - $ref: /schemas/i2c/i2c-atr.yaml#22 - ti,ds90ub960-q123 - ti,ds90ub9702-q133 clock-names:[all …]
1 // SPDX-License-Identifier: GPL-2.012 #include <linux/clk-provider.h>17 #include <linux/i2c-atr.h>25 #include <media/v4l2-fwnode.h>26 #include <media/v4l2-mediabus.h>27 #include <media/v4l2-subdev.h>103 /* Only RAW10 with 8-bit payload is supported at the moment */127 ret = regmap_read(priv->regma in ub913_read() [all...]
1 // SPDX-License-Identifier: GPL-2.03 * Driver for the Texas Instruments DS90UB960-Q1 video deserializer12 * - PM for serializer and remote peripherals. We need to manage:13 * - VPOC14 * - Power domain? Regulator? Somehow any remote device should be able to16 * - Link between the deserializer and the serializer17 * - Related to VPOC management. We probably always want to turn on the VPOC19 * - Serializer's services: i2c, gpios, power20 * - The serializer needs to resume before the remote peripherals can22 * - How to handle gpios? Reserving a gpio essentially keeps the provider[all …]