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 D176CC433FE for ; Fri, 3 Sep 2021 18:30:55 +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 92CD060E8B for ; Fri, 3 Sep 2021 18:30:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 92CD060E8B 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 E464E6E8BF; Fri, 3 Sep 2021 18:30:54 +0000 (UTC) Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by gabe.freedesktop.org (Postfix) with ESMTPS id CB8586E8BF for ; Fri, 3 Sep 2021 18:30:53 +0000 (UTC) Received: by mail-ot1-f45.google.com with SMTP id i3-20020a056830210300b0051af5666070so135536otc.4 for ; Fri, 03 Sep 2021 11:30:53 -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=m6Qtq7FbAyWD8i7ZUvpyRShbytOj8jjajHVMhB/PPaw=; b=RNcnrr0tKBpmL/kCp8pSchR4sslUtjCJOlJAHlAgArUatUUg344TE0j24C1uymTmuk pNpwqcCzVVwhMb8LT6CYi5Aa2GcqxxyQizzM5izJwkrvUN+Utg9VhtSsioNLiKYJTz8X 8evj2PxyfYPdtPLAfhTM/TJdeyAZ19f2P8I0o7bak8VkqshquQBQjwlFOlEIKcMlKZJP vWGuNSWmNfmlBRv5iKJ/DcBzzqG5efqvspqW0iCXb+XHPakCH/C4nwKaMzNqDaep25/6 rz2dwBoMAaCUAK/5zXClnuwWhxLkHphswwDRlS2JthF7o63WiTe6cXWkaALSl/a6KPO9 lZIw== X-Gm-Message-State: AOAM531HM109v4ZmoOM00R+WIsD96GUDDqpRM8h9H7B6aEk6zHcsmGyx FVeS6WLNirZyNbIC3eR2sw== X-Google-Smtp-Source: ABdhPJwNEBYiV1vYlkQIITzde3RW+yv4MdXv2ikwsHVVbkS36p/1lzZHPkHmKL1pYekvong6N/iDPA== X-Received: by 2002:a05:6830:4410:: with SMTP id q16mr361392otv.216.1630693853075; Fri, 03 Sep 2021 11:30:53 -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 j4sm1166355oom.10.2021.09.03.11.30.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 11:30:52 -0700 (PDT) Received: (nullmailer pid 3240761 invoked by uid 1000); Fri, 03 Sep 2021 18:30:51 -0000 Date: Fri, 3 Sep 2021 13:30:51 -0500 From: Rob Herring To: Maxime Ripard Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Frank Rowand , Chen-Yu Tsai , linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, Jernej =?utf-8?Q?=C5=A0krabec?= , Sam Ravnborg , Thierry Reding , Laurent Pinchart , Rob Herring Subject: Re: [PATCH v2 13/52] dt-bindings: display: aa104xd12: Remove unused vcc-supply Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-14-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-14-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:13 +0200, Maxime Ripard wrote: > The Mitsubishi AA140XD12 Device Tree Binding was requiring a vcc-supply > property. However, neither the existing device trees using that binding, > nor the driver were actually using that property which is also redundant > with power-supply. Let's just drop it. > > Cc: dri-devel@lists.freedesktop.org > Cc: Laurent Pinchart > Cc: Sam Ravnborg > Cc: Thierry Reding > Signed-off-by: Maxime Ripard > --- > .../bindings/display/panel/mitsubishi,aa104xd12.yaml | 5 ----- > 1 file changed, 5 deletions(-) > Acked-by: Rob Herring