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,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 8897EC2D0D1 for ; Thu, 19 Dec 2019 18:51:46 +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 65787227BF for ; Thu, 19 Dec 2019 18:51:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 65787227BF 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 9A4356E0A2; Thu, 19 Dec 2019 18:51:45 +0000 (UTC) Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id A5AF66E0A2 for ; Thu, 19 Dec 2019 18:51:44 +0000 (UTC) Received: by mail-ot1-f65.google.com with SMTP id w1so8396307otg.3 for ; Thu, 19 Dec 2019 10:51:44 -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=jDKOiQm6CiWD+arXinOt70p97gMJaj5GatnJKvcbSa8=; b=t1o2NkfOGKFsZbp0njQnCr//jHCgJM7ElszdJWVlOwwZiSpI+cvmbNzcdVLZqBxGrK 085Qzk9MG59fzeR1lP3RhBmxaIfAhWqJKJkL797LY+b1ftVr1SY54QoR3cAL3KQtKp1l tzg+eCAT/IXn3b1mtMo8G1Mps6GP4TGFYGRNKSKtvOQ4Nv92JRx7U+fNP+5zF7EfILvF T+78m2oBICIO9WHqsaa1bPf0Gy0yeJ/EgYJ0dtOFIsE0f0MlTxLguHTQUXAmdJo4qchv ipV0XRkPGQyVO+Ps2x3WvtL5GDtNvJwG0UNI8sjOq7Sfao+JzGNKCC27kQIG7LRvDqZu udWw== X-Gm-Message-State: APjAAAVKQBndv3CwraW15bR1qBfM0FR/ZS+gjvEUyIKF8i756HFuigc2 YKZZzGpXAb8jknAAfp4i7A== X-Google-Smtp-Source: APXvYqyWxNLUP+RbaYbruoe6GyTJmpo9lUdUShr+XyCaG4pNGZfSjVIJwUXJQ6K1i5tp+MCBImVxkw== X-Received: by 2002:a9d:7f11:: with SMTP id j17mr10709067otq.281.1576781503951; Thu, 19 Dec 2019 10:51:43 -0800 (PST) Received: from localhost ([2607:fb90:bdf:98e:3549:d84c:9720:edb4]) by smtp.gmail.com with ESMTPSA id a136sm2272824oib.28.2019.12.19.10.51.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Dec 2019 10:51:43 -0800 (PST) Date: Thu, 19 Dec 2019 12:51:41 -0600 From: Rob Herring To: Jyri Sarha Subject: Re: [PATCH v2 1/2] dt-bindings: display: DT schema for rocktech,rk101ii01d-ct panel Message-ID: <20191219185141.GA31089@bogus> References: <60034f9cd4580bf3b7c8c5c87bb9247fdc3f345a.1575903975.git.jsarha@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <60034f9cd4580bf3b7c8c5c87bb9247fdc3f345a.1575903975.git.jsarha@ti.com> 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, tomi.valkeinen@ti.com, thierry.reding@gmail.com, robh+dt@kernel.org, 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, 9 Dec 2019 17:45:40 +0200, Jyri Sarha wrote: > Add DT schema binding for Rocktech Displays Limited RK101II01D-CT > 10.1" TFT 1280x800 Pixels with LVDS interface, LED Backlight and > capacitive touch panel. > > Signed-off-by: Jyri Sarha > --- > .../display/panel/rocktech,rk101ii01d-ct.yaml | 48 +++++++++++++++++++ > 1 file changed, 48 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,rk101ii01d-ct.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel