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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 8801EC433FE for ; Fri, 3 Sep 2021 18:32:00 +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 4110760FC0 for ; Fri, 3 Sep 2021 18:32:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4110760FC0 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 940B46E8C1; Fri, 3 Sep 2021 18:31:59 +0000 (UTC) Received: from mail-ot1-f53.google.com (mail-ot1-f53.google.com [209.85.210.53]) by gabe.freedesktop.org (Postfix) with ESMTPS id 374096E8C1 for ; Fri, 3 Sep 2021 18:31:58 +0000 (UTC) Received: by mail-ot1-f53.google.com with SMTP id o16-20020a9d2210000000b0051b1e56c98fso121166ota.8 for ; Fri, 03 Sep 2021 11:31:58 -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=ugNRiYvpM3x4KIHxvO4xruJNMre5tOIxPNx+6YHichU=; b=kC/rUHixKkJIhPMa0i7qX5keEStfBttw9raPNTHkukKktRway6O1a1VgmjXunvnewQ Z9F6o6yyQnY45JIMYiydQS67MkoABOrQCmXLImtdhPLh4CL583kFPabSHGR2sxYNp4g0 9Sv3HpsB0kmt6f3Z/Xh7Wpoh1PUj9wHW7XDnRX0qzmuQa/SvTMgqJjCkSH6tvI3MMDMP ucKtL2fMYq8MSZJhQI2pSoiMHJdIe+kJXY8V/EgnJJEw04cprmCGUv4P9JrEaYZ59zmk Ie7TWuJWBudb8g2vKSVX9hy+CaKLDBkYA56kmsu9yldUwq9eN9e0eCDq7MEqfdAQ1+4B OJBg== X-Gm-Message-State: AOAM530CzhxL7ErKh3/SdhdlfJtH79FjdlY8Ee0POGesHicnn1W6cN1y d9Yhvp1jjmzBaOH9E2lVzQ== X-Google-Smtp-Source: ABdhPJxiLBgdn/zP04HUB1R1+uFgw/HZ6rd2wJCTAIKvz2eTx5de55RgucOE77IIZUtJ2xdRk2rP2g== X-Received: by 2002:a05:6830:4c1:: with SMTP id s1mr324387otd.221.1630693917528; Fri, 03 Sep 2021 11:31:57 -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 y7sm1125047oov.36.2021.09.03.11.31.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 11:31:56 -0700 (PDT) Received: (nullmailer pid 3242483 invoked by uid 1000); Fri, 03 Sep 2021 18:31:55 -0000 Date: Fri, 3 Sep 2021 13:31:55 -0500 From: Rob Herring To: Maxime Ripard Cc: dri-devel@lists.freedesktop.org, Sam Ravnborg , Chen-Yu Tsai , Rob Herring , linux-arm-kernel@lists.infradead.org, Jernej =?utf-8?Q?=C5=A0krabec?= , Laurent Pinchart , devicetree@vger.kernel.org, Thierry Reding , linux-sunxi@googlegroups.com, Frank Rowand Subject: Re: [PATCH v2 17/52] dt-bindings: display: aa121td01: Fix data-mapping Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-18-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-18-maxime@cerno.tech> 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 Wed, 01 Sep 2021 11:18:17 +0200, Maxime Ripard wrote: > The Mitsubishi AA121TD01 Device Tree Binding was requiring a > data-mapping property value which was set to another value in the > existing Device Trees. Fix this. > > Cc: dri-devel@lists.freedesktop.org > Cc: Laurent Pinchart > Cc: Sam Ravnborg > Cc: Thierry Reding > Signed-off-by: Maxime Ripard > --- > .../bindings/display/panel/mitsubishi,aa121td01.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring