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 2E2D3C2D0DB for ; Mon, 27 Jan 2020 14:27:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 00CE920716 for ; Mon, 27 Jan 2020 14:27:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580135240; bh=q6mIaNMnzUQbj9RZ/0s+QkpSBIdE0IlaRVA9teWCqwU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FQ42TkyvtbkYubwvnX6zERAoBSQi9q7QUyN46D0lJoMq9qRYeYY7bfT7AZuNwPz0W Sj0R/6n6kwhR9sPipGozQtcen04pXZHF3uIEXRt1lohznL0zR3OOhHnSZ0LRglackh xEAda26qt3sU2JmD/nj3I8HPZ7AegKed1JRxZGLU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728939AbgA0O1T (ORCPT ); Mon, 27 Jan 2020 09:27:19 -0500 Received: from mail-oi1-f193.google.com ([209.85.167.193]:38281 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727235AbgA0O1T (ORCPT ); Mon, 27 Jan 2020 09:27:19 -0500 Received: by mail-oi1-f193.google.com with SMTP id l9so6791066oii.5 for ; Mon, 27 Jan 2020 06:27:18 -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=ex/Vz3wX/g9HFdy28JpEbqVZXRZ73mjVXy3JN9csMIU=; b=rFRFwOZf5Zr8b5SibFXP6Iuyv0QFtcDimy8hk/Rdmoh1IuezwzeLnIJw5Bp5LPq1mv unBcOXZDSXt/ojvI1piDoQJPcBN5HktALwQclygnO8+7mfgVEdEBSRnLNkwrMImvUmZ3 J0CP2esMtIP8Of/yM0C9ea/66qwbT78hpABNWpCddTxoYy/qWoNXmUt3/ch2pO2pkKBT VCXp5Mrlylz+Gdfak233gV8Q4R7Qe1O8pBk5dtUFWduLSbAOjpw3dAGACpYt5uSjQoOh Fj4c/w/WbLDHO0zBA+VQKrpbS1p6sudKxy2nt5rk/BE2hYLzhRmqGLyOWGtXajXbBkCj gykg== X-Gm-Message-State: APjAAAVNb0OgbQQbkkwX8OqV4Q/bwv0vwtGAYCHcsW/L2iJVTuLc/pK5 NEniRQ12ZSrKdYhRYxo0VKP4Wbk= X-Google-Smtp-Source: APXvYqyir024SUWVI341ABEbH3M1KuLPM8D4LvZPtpyviODJx/tjaS2QhxNbgMaSNSZSKOYciY2OEg== X-Received: by 2002:aca:e146:: with SMTP id y67mr7212323oig.93.1580135238334; Mon, 27 Jan 2020 06:27:18 -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 j186sm4787555oih.55.2020.01.27.06.27.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jan 2020 06:27:17 -0800 (PST) Received: (nullmailer pid 31278 invoked by uid 1000); Mon, 27 Jan 2020 14:27:17 -0000 Date: Mon, 27 Jan 2020 08:27:17 -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 v2 1/2] dt-bindings: add binding for tft displays based on ilitek,ili9486 Message-ID: <20200127142717.GA30789@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 Sun, 26 Jan 2020 23:12:00 +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 > --- > .../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/1229397 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 86132C33CB1 for ; Mon, 27 Jan 2020 14:27:21 +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 673CC20720 for ; Mon, 27 Jan 2020 14:27:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 673CC20720 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 E481E6E516; Mon, 27 Jan 2020 14:27:20 +0000 (UTC) Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1F4D16E4D7 for ; Mon, 27 Jan 2020 14:27:19 +0000 (UTC) Received: by mail-oi1-f196.google.com with SMTP id z64so6800926oia.4 for ; Mon, 27 Jan 2020 06:27:19 -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=ex/Vz3wX/g9HFdy28JpEbqVZXRZ73mjVXy3JN9csMIU=; b=KBEntWIzodi3Yy7D78TnvZa+TUn7ZS2KW6iqdFYq8IQLyN2n4BPKQvnMjktcD5XdOZ 01QisSGFQ02yEZUyt383DAKbaAJ3XDTNSRLjiXOq/t4vbzHO6zhyoFW0vGJQDPDkJD2E pM2xcc4x/tr5oUegovU/3mIUkpKhiDAYRPI92T2zvCDRWwOxbcjFcXICVrF4gahtv09u eWFwmRm5B1LQB5DNRISJJgp365Y9FrkFDlip7xXuoI+OoFHviB2BSxDqwUBqDTEBe2s1 Kym4R+WanWdi/qNCxj1acrMTjuYcJxQuMKxfnePzxdJqikRWhPHeNp8aK63pTyvlht1u yXCA== X-Gm-Message-State: APjAAAUBiDn+BlTvD3/wTD/LL7GjZXcDub2Mf19GWpA/OOJO3AhhVkdh X1aq+rVR1Gg+JF5Zo3Beng== X-Google-Smtp-Source: APXvYqyir024SUWVI341ABEbH3M1KuLPM8D4LvZPtpyviODJx/tjaS2QhxNbgMaSNSZSKOYciY2OEg== X-Received: by 2002:aca:e146:: with SMTP id y67mr7212323oig.93.1580135238334; Mon, 27 Jan 2020 06:27:18 -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 j186sm4787555oih.55.2020.01.27.06.27.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jan 2020 06:27:17 -0800 (PST) Received: (nullmailer pid 31278 invoked by uid 1000); Mon, 27 Jan 2020 14:27:17 -0000 Date: Mon, 27 Jan 2020 08:27:17 -0600 From: Rob Herring To: Kamlesh Gurudasani Subject: Re: [PATCH v2 1/2] dt-bindings: add binding for tft displays based on ilitek,ili9486 Message-ID: <20200127142717.GA30789@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 Sun, 26 Jan 2020 23:12:00 +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 > --- > .../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/1229397 Please check and re-submit. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel