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=-4.2 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED autolearn=no 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 60A3BC433DF for ; Fri, 31 Jul 2020 21:13:14 +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 3CD8C22B43 for ; Fri, 31 Jul 2020 21:13:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3CD8C22B43 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 A36B289C25; Fri, 31 Jul 2020 21:13:13 +0000 (UTC) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9728589C25 for ; Fri, 31 Jul 2020 21:13:12 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id e64so32991797iof.12 for ; Fri, 31 Jul 2020 14:13:12 -0700 (PDT) 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=BC4DgRY9TG1oWX1U1WKTSv2Wn5LtvSbokQfUo59gzXU=; b=hdUz+9jkA2DZmmGs2QymrIkrT41skoV9r3Nr/x/SAC4QiBCGhO7ZksNplyYXSu2kHB Q+zEZqPQU97r657JqR2k01mwxfCAMIgI5BXOik3uezwa3lH7oSE3RbiX5PGjjmYUgQ+X R3VZs7JeiGTt2Z46DCjCDRZ+tJC6kdWUMS0g/nuRqmhNdChOru2ThJzyGL013u5ReaEz 3MrY8RwwuYUK5YuUzrA2Gqh20m7aopcDuBFs3XJAe00vPVvriHdEE79OpfIJjM0QaoAr p3Qvz1bmCS4lBzwh/61ZZrv5x+MaeDg5GAodCGPiYcTv0UXKRtPuuDD4mKgV5h6fZqd4 i+KQ== X-Gm-Message-State: AOAM533XHcTiZkBD/IMlXrKVMvekG3Z+y37x9P1hyS0XoTx9ho3o1uAv WayL5AsFov2gGzDSiBmfIQ== X-Google-Smtp-Source: ABdhPJwVUm05hxCDesrq8eoGLM93f3+fIyi6L+QzneYi8BpnHy405llmvB5hxnYF+vqcdh7VYyNiMg== X-Received: by 2002:a05:6638:2164:: with SMTP id p4mr6989520jak.57.1596229992022; Fri, 31 Jul 2020 14:13:12 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id f27sm5715789ill.75.2020.07.31.14.13.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 Jul 2020 14:13:11 -0700 (PDT) Received: (nullmailer pid 799601 invoked by uid 1000); Fri, 31 Jul 2020 21:13:10 -0000 Date: Fri, 31 Jul 2020 15:13:10 -0600 From: Rob Herring To: Marek Vasut Subject: Re: [PATCH 2/3] dt-bindings: Add DT bindings for Chefree CH101OLHLWH-002 Message-ID: <20200731211310.GA799522@bogus> References: <20200728201242.4336-1-marex@denx.de> <20200728201242.4336-2-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200728201242.4336-2-marex@denx.de> 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, Rob Herring , 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 Tue, 28 Jul 2020 22:12:41 +0200, Marek Vasut wrote: > Add DT bindings for Chefree CH101OLHLWH-002 10.1" 1280x800 LCD. > This panel is connected via LVDS. > > Signed-off-by: Marek Vasut > To: dri-devel@lists.freedesktop.org > Cc: Rob Herring > Cc: Sam Ravnborg > Cc: devicetree@vger.kernel.org > --- > .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel