From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kotas Subject: [PATCH v2 1/3] media: dt-bindings: Update bindings for Cadence CSI2RX Date: Thu, 5 Sep 2019 11:55:59 +0100 Message-ID: <20190905105601.27034-2-jank@cadence.com> References: <20190905105601.27034-1-jank@cadence.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20190905105601.27034-1-jank@cadence.com> Sender: linux-kernel-owner@vger.kernel.org To: maxime.ripard@bootlin.com, mchehab@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com Cc: rafalc@cadence.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jan Kotas List-Id: devicetree@vger.kernel.org This patch adds a DT bindings documentation for Cadence CSI2RX v1.3 and v2.1 controllers. Signed-off-by: Jan Kotas --- Documentation/devicetree/bindings/media/cdns,csi2rx.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media/cdns,csi2rx.txt b/Documentation/devicetree/bindings/media/cdns,csi2rx.txt index 6b02a0657..df828e4e4 100644 --- a/Documentation/devicetree/bindings/media/cdns,csi2rx.txt +++ b/Documentation/devicetree/bindings/media/cdns,csi2rx.txt @@ -5,7 +5,10 @@ The Cadence MIPI-CSI2 RX controller is a CSI-2 bridge supporting up to 4 CSI lanes in input, and 4 different pixel streams in output. Required properties: - - compatible: must be set to "cdns,csi2rx" and an SoC-specific compatible + - compatible: must be set to: + * "cdns,csi2rx" or "cdns,csi2rx-1.3" for version 1.3 of the controller, + * "cdns,csi2rx-2.1" for v2.1, + and an SoC-specific compatible - reg: base address and size of the memory mapped region - clocks: phandles to the clocks driving the controller - clock-names: must contain: -- 2.15.0