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 C5E89C433FE for ; Fri, 3 Sep 2021 18:31:48 +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 903CD60FC0 for ; Fri, 3 Sep 2021 18:31:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 903CD60FC0 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 02EDB6E8BC; Fri, 3 Sep 2021 18:31:48 +0000 (UTC) Received: from mail-oo1-f46.google.com (mail-oo1-f46.google.com [209.85.161.46]) by gabe.freedesktop.org (Postfix) with ESMTPS id B8CE76E8BC for ; Fri, 3 Sep 2021 18:31:46 +0000 (UTC) Received: by mail-oo1-f46.google.com with SMTP id y3-20020a4ab403000000b00290e2a52c71so1769612oon.2 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=dNRiEd9ce94iduiIdOD2sR3hid3yJzj3eUHB22UUuQLshDVGeWRXargvhPe4CyPsqG 4XYX+7AlnS8GP/zNJsEMRREmQZ/y2UAAhj4tIj9hHnStPJb2kjaB+6mgyCDaBsqYgNsG dYhv6YI6ulb0WcvfbhgkmLpqxG3d+UpHnJke1wlWY7L0Vp9GUPNuJi0TqGQf86j7Yi9P clYPeSdsEpOwWTkhi/nTX/cn07yEPHwvZOGhKfHdgDjiazIgkUFgGjI34nhgOz1mhOuo +k89Ts1N8NoUOb730feBSK9jPzhLlH9Bb6aUlX5ZQxcqlKWkISnfaAa28llWON9EKLDF bOqw== X-Gm-Message-State: AOAM5338cbi5FgpwjP2kOCoQT1DiK9M2uB72Dqm9NHJLZCGnlGYJcIB/ B0YkldqvxMiG+ehBG8jnEg== 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> 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: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