From patchwork Fri Sep 16 09:39:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 670767 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 3sb9HF0639z9sC3 for ; Fri, 16 Sep 2016 19:39:53 +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=vS9nIWo4; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757104AbcIPJjv (ORCPT ); Fri, 16 Sep 2016 05:39:51 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36296 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753446AbcIPJju (ORCPT ); Fri, 16 Sep 2016 05:39:50 -0400 Received: by mail-wm0-f68.google.com with SMTP id b184so2802844wma.3; Fri, 16 Sep 2016 02:39:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=cWBajdup8bJCaHm73DEoLR4GvwNFrkEihDw8A3WcmgI=; b=vS9nIWo4d3B/CtT90g9jcwCcJ9pVusPEZgeLcPf89ADBcKuAXP3XuHRMnWDmr/JkW9 S8/fHAgQBt7ORzzX0UgQMccDQ/MaCBc2HtzomzOXQSHHFQ8lu0c/xAoR9H77PMwg5KVE 6bY33rHB9r0y7QZt9BObTc6f0G4z3HOnJZKmR1o0uoYsyQZ4UZkD79RH66xdkTE057u1 lNOcxZ7aUYCda0XFLTmIYYsjawIg++dH0qaQaMjpEGc41JczSuEeFDbMfZ3AMdoSat3b jKkWA3KDTayy7em13d16q52FJmyAX7MGtx0271ZoeM85nG5MM/SvodAjYza/SDrR2Omj WcYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=cWBajdup8bJCaHm73DEoLR4GvwNFrkEihDw8A3WcmgI=; b=dQojsROcTze3NqQxPdtdosFIKI4kna+6kLKpefk6QrPUQx5w7OaV1zVTgmlQx5xJqz VN97MY3eQWzPcW/wwzDZji0LGVgdyv9f25EXlzS59JlGjAB4k8kwKaF4/G0eTR2ij/7I 8e3zxkaJh8D8BmWerWbH1WHVi16w/PHoMgidiiECBSmpC8vBqsdXgiCJKP9YZBysjtpY PuLeDVmv1rRDlh1NJVS+Kt8ymCgoOV7TLL/mRBYGB7PcwuBfRUiaFAmmoyY6b0nwG1Y4 hrdJIeq8z3EznWquf+sjyf0oN+13c8mTb83fnzRtitl1g8qy2n4Ogb6R1lnRqVMtM5dW OkPw== X-Gm-Message-State: AE9vXwM+JDe9RZ2nQnVMcuHRDV1m+Qut2wloVCq8bVKyqipobAZSgyNR8Ydg0rQzLG3oUw== X-Received: by 10.28.52.210 with SMTP id b201mr7076967wma.32.1474018788338; Fri, 16 Sep 2016 02:39:48 -0700 (PDT) Received: from groucho.site (ip9234f10a.dynamic.kabel-deutschland.de. [146.52.241.10]) by smtp.gmail.com with ESMTPSA id c5sm7525312wjw.29.2016.09.16.02.39.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 16 Sep 2016 02:39:47 -0700 (PDT) From: Ulrich Hecht To: hans.verkuil@cisco.com, niklas.soderlund@ragnatech.se Cc: linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, magnus.damm@gmail.com, ulrich.hecht+renesas@gmail.com, laurent.pinchart@ideasonboard.com, william.towle@codethink.co.uk, devicetree@vger.kernel.org Subject: [PATCH 1/2] media: adv7604: fix bindings inconsistency for default-input Date: Fri, 16 Sep 2016 11:39:41 +0200 Message-Id: <20160916093942.17213-2-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160916093942.17213-1-ulrich.hecht+renesas@gmail.com> References: <20160916093942.17213-1-ulrich.hecht+renesas@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The text states that default-input is an endpoint property, but in the example it is a device property. The example makes more sense. Signed-off-by: Ulrich Hecht Reviewed-by: Laurent Pinchart --- Documentation/devicetree/bindings/media/i2c/adv7604.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/media/i2c/adv7604.txt b/Documentation/devicetree/bindings/media/i2c/adv7604.txt index 8337f75..9cbd92e 100644 --- a/Documentation/devicetree/bindings/media/i2c/adv7604.txt +++ b/Documentation/devicetree/bindings/media/i2c/adv7604.txt @@ -34,6 +34,7 @@ The digital output port node must contain at least one endpoint. Optional Properties: - reset-gpios: Reference to the GPIO connected to the device's reset pin. + - default-input: Select which input is selected after reset. Optional Endpoint Properties: @@ -47,8 +48,6 @@ Optional Endpoint Properties: If none of hsync-active, vsync-active and pclk-sample is specified the endpoint will use embedded BT.656 synchronization. - - default-input: Select which input is selected after reset. - Example: hdmi_receiver@4c {