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=-10.0 required=3.0 tests=BAYES_00,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 47AD8C433E2 for ; Mon, 14 Sep 2020 22:44:50 +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 0366320732 for ; Mon, 14 Sep 2020 22:44:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0366320732 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 772F46E7EC; Mon, 14 Sep 2020 22:44:49 +0000 (UTC) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1DE166E7EC; Mon, 14 Sep 2020 22:44:49 +0000 (UTC) Received: by mail-io1-f68.google.com with SMTP id m17so1982802ioo.1; Mon, 14 Sep 2020 15:44:49 -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=1F6lWP19Bna6U6ABMV+DTOcBGgc6tw6QgYSDYop8Woo=; b=k+3x5nT+AtW3COP0FdgAfyFgkNjekXRa9m8KYJaS1NhrrE23zkaFF7oq1CPtRajeIL 2J5BadOch/9clLqYR/bU9y+RRynRBojHlAWpf/Exd0pQLQVjKqrSaBNjRavmHhhDPAAJ tLKzH5sZ5Yih5FhIM+bEroOXwI9VqWcmFA+baUO33fuuwRpsdBxsi+V0DrhCLOfLrYl7 Eec600yVXKabo8VspIJzD6OE15Fgm6DjWLpfZYjXNbfV37NoIUielH6vP+S1LjlkE0ge zcnSspwatH1HnDNdLX8b+AhAQqpqIn8yJ/sMt5i7OR40hA3JKk5kYRi0veIKAidcgxqd mcJQ== X-Gm-Message-State: AOAM532emWepRriitkOy1tCuNpAC9fuIT8St3oX45L/GwLI8pv3nPYaa Zax8PRrlxk2ON/KthVsung== X-Google-Smtp-Source: ABdhPJzmOHZo3WkW4zjgJCSzBhtT5LXIU+riR1XZx8a1l4NwReJeJQ59h2/U1bZ8wh9fVG7Z00XGrg== X-Received: by 2002:a02:9f0d:: with SMTP id z13mr15265754jal.60.1600123488495; Mon, 14 Sep 2020 15:44:48 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id 137sm6812483ioc.20.2020.09.14.15.44.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 15:44:47 -0700 (PDT) Received: (nullmailer pid 405112 invoked by uid 1000); Mon, 14 Sep 2020 22:44:44 -0000 Date: Mon, 14 Sep 2020 16:44:44 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH 07/13] dt-bindings: mfd: rohm,bd71847-pmic: Add common clock-names Message-ID: <20200914224444.GA404414@bogus> References: <20200904145312.10960-1-krzk@kernel.org> <20200904145312.10960-8-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200904145312.10960-8-krzk@kernel.org> 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: , Cc: devicetree@vger.kernel.org, etnaviv@lists.freedesktop.org, Pengutronix Kernel Team , Sam Ravnborg , David Airlie , Shawn Guo , Sascha Hauer , Matti Vaittinen , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Li Yang , NXP Linux Team , Russell King , Robert Chiras , Lee Jones , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Sep 04, 2020 at 04:53:06PM +0200, Krzysztof Kozlowski wrote: > Add common 'clock-names' property which might appear in DTSes. This > makes it consistent with rohm,bd71837-pmic dtschema. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml > index 5d531051a153..6328163fc32a 100644 > --- a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml > +++ b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml > @@ -35,6 +35,9 @@ properties: > clocks: > maxItems: 1 > > + clock-names: > + maxItems: 1 Need to define the name. > + > "#clock-cells": > const: 0 > > -- > 2.17.1 > _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel