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=-8.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,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 48CF0C11D05 for ; Thu, 20 Feb 2020 13:54:28 +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 15C66208E4 for ; Thu, 20 Feb 2020 13:54:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="aAV/sQ1S" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 15C66208E4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com 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 6F8B26ED92; Thu, 20 Feb 2020 13:54:27 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by gabe.freedesktop.org (Postfix) with ESMTPS id 24FE06ED92 for ; Thu, 20 Feb 2020 13:54:26 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B11C0E7C; Thu, 20 Feb 2020 14:54:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1582206864; bh=F8M+8/bvGBDpaLEWtPUpT7cWpYWV2PjhtbCfde8TQkU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aAV/sQ1S2bRXdyxMQKd7Xhnopq2eBnDtfKKEtJdIOi36sLNMAE3Fhwu39bR3mmUk4 BjhuJMhjgWLnFvquPxL3LUjnwhoYBRBt0RmNWwuzmOE1Q3B7Wd+ppXh/4r0CF8FocO l/nmTzyX4UGYsatpFc+I7ihQLnsgctPexKiNdl6c= Date: Thu, 20 Feb 2020 15:54:06 +0200 From: Laurent Pinchart To: Vasily Khoruzhick Subject: Re: [PATCH 4/6] dt-bindings: display: simple: Add NewEast Optoelectronics WJFH116008A compatible Message-ID: <20200220135406.GD4998@pendragon.ideasonboard.com> References: <20200220083508.792071-1-anarsoul@gmail.com> <20200220083508.792071-5-anarsoul@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200220083508.792071-5-anarsoul@gmail.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: Mark Rutland , Neil Armstrong , David Airlie , dri-devel@lists.freedesktop.org, Andrzej Hajda , Thierry Reding , Sam Ravnborg , Stephen Rothwell , Samuel Holland , Heiko Stuebner , Chen-Yu Tsai , Icenowy Zheng , Stephan Gerhold , Jonas Karlman , Torsten Duwe , Rob Herring , Maxime Ripard , linux-arm-kernel@lists.infradead.org, Jernej Skrabec , linux-kernel@vger.kernel.org, Mark Brown Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Feb 20, 2020 at 12:35:06AM -0800, Vasily Khoruzhick wrote: > This commit adds compatible for NewEast Optoelectronics WJFH116008A panel > to panel-simple binding > > Signed-off-by: Vasily Khoruzhick > --- > .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index 8fe60ee2531c..721de94cc80a 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -43,6 +43,8 @@ properties: > - satoz,sat050at40h12r2 > # Sharp LS020B1DD01D 2.0" HQVGA TFT LCD panel > - sharp,ls020b1dd01d > + # NewEast Optoelectronics CO., LTD WJFH116008A eDP TFT LCD panel > + - neweast,wjfh116008a Please keep the entries alphabetically sorted. With this fixed, Reviewed-by: Laurent Pinchart > > backlight: true > enable-gpios: true -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel