From patchwork Fri Sep 4 14:53:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 1357562 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=eh/pmg9g; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4Bjggx4RCcz9sVq for ; Sat, 5 Sep 2020 00:54:53 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730865AbgIDOyi (ORCPT ); Fri, 4 Sep 2020 10:54:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:48688 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730771AbgIDOyD (ORCPT ); Fri, 4 Sep 2020 10:54:03 -0400 Received: from kozik-lap.mshome.net (unknown [194.230.155.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D7C3F20722; Fri, 4 Sep 2020 14:53:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599231243; bh=/p3lMAEm/yGooAnCxTN8zhpzzWRbuLPyimxMLeewvXc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eh/pmg9gbfINlAKynchtq8oPsuY68uof0c1Le45d3qIU3ZAXhrQ13COJjJapvYDEh sOgVZVoYKqCOKI7U1ngUPzuWII8+aHlcYgZBCTUv6HLSeKEu5gixxtxtjmQgkA3fsl w5aM3yqOCW49ZMyf9kU0jcdLiWp2+Nj3jju5ds/c= From: Krzysztof Kozlowski To: Rob Herring , David Airlie , Daniel Vetter , Lucas Stach , Russell King , Christian Gmeiner , Lee Jones , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Sam Ravnborg , Li Yang , Robert Chiras , Matti Vaittinen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, etnaviv@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Cc: Krzysztof Kozlowski Subject: [PATCH 07/13] dt-bindings: mfd: rohm,bd71847-pmic: Add common clock-names Date: Fri, 4 Sep 2020 16:53:06 +0200 Message-Id: <20200904145312.10960-8-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200904145312.10960-1-krzk@kernel.org> References: <20200904145312.10960-1-krzk@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 + "#clock-cells": const: 0