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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A166C433EF for ; Mon, 6 Dec 2021 15:20:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359310AbhLFPYO (ORCPT ); Mon, 6 Dec 2021 10:24:14 -0500 Received: from vern.gendns.com ([98.142.107.122]:44078 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356488AbhLFPWO (ORCPT ); Mon, 6 Dec 2021 10:22:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=hcMg2AjETr1fiEpXEIG2Oc9zlYNjaJy6kRSCTvq5+G4=; b=wT/7epHl9oCiVZy7F0E8TBX1YW bl2JMCgz5Ynperms6xl48c3/5SVPMonnaT2kHDQRuv3QLVmFKEoWkGUJALWiECAZFSGvgiZDEVM+E 3OVJzFcCBLXESsXWPx/SgQGby+/zJi7EPF+V6coIfS7akgmvOKiNmhTP3JdXBGTZ80tEbv9c96jvT SQmgdt3ssKxUUKUJUtPFj+2Q/7oYjq3xJfB7B1/Lyn0RDiQXR6oTjVd7Eelbvk5ddt6Mt3nPVyYUn 6AFaWoDGa0vQKklwvGHuLPDuK5n9mkaZhIvxzDd/5vAXFpKJn3p81yTuxDGqEj+ftDZyXSARXCNtp eoaoZQLw==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:49492 helo=[192.168.0.134]) by vern.gendns.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1muFlG-0006Ll-EO; Mon, 06 Dec 2021 10:18:41 -0500 Subject: Re: [PATCH 1/6] dt-bindings: display: sitronix,st7735r: Fix backlight in example To: =?UTF-8?Q?Noralf_Tr=c3=b8nnes?= , robh+dt@kernel.org Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev, dave.stevenson@raspberrypi.com, maxime@cerno.tech References: <20211124150757.17929-1-noralf@tronnes.org> <20211124150757.17929-2-noralf@tronnes.org> From: David Lechner Message-ID: Date: Mon, 6 Dec 2021 09:18:39 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211124150757.17929-2-noralf@tronnes.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org On 11/24/21 9:07 AM, Noralf Trønnes wrote: > The backlight property was lost during conversion to yaml in commit > abdd9e3705c8 ("dt-bindings: display: sitronix,st7735r: Convert to DT schema"). > Put it back. > > Fixes: abdd9e3705c8 ("dt-bindings: display: sitronix,st7735r: Convert to DT schema") > Signed-off-by: Noralf Trønnes > --- Acked-by: David Lechner