From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A35EFC18E5B for ; Sun, 15 Mar 2020 19:25:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 729D320724 for ; Sun, 15 Mar 2020 19:25:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728774AbgCOTZE (ORCPT ); Sun, 15 Mar 2020 15:25:04 -0400 Received: from asavdk3.altibox.net ([109.247.116.14]:35604 "EHLO asavdk3.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728608AbgCOTZD (ORCPT ); Sun, 15 Mar 2020 15:25:03 -0400 Received: from ravnborg.org (unknown [158.248.194.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk3.altibox.net (Postfix) with ESMTPS id 92E482003A; Sun, 15 Mar 2020 20:24:53 +0100 (CET) Date: Sun, 15 Mar 2020 20:24:52 +0100 From: Sam Ravnborg To: Linus Walleij Cc: "open list:DRM PANEL DRIVERS" , Thierry Reding , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Alexandre Courbot , Andrzej Hajda , Brian Masney , Chris Zhong , Douglas Anderson , Guido Gunther , Heiko Schocher , Nikolaus Schaller , Hoegeun Kwon , Jagan Teki , Jerry Han , Jonathan Bakker , Laurent Pinchart , Lin Huang , linux-spi , Marco Franchi , Marek Belisko , Mark Brown , Maxime Ripard , Maxime Ripard , Nickey Yang , Paul Cercueil , Peter Rosin , Peter Ujfalusi , Purism Kernel Team , Robert Chiras , Sandeep Panda , Stefan Mavrodiev , Tomi Valkeinen , Tony Lindgren , Vinay Simha BN , Werner Johansson Subject: Re: [PATCH v1 06/36] dt-bindings: display: convert ilitek,ili9322 to DT Schema Message-ID: <20200315192452.GA29182@ravnborg.org> References: <20200315134416.16527-1-sam@ravnborg.org> <20200315134416.16527-7-sam@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=eMA9ckh1 c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=7gkXJVJtAAAA:8 a=KKAkSRfTAAAA:8 a=pGLkceISAAAA:8 a=WN0NcwN0bJFRE13tjSgA:9 a=CjuIK1q_8ugA:10 a=E9Po1WZjFZOl8hwRPBS3:22 a=cvBusfyB2V15izCimMoJ:22 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Linus. On Sun, Mar 15, 2020 at 07:54:38PM +0100, Linus Walleij wrote: > On Sun, Mar 15, 2020 at 2:44 PM Sam Ravnborg wrote: > > > The .txt binding explains: > > > > " > > The following optional properties only apply to > > RGB and YUV input modes and > > can be omitted for BT.656 input modes: > > " > > > > This constraint is not implmented in the DT Schema. > > > > The original binding from the .txt file referenced > > properties that is included in panel-timing.yaml. > > These properties are kept here as we want as close to a 1:1 > > conversion as we can. If the properties should be dropped > > from the binding then this is a follow-up patch. > > > > The properties in question are: > > - pixelclk-active > > - de-active > > - hsync-active > > - vsync-active > > Sorry about that. They should be dropped, but certainly it > is fine to do with a follow up patch. I changed my mind - lets try to avoid too many patches. So if you do not mind I will do it in this patch - and note it in the changelog. Sam > > > > > Signed-off-by: Sam Ravnborg > > Cc: Linus Walleij > > Cc: Thierry Reding > > Cc: Sam Ravnborg > > Reviewed-by: Linus Walleij > > Yours, > Linus Walleij