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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 83C5EC2D0DB for ; Fri, 31 Jan 2020 14:23:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 56C0120CC7 for ; Fri, 31 Jan 2020 14:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580480590; bh=9AbfdDMLA8A7UYBbvsqRQGnNtSluxdZ0UpUB5POGpTY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=wwMmcCSXVbp25/30GJFulFIcB2Q9gEFomwt0cq67fonLqrNZtRE5LiBbsuzFOWI21 Eju19L7JT3graO7TB2zURn2Sk6DSzTtTKZ4qw9pHfEqs0CLZPQvrMZWpBcBp32z3N1 SkZsPJ67DlJvhSflazT4ZXsaQ96DNcdApudgvZ/k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728752AbgAaOXK (ORCPT ); Fri, 31 Jan 2020 09:23:10 -0500 Received: from mail-ot1-f67.google.com ([209.85.210.67]:36224 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728730AbgAaOXJ (ORCPT ); Fri, 31 Jan 2020 09:23:09 -0500 Received: by mail-ot1-f67.google.com with SMTP id g15so6724969otp.3 for ; Fri, 31 Jan 2020 06:23:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=PxMeFzkOsZfzvlj1E/GqrVrfLq2JwIzh0NLeWA9Dicc=; b=CxmMEeJEVWN7ohxJQMxwZOxEVBOn8JNsBQQQJtW7amhXXw1Ke1uKhRtuVIDmidl/Yb zndHbAp+0I0jebvlsVUwjEM0HaOsHu78Wwn2q7owzpvq3a2CXK/E5BETuEDvfwB/tqkt e1cBMbG7BlaBMs/73AeAphAOOr21bp0DatBI1WO8sKuJUy6GyHuMpGlpHx/tH+XxkyhT 68v7GmsbmtVH3v2+QhAEgqK9pC2TzIoIJ03JIJ49pH8g20HF44hkinwkrf26hP3cx7Wk aXFhzAo8dCjxdqghHhXRJDE05s4JpM113Iro2kkpmTtyTlrMUypMq6jr9V8d4k4NlzSC 6H+Q== X-Gm-Message-State: APjAAAWifaIaGb6WpgSdhu2FKFmXM8lsePbqHJvp9mfagUynpTXkmz+x cG1aNNuMs5QAmn0uyw3zAw== X-Google-Smtp-Source: APXvYqzbha/ycL5MajoXxSDh1B5G7/y41e7NeKsIZddrNIh8p5A46V6ONoTNhVOF1NvK7fkbx6+A4w== X-Received: by 2002:a9d:370:: with SMTP id 103mr1920211otv.103.1580480589112; Fri, 31 Jan 2020 06:23:09 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id e5sm258654otk.74.2020.01.31.06.23.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 Jan 2020 06:23:08 -0800 (PST) Received: (nullmailer pid 3810 invoked by uid 1000); Fri, 31 Jan 2020 14:23:07 -0000 Date: Fri, 31 Jan 2020 08:23:07 -0600 From: Rob Herring To: Kamlesh Gurudasani Cc: noralf@tronnes.org, Sam Ravnborg , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Kamlesh Gurudasani Subject: Re: [PATCH v4 2/3] dt-bindings: add binding for tft displays based on ilitek,ili9486 Message-ID: <20200131142307.GA679@bogus> References: 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) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 27 Jan 2020 19:56:14 +0530, Kamlesh Gurudasani wrote: > This binding is for the tft displays based on ilitek,ili9486. > ozzmaker,piscreen and waveshare,rpi-lcd-35 are such displays > > Signed-off-by: Kamlesh Gurudasani > --- > > v2 changes: > * Changing file from txt to yaml format > * removed ilitek,ili9486 from compatible string > > v3 changes: > * no changes > > v4 changes: > * no changes > --- > .../bindings/display/ilitek,ili9486.yaml | 79 ++++++++++++++++++++++ > 1 file changed, 79 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9486.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/display/simple-framebuffer.example.dts:21.16-37.11: Warning (chosen_node_is_root): /example-0/chosen: chosen node must be at root node /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ilitek,ili9486.example.dt.yaml: display@0: compatible: ['waveshare,rpi-lcd-35'] is not valid under any of the given schemas (Possible causes of the failure): /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ilitek,ili9486.example.dt.yaml: display@0: compatible: ['waveshare,rpi-lcd-35'] is too short /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ilitek,ili9486.example.dt.yaml: display@0: compatible:0: 'waveshare,rpi-lcd-35' is not one of ['ozzmaker,piscreen'] See https://patchwork.ozlabs.org/patch/1229867 Please check and re-submit. 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.5 required=3.0 tests=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 2FB39C2D0DB for ; Fri, 31 Jan 2020 14:23:13 +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 1114420CC7 for ; Fri, 31 Jan 2020 14:23:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1114420CC7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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 F29AE6E9AC; Fri, 31 Jan 2020 14:23:11 +0000 (UTC) Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id E158F89FDD for ; Fri, 31 Jan 2020 14:23:09 +0000 (UTC) Received: by mail-ot1-f66.google.com with SMTP id d3so6704362otp.4 for ; Fri, 31 Jan 2020 06:23:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=PxMeFzkOsZfzvlj1E/GqrVrfLq2JwIzh0NLeWA9Dicc=; b=b3hKfIugPpr5trvAaHi+LyB06FS4dkexooN603hPPpOTSfYaCo81Uj6wSvXBkSf9/G MuGkiyF0DGaL7CvoqR08Di52s7aHWYldhXuqhuGvb7fEDGoKeE1QofjTPfI2uOJ6nrS9 Va/YBIBfXg6x9NodIMWrI6wvXq8I9oucdfOR2OWnBz2f0bxQNRIm32vCVmpla2coLo17 5iIozQvklW1gyS0FTC+Abxiq7Yh1l7DIRdwXAm7RinriNxRMhqE2mYJE++PHh48F3ZTo HX3AZEMkRGvso5aGxBLMMkR65arqmcNPaLU1xG6I+YB/Z0jKpDcr5asaAtqgouh17OM/ XrHg== X-Gm-Message-State: APjAAAUarsvbgrjytAW0mIfGhOccLjN9qYjrfrVD0/rXJScpqZlE3/9r A0ekKYfIN2KtdArAPDfHIg== X-Google-Smtp-Source: APXvYqzbha/ycL5MajoXxSDh1B5G7/y41e7NeKsIZddrNIh8p5A46V6ONoTNhVOF1NvK7fkbx6+A4w== X-Received: by 2002:a9d:370:: with SMTP id 103mr1920211otv.103.1580480589112; Fri, 31 Jan 2020 06:23:09 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id e5sm258654otk.74.2020.01.31.06.23.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 Jan 2020 06:23:08 -0800 (PST) Received: (nullmailer pid 3810 invoked by uid 1000); Fri, 31 Jan 2020 14:23:07 -0000 Date: Fri, 31 Jan 2020 08:23:07 -0600 From: Rob Herring To: Kamlesh Gurudasani Subject: Re: [PATCH v4 2/3] dt-bindings: add binding for tft displays based on ilitek,ili9486 Message-ID: <20200131142307.GA679@bogus> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) 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: devicetree@vger.kernel.org, Kamlesh Gurudasani , Sam Ravnborg , dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 27 Jan 2020 19:56:14 +0530, Kamlesh Gurudasani wrote: > This binding is for the tft displays based on ilitek,ili9486. > ozzmaker,piscreen and waveshare,rpi-lcd-35 are such displays > > Signed-off-by: Kamlesh Gurudasani > --- > > v2 changes: > * Changing file from txt to yaml format > * removed ilitek,ili9486 from compatible string > > v3 changes: > * no changes > > v4 changes: > * no changes > --- > .../bindings/display/ilitek,ili9486.yaml | 79 ++++++++++++++++++++++ > 1 file changed, 79 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9486.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/display/simple-framebuffer.example.dts:21.16-37.11: Warning (chosen_node_is_root): /example-0/chosen: chosen node must be at root node /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ilitek,ili9486.example.dt.yaml: display@0: compatible: ['waveshare,rpi-lcd-35'] is not valid under any of the given schemas (Possible causes of the failure): /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ilitek,ili9486.example.dt.yaml: display@0: compatible: ['waveshare,rpi-lcd-35'] is too short /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ilitek,ili9486.example.dt.yaml: display@0: compatible:0: 'waveshare,rpi-lcd-35' is not one of ['ozzmaker,piscreen'] See https://patchwork.ozlabs.org/patch/1229867 Please check and re-submit. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel