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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 07045C10DCE for ; Sun, 15 Mar 2020 18:54:53 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C55D420724 for ; Sun, 15 Mar 2020 18:54:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="E+HBZbGX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C55D420724 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 04B096E115; Sun, 15 Mar 2020 18:54:52 +0000 (UTC) Received: from mail-lj1-x244.google.com (mail-lj1-x244.google.com [IPv6:2a00:1450:4864:20::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id B18FA6E115 for ; Sun, 15 Mar 2020 18:54:51 +0000 (UTC) Received: by mail-lj1-x244.google.com with SMTP id u12so16146326ljo.2 for ; Sun, 15 Mar 2020 11:54:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fTQd3aS5OhNIrglS2AjM4BcIR1NXf9NUl3ZVwz+9ZAQ=; b=E+HBZbGXPHlxT3smlEDZETEl6jN6e08Qzg/pBZejJ2lk+Qr5UD3pZwb+9iv9Cf8cYl fXToil1uzvcbDaq6EeGWKsti487QNARBigDgEjLOr8FfzApiBJDJCQKa0aSwOTnrk0Lr cCwj6antxj6hfQgugrlBzoNTrLlgdjouHXipYd4K+7TCZUFlB8xk+pinI97b1iMma4Id CYUEQQsiGurACKj/FVqICMUDE4mCyeU0A4YnwE9keZcDf8CYmr1Y+L7AkZ9YSSLtnxaN dBhdqC8HLDGVqbbp24yE3Vcw5oYB08U/T10tkSUVjvNoW115kbaHQZQsChy6plpMI0PO UXPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fTQd3aS5OhNIrglS2AjM4BcIR1NXf9NUl3ZVwz+9ZAQ=; b=VXRCutYBc/g64BATUq3eZHWiEqXXrqbzQlWvVtOdrvF0LpBZt20myPxnk3u0ebdFft U4MYkBGX7bF0WXGq42fzKgHPkIoom4irQC46xdsyNFQQ4/YQTAp/zo55Rr+FnzQXZKfU AA8WHsRAtuVppb6+f8MQas/JmJJJ59Qt0E5F+zujYqS35euaU6tpnVFcYTym1QETnunc ODLyyNHiAZnn4xTOtNYELno8bzP+wgRzvxBmMi4y/cZ+8S2NBNdM9phikxvXdqZJXT24 LJ4vNZ2Nmj1Zu5xSD7BF+bOQoxw5XQv9JzdY5FaEnjnrrXANlP3O/tr/4nzIUkpP9z3o LTrg== X-Gm-Message-State: ANhLgQ276fh9kKAAx7ZHJSFoBptgxFKAx53p+1x593rKHUq69kC47s9X D1ed0TZCOK9q+ch9XHn5tzekS9jlRjP7Oq81Msh5Ig== X-Google-Smtp-Source: ADFU+vssbL+S14lH6N8djcDEZl02ahI9L+idvGs1zzRXqR+eWnNl2HLjxbEiYTzRMwkdmwS16Jt4Fy4vCuUNuYgAb5g= X-Received: by 2002:a05:651c:1026:: with SMTP id w6mr13694210ljm.168.1584298490016; Sun, 15 Mar 2020 11:54:50 -0700 (PDT) MIME-Version: 1.0 References: <20200315134416.16527-1-sam@ravnborg.org> <20200315134416.16527-7-sam@ravnborg.org> In-Reply-To: <20200315134416.16527-7-sam@ravnborg.org> From: Linus Walleij Date: Sun, 15 Mar 2020 19:54:38 +0100 Message-ID: Subject: Re: [PATCH v1 06/36] dt-bindings: display: convert ilitek, ili9322 to DT Schema To: Sam Ravnborg X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maxime Ripard , Nikolaus Schaller , Jonathan Bakker , Sandeep Panda , "open list:DRM PANEL DRIVERS" , Paul Cercueil , Andrzej Hajda , Thierry Reding , Laurent Pinchart , Chris Zhong , Marco Franchi , Stefan Mavrodiev , Jerry Han , Hoegeun Kwon , Tony Lindgren , Nickey Yang , Tomi Valkeinen , Jagan Teki , Robert Chiras , Vinay Simha BN , Marek Belisko , Heiko Schocher , Guido Gunther , Brian Masney , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Mark Brown , Alexandre Courbot , Werner Johansson , Purism Kernel Team , Peter Ujfalusi , Lin Huang , Douglas Anderson , linux-spi , Peter Rosin Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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. > > Signed-off-by: Sam Ravnborg > Cc: Linus Walleij > Cc: Thierry Reding > Cc: Sam Ravnborg Reviewed-by: Linus Walleij Yours, Linus Walleij _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel