Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp5670142pxu; Wed, 23 Dec 2020 02:25:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJwKzukMF1/x92AqZ/25C93JxtF16h/P0XuP3dXrqXayRgUvKZ8OapujjJTU3McgxVU80gis X-Received: by 2002:a17:907:105e:: with SMTP id oy30mr23258972ejb.495.1608719142406; Wed, 23 Dec 2020 02:25:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608719142; cv=none; d=google.com; s=arc-20160816; b=0VCGV49MhB/p4pux3mEN296c9Iw9HFs6nTNvN+OIlBIg+eNHb2NwFanLmEI8ZtQvtl wcNV5bGU7Y7km3B5854NVaCC3Q49tPb2CjgLeXM5jvYpsVOgnQRbRTewTXcV6ZdnW7rr 5U3ys2avPZGEvsRq7dAjFIWMB0YVAw1uQY+61C9HnDsHIbERpv0tI9AcXJeCV7EQTWzJ hwJikR+jhcl2G517Nkag1IGTAs9gsOj+X6vrpbhUfNpHVfMnlGzS2jRgMgkZdIocChTD mtHrE2J0MRzSNfCQ1LLNs7mGn9NaBJVd+/WvqkWN/ymU9ZPR4vBEIGRfVRsAm6J7MwoW 71Kw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=y36n8xRdpgMiZ8ePSav+LjF2KnnFf0jiKm9j4q/Q678=; b=YlM+/C9vC9Wji7oHde/zdb1M7IGgs9Yj3mzaJw0Hw1Kw7MbClmkC9lpesXwSnHpyEj fBd2Zu1Ot9TglcbHmJQIQ6H61q7+MElVe4kVxcSoGHD1FR8EzNvdbjJcjOzFPUNXQ537 mi3AvnZWyiu3wTeMRRanjEReEfL0c9Yukc/LfSRyIXBmre6nVRcVE+oxxSrKkD+y8/eS xXp5dv2zqygxfUtZjnlMYlGVtxYLhUjhV/0BKourm/yi+FFA50fBktekq1N7Rh2i/8d4 +H3X/xD6VGH+ELIcQG7bxtflNGbupyuOnyl+rRsHkxzKel/K5MAXdJuwXYxDek7NAZk5 cMyA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bz23si10920958ejc.600.2020.12.23.02.25.20; Wed, 23 Dec 2020 02:25:42 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728568AbgLWKYB (ORCPT + 99 others); Wed, 23 Dec 2020 05:24:01 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:7007 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728175AbgLWKXV (ORCPT ); Wed, 23 Dec 2020 05:23:21 -0500 X-IronPort-AV: E=Sophos;i="5.78,441,1599490800"; d="scan'208";a="66928579" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 23 Dec 2020 19:22:49 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 3AB054255D37; Wed, 23 Dec 2020 19:22:49 +0900 (JST) From: Yoshihiro Shimoda To: marek.vasut+renesas@gmail.com, lee.jones@linaro.org, matti.vaittinen@fi.rohmeurope.com, lgirdwood@gmail.com, broonie@kernel.org, linus.walleij@linaro.org, bgolaszewski@baylibre.com Cc: khiem.nguyen.xt@renesas.com, linux-power@fi.rohmeurope.com, linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v6 02/12] dt-bindings: mfd: bd9571mwv: Document BD9574MWF Date: Wed, 23 Dec 2020 19:22:33 +0900 Message-Id: <1608718963-21818-3-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1608718963-21818-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1608718963-21818-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document other similar specification chip BD9574MWF. Signed-off-by: Yoshihiro Shimoda --- Documentation/devicetree/bindings/mfd/bd9571mwv.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/bd9571mwv.txt b/Documentation/devicetree/bindings/mfd/bd9571mwv.txt index 8c46786..1d6413e 100644 --- a/Documentation/devicetree/bindings/mfd/bd9571mwv.txt +++ b/Documentation/devicetree/bindings/mfd/bd9571mwv.txt @@ -1,7 +1,7 @@ -* ROHM BD9571MWV Power Management Integrated Circuit (PMIC) bindings +* ROHM BD9571MWV/BD9574MWF Power Management Integrated Circuit (PMIC) bindings Required properties: - - compatible : Should be "rohm,bd9571mwv". + - compatible : Should be "rohm,bd9571mwv" or "rohm,bd9574mwf". - reg : I2C slave address. - interrupts : The interrupt line the device is connected to. - interrupt-controller : Marks the device node as an interrupt controller. -- 2.7.4