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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E581C433FE for ; Mon, 4 Oct 2021 17:55:42 +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 1627C61207 for ; Mon, 4 Oct 2021 17:55:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1627C61207 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5FD806EA78; Mon, 4 Oct 2021 17:55:41 +0000 (UTC) Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5FFEC6EA78 for ; Mon, 4 Oct 2021 17:55:39 +0000 (UTC) Received: by mail-ot1-f45.google.com with SMTP id 5-20020a9d0685000000b0054706d7b8e5so22679629otx.3 for ; Mon, 04 Oct 2021 10:55:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qbZN6rMSWR0gbKjL6x8M6wey/LpUEac+LmLt3k0AccY=; b=lWZUBuVHuPJBWQq8dtV1DZ/4U59dqLlNr1NQjIh5LCwjERHpKkjLlN5zLIz5ktn6Jb 3HEomHE1SVToWOpawGkIrxAdmIVpTv4maq79vyA5vHCYVPsW4coPBPeAEHEDw/KmVZNW rBAAgpb6RoBtdL2Wsg1/rGbE5yva+qgwSpEkJ7J++s4jegHU6AeoAxMLIsFxBGTUULkv 3JfzH9rdcTXCAPJwmhPZIFeH6SjMokAtL9eDcFQwDyV2FUrPH4tXoaExIBU7FTPGdHjj IRPHDahd4XbyPuvth07Vgdwez9+yUzlm0RsgyCAfzZrglkhK87N9kQJXCTm/MVA8h3GW NMfQ== X-Gm-Message-State: AOAM533rh/1QU0xbc0l+6yxF/VqlxRf8nkU/5+XN05jfIU6F9GTHxosI A/bYGDGMvHSaukN/E5NifQ== X-Google-Smtp-Source: ABdhPJzE8ansEYAF7nfdPkNvh9Xlpfn9aiNclDdmzorIs3IpHlu8p25hfzxxPbmIHxHpA+9LIrdmYQ== X-Received: by 2002:a9d:4618:: with SMTP id y24mr10505775ote.326.1633370138696; Mon, 04 Oct 2021 10:55:38 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id w21sm2840108oif.13.2021.10.04.10.55.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Oct 2021 10:55:38 -0700 (PDT) Received: (nullmailer pid 1559992 invoked by uid 1000); Mon, 04 Oct 2021 17:55:37 -0000 Date: Mon, 4 Oct 2021 12:55:37 -0500 From: Rob Herring To: Dmitry Baryshkov Cc: Thierry Reding , Daniel Vetter , Rob Herring , David Airlie , dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Sam Ravnborg Subject: Re: [PATCH v3 1/2] dt-bindings: add bindings for the Sharp LS060T1SX01 panel Message-ID: References: <20210926001005.3442668-1-dmitry.baryshkov@linaro.org> <20210926001005.3442668-2-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210926001005.3442668-2-dmitry.baryshkov@linaro.org> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 26 Sep 2021 03:10:04 +0300, Dmitry Baryshkov wrote: > Add devicetree bindings for the Sharp LS060T1SX01 6.0" FullHD panel > using NT35695 driver. This panel can be found i.e. in the Dragonboard > Display Adapter bundle. > > Signed-off-by: Dmitry Baryshkov > --- > .../display/panel/sharp,ls060t1sx01.yaml | 56 +++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,ls060t1sx01.yaml > Reviewed-by: Rob Herring