From patchwork Fri May 19 13:07:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 764662 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wTpHb35xzz9ryQ for ; Fri, 19 May 2017 23:07:23 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="R41lPPnG"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755025AbdESNHU (ORCPT ); Fri, 19 May 2017 09:07:20 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:32931 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755324AbdESNHR (ORCPT ); Fri, 19 May 2017 09:07:17 -0400 Received: by mail-wr0-f195.google.com with SMTP id w50so2950657wrc.0; Fri, 19 May 2017 06:07:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=mZwVulUC+O7zJJu69+elsArnjm/QlZnaf1isJxTvpR0=; b=R41lPPnGqwXWXZCnH49SF/3yFlTyAyDT1HHMcmP4Oxaj3JuO++HnFp3/C7AoNaudOh HNS/F+iRaYYA2MWdjWhptjVGW7LFljCp09ZWkO69uD1RYEFeJp2DiY+tRARabQ7ZE+S8 ot/8+MypdPovcsnp+GnmHM8Z2ITECt6NCs4Dsp/oy2/k96yVo4WeHu85DDEQL/fl5UVs /OcoNhUTJBFA7erLuO78aW/PEIEt5ncg2R12eleMOaKKO383Hf/gAfE5+GosT+RvgQVf 1fujwM3l4+7FJhEZvqWlFe+grP5BB/rqAQCrhMGU7D68H2ceHAa6ncLsQ/Y8Gb/F46GX Lmvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=mZwVulUC+O7zJJu69+elsArnjm/QlZnaf1isJxTvpR0=; b=sOb8NzgZ3JF9aQKhEyH5pd3bqYLl67pQ7QITLDbaQeI27oujSYW0gbSKjZaPG2s0Na R4kZvw0edEjZOXd5ybm1Nv0kLg/zTr19SQIbX+f0Yaqi1c2EKZMrLoKos1rtDD3o9hsC sJ9Yia7gZn0ksF+nUtVNKcUyai4WSTzsy1i1bX5PfbNYUnjWfuMO3SJ/QpeyJ9K1ZZHO agI3OjlwrXQYWekOuT5i+L9VubH1FCsoZ/159L+kT6hzNsg9pRl0pQf1i8hWGyanMLR/ Rd1wsPF2I452v4dvrvmE8nFNj596Q4Ubqk+s7dQm0o9mKADDNr9vBEXMFN9/UTEvamy+ sxdw== X-Gm-Message-State: AODbwcBYd/m4d7SYHO5DzyYkP4KAEZr5YEf/iwUfOi3PVGI52S9EQ7x4 eJAkLS2brRGnCQ== X-Received: by 10.223.128.203 with SMTP id 69mr2733834wrl.129.1495199235468; Fri, 19 May 2017 06:07:15 -0700 (PDT) Received: from groucho.site (ipbcc0294b.dynamic.kabel-deutschland.de. [188.192.41.75]) by smtp.gmail.com with ESMTPSA id v27sm2158300wra.19.2017.05.19.06.07.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 May 2017 06:07:14 -0700 (PDT) From: Ulrich Hecht To: linux-renesas-soc@vger.kernel.org, laurent.pinchart@ideasonboard.com Cc: linux-media@vger.kernel.org, geert@linux-m68k.org, magnus.damm@gmail.com, hans.verkuil@cisco.com, niklas.soderlund@ragnatech.se, sergei.shtylyov@cogentembedded.com, horms@verge.net.au, devicetree@vger.kernel.org, Ulrich Hecht Subject: [PATCH v3 3/4] media: adv7180: Add adv7180cp, adv7180st bindings Date: Fri, 19 May 2017 15:07:03 +0200 Message-Id: <1495199224-16337-4-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1495199224-16337-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1495199224-16337-1-git-send-email-ulrich.hecht+renesas@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org To differentiate between two classes of chip packages that have different numbers of input ports. Signed-off-by: Ulrich Hecht Acked-by: Rob Herring --- Documentation/devicetree/bindings/media/i2c/adv7180.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/devicetree/bindings/media/i2c/adv7180.txt b/Documentation/devicetree/bindings/media/i2c/adv7180.txt index 4da486f..552b6a8 100644 --- a/Documentation/devicetree/bindings/media/i2c/adv7180.txt +++ b/Documentation/devicetree/bindings/media/i2c/adv7180.txt @@ -6,6 +6,8 @@ digital interfaces like MIPI CSI-2 or parallel video. Required Properties : - compatible : value must be one of "adi,adv7180" + "adi,adv7180cp" + "adi,adv7180st" "adi,adv7182" "adi,adv7280" "adi,adv7280-m" @@ -15,6 +17,19 @@ Required Properties : "adi,adv7282" "adi,adv7282-m" +Device nodes of "adi,adv7180cp" and "adi,adv7180st" must contain one +'port' child node per device input and output port, in accordance with the +video interface bindings defined in +Documentation/devicetree/bindings/media/video-interfaces.txt. The port +nodes are numbered as follows. + + Port adv7180cp adv7180st +------------------------------------------------------------------- + Input 0-2 0-5 + Output 3 6 + +The digital output port node must contain at least one endpoint. + Optional Properties : - powerdown-gpios: reference to the GPIO connected to the powerdown pin, if any.