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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 8A16AC4361B for ; Fri, 11 Dec 2020 03:41:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 495A823E55 for ; Fri, 11 Dec 2020 03:41:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2395179AbgLKDk4 (ORCPT ); Thu, 10 Dec 2020 22:40:56 -0500 Received: from mail-oo1-f68.google.com ([209.85.161.68]:40288 "EHLO mail-oo1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395181AbgLKDkg (ORCPT ); Thu, 10 Dec 2020 22:40:36 -0500 Received: by mail-oo1-f68.google.com with SMTP id 9so1828656ooy.7; Thu, 10 Dec 2020 19:40:20 -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; bh=3YRBa4GWgC9YCCY2RPm1FWrdjkivVayRtW3WlD7hVWA=; b=o88az5nUF2k9oFTH47YG0OW6rtUAG8e3tkah9GnzqD4pxkeFA+j5ffIlL9IL0r64mn jLLYsEqQJgPlibQ2TrYoY3jM2wTbs2Bkri5G0TbmXZKWyMr7d971OvPHRA0d3Gp6453q Z9p6dFdnwa7cT/njRd0hpMYkRCl6A9WYItyfRywnymislApaLXI8YNzE40hTkqDdCGkW nwHqUTPICw6SR+yHkhEooaVg3W+fZTuzkx1V/hLy4SOP4UtlEX1tkNNIbFl1WhCf+PHm zwojBf91IKXr0zrwf6tg2lzzGqttt4jMhHLOVEWl+jkyuPl+JWxUM6aNtkvZLjzQbQOZ RqJg== X-Gm-Message-State: AOAM533Afs0FVfOAah1xtAFxZr/7pWJ0rHxUU40SUkt9uM+mC2q9/OvH XM3PzdR/ncXGI05Bbj09Z+5LRtl2ng== X-Google-Smtp-Source: ABdhPJz2RGYAkn5XHnZhWN8sgGg/r+W+Q8IytRFAldgI1QEQLVVq2wlLaJHq6YkMHtg74T9h0oy4SA== X-Received: by 2002:a4a:d795:: with SMTP id c21mr8449439oou.57.1607657995066; Thu, 10 Dec 2020 19:39:55 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id j73sm1581437otj.37.2020.12.10.19.39.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Dec 2020 19:39:54 -0800 (PST) Received: (nullmailer pid 3593580 invoked by uid 1000); Fri, 11 Dec 2020 03:39:53 -0000 Date: Thu, 10 Dec 2020 21:39:53 -0600 From: Rob Herring To: Icenowy Zheng Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Ondrej Jirman , Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec , linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, Rob Herring Subject: Re: [PATCH 3/3] dt-bindings: arm: sunxi: note that old PineTab compatible has old panel Message-ID: <20201211033953.GA3593536@robh.at.kernel.org> References: <20201210083722.1912981-1-icenowy@aosc.io> <20201210084558.1917246-1-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201210084558.1917246-1-icenowy@aosc.io> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 10 Dec 2020 16:45:58 +0800, Icenowy Zheng wrote: > As the old LCD panel used by PineTab developer samples are discontinued, > there won't be furtherly any more units of the sample, and this should > be noted in the document. > > Signed-off-by: Icenowy Zheng > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Rob Herring