Home
last modified time | relevance | path

Searched +full:reverse +full:- +full:channel +full:- +full:microvolt (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/
Dmaxim,max9286.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Jacopo Mondi <jacopo+renesas@jmondi.org>
12 - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
14 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
18 Serial Links (GMSL) and outputs them on a CSI-2 D-PHY port using up to 4 data
22 channel that encapsulates I2C messages. The MAX9286 forwards all I2C traffic
28 '#address-cells':
[all …]
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dgmsl-cameras.dtsi1 // SPDX-License-Identifier: GPL-2.0+
19 * for GMSL channel 0:
25 * for GMSL channel 1:
32 #include <dt-bindings/gpio/gpio.h>
89 maxim,reverse-channel-microvolt = <100000>;
96 remote-endpoint = <&fakra_con0>;
104 remote-endpoint = <&fakra_con1>;
113 remote-endpoint = <&fakra_con2>;
122 remote-endpoint = <&fakra_con3>;
129 i2c-mux {
[all …]
/Linux-v6.1/drivers/media/i2c/
Dmax9286.c1 // SPDX-License-Identifier: GPL-2.0+
5 * Copyright (C) 2017-2019 Jacopo Mondi
6 * Copyright (C) 2017-2019 Kieran Bingham
7 * Copyright (C) 2017-2019 Laurent Pinchart
8 * Copyright (C) 2017-2019 Niklas Söderlund
20 #include <linux/i2c-mux.h>
27 #include <media/v4l2-async.h>
28 #include <media/v4l2-ctrls.h>
29 #include <media/v4l2-device.h>
30 #include <media/v4l2-fwnode.h>
[all …]