From patchwork Wed Jan 3 09:10:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 10141879 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1D27F601A1 for ; Wed, 3 Jan 2018 09:10:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0280028F66 for ; Wed, 3 Jan 2018 09:10:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EA5E529002; Wed, 3 Jan 2018 09:10:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8730028F66 for ; Wed, 3 Jan 2018 09:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751549AbeACJKZ (ORCPT ); Wed, 3 Jan 2018 04:10:25 -0500 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:45532 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751191AbeACJKX (ORCPT ); Wed, 3 Jan 2018 04:10:23 -0500 Received: from valkosipuli.localdomain (valkosipuli.retiisi.org.uk [IPv6:2001:1bc8:1a6:d3d5::80:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hillosipuli.retiisi.org.uk (Postfix) with ESMTPS id 1D261600CE; Wed, 3 Jan 2018 11:10:22 +0200 (EET) Received: from sakke by valkosipuli.localdomain with local (Exim 4.89) (envelope-from ) id 1eWf41-00044d-MA; Wed, 03 Jan 2018 11:10:21 +0200 Date: Wed, 3 Jan 2018 11:10:21 +0200 From: Sakari Ailus To: Hugues FRUCHET Cc: Steve Longerbeam , Hans Verkuil , Mauro Carvalho Chehab , Rob Herring , Mark Rutland , "linux-media@vger.kernel.org" , Benjamin Gaignard Subject: Re: [PATCH v4 3/5] media: dt-bindings: ov5640: refine CSI-2 and add parallel interface Message-ID: <20180103091021.x2yego3wmhsq6bfx@valkosipuli.retiisi.org.uk> References: <1513763474-1174-1-git-send-email-hugues.fruchet@st.com> <1513763474-1174-4-git-send-email-hugues.fruchet@st.com> <20180102122046.iso43ungfndrjhlp@valkosipuli.retiisi.org.uk> <20180102122453.u4tb7cmy5ig76v7z@valkosipuli.retiisi.org.uk> <55be0bed-7964-fc94-58fb-d385b1adcc98@st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <55be0bed-7964-fc94-58fb-d385b1adcc98@st.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Wed, Jan 03, 2018 at 08:47:09AM +0000, Hugues FRUCHET wrote: > Hi Sakari, > this is fine for me to drop those two lines so sync signals become > mandatory. > Must I repost a v5 serie ? Here's the diff: diff --git a/Documentation/devicetree/bindings/media/i2c/ov5640.txt b/Documentation/devicetree/bindings/media/i2c/ov5640.txt index e26a84646603..8e36da0d8406 100644 --- a/Documentation/devicetree/bindings/media/i2c/ov5640.txt +++ b/Documentation/devicetree/bindings/media/i2c/ov5640.txt @@ -31,8 +31,6 @@ Endpoint node required properties for parallel connection are: or <10> for 10 bits parallel bus - data-shift: shall be set to <2> for 8 bits parallel bus (lines 9:2 are used) or <0> for 10 bits parallel bus - -Endpoint node optional properties for parallel connection are: - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively. - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively. - pclk-sample: sample data on rising (1) or falling (0) edge of the pixel clock