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 920B2C433F5 for ; Fri, 3 Sep 2021 18:31:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7432B60FC0 for ; Fri, 3 Sep 2021 18:31:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235945AbhICScq (ORCPT ); Fri, 3 Sep 2021 14:32:46 -0400 Received: from mail-oo1-f49.google.com ([209.85.161.49]:46980 "EHLO mail-oo1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235865AbhICScq (ORCPT ); Fri, 3 Sep 2021 14:32:46 -0400 Received: by mail-oo1-f49.google.com with SMTP id z1-20020a4a2241000000b0028e8dfb83b4so1752712ooe.13 for ; Fri, 03 Sep 2021 11:31:46 -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=7YUEaLycuiNZIqQPxowaB/DzCRnSBQk4WOtC1nrNe8k=; b=RDN+p9GAUQJgL9Nrvw/APRKL2EAv1PpEUywyoP/i3RJsK+T9BT4Ll3GdrvuvwBwyqs /l/LphKd93hwV/5NwVSa7DjKkcXai8KNLreLsioxQoNLx4SvG2QejVJV5S54Xkz/oXqA H3T9Duvw+IL3+pvCyEQdjRIFDJVE1DJh0eKyzAsUPxd6lD+eQnWfYQtUrP6Fh+6DS/bi 0F+f1oLbSMzq+4sbzjbF5PeOWGYkQpOvHoCTMBxi/fzVsTyNY3gOZbeCemwTZFZuHRQQ AMKgcTzePy/6FsnSFucBdG5siHV7Q49ul3ssQFKDXBb4bsMk2xdNrU+qB6trwoYf5oL5 8qoQ== X-Gm-Message-State: AOAM5329exlryc3BBo8yZRjLN2WTFTeugeeqlhb6v33kCza5WeTlSoVm fslYwU2p48ahNDYThLrscA== X-Google-Smtp-Source: ABdhPJyXKhseSCW1zAJyrbWCky6N9IzOhCOmDR1ZhY805AlrcjKlndiol7QkXNptee2ltvQ+cH5Grw== X-Received: by 2002:a4a:e923:: with SMTP id a3mr4056877ooe.45.1630693906079; Fri, 03 Sep 2021 11:31:46 -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 z18sm25893oib.27.2021.09.03.11.31.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 11:31:45 -0700 (PDT) Received: (nullmailer pid 3242167 invoked by uid 1000); Fri, 03 Sep 2021 18:31:44 -0000 Date: Fri, 3 Sep 2021 13:31:44 -0500 From: Rob Herring To: Maxime Ripard Cc: Frank Rowand , Thierry Reding , linux-arm-kernel@lists.infradead.org, Sam Ravnborg , Chen-Yu Tsai , devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, Rob Herring , Laurent Pinchart , Jernej =?utf-8?Q?=C5=A0krabec?= , dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 16/52] dt-bindings: display: aa121td01: Remove unused vcc-supply Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-17-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-17-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:16 +0200, Maxime Ripard wrote: > The Mitsubishi AA121TD01 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,aa121td01.yaml | 5 ----- > 1 file changed, 5 deletions(-) > Acked-by: Rob Herring