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=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 7560EC433F5 for ; Fri, 3 Sep 2021 18:30:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A1A660FDC for ; Fri, 3 Sep 2021 18:30:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235805AbhICSbx (ORCPT ); Fri, 3 Sep 2021 14:31:53 -0400 Received: from mail-ot1-f42.google.com ([209.85.210.42]:45583 "EHLO mail-ot1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235548AbhICSbx (ORCPT ); Fri, 3 Sep 2021 14:31:53 -0400 Received: by mail-ot1-f42.google.com with SMTP id l7-20020a0568302b0700b0051c0181deebso97260otv.12 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=U2ivuLa0eJ7eD+vf9HRrrrQjFVshMEUOLxeNJD5JYBTY65/KaBvKJP9bECzQ1090I3 sfoT7ZPmtI8bE+Lp6Q1qOe2BYwnf0X5T6+3xxK4GSK8rlXrG54MzyEazoc66Sasg9uNh LAmYCQbWnQpnuuwng18lXm2pOd1mBYlAjQW/xw3PhuVYl+PXXDJ0W6nVzHAkcNXFZa3s IpAYa3nqaeksHPoZc0JdfTHoFXDwSGUpETK6XUSEciXFbHYcoR0r5H6MXl/pTTfYYqqP DR4PTztEh4Ids7SvFPbPfmudUUB9lRn6HshWZ/hemX0YCf9pdqP2MUefwBndK28Imt5r qGNg== X-Gm-Message-State: AOAM530fmvmeblBny7V6mtqKK8HqNYc4w6ieQcZWZc8MaeA5p4lQq4Ar 0uQnptC8UiaHqyWrGtelWQ== 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> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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