Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4888397pxu; Tue, 22 Dec 2020 03:25:11 -0800 (PST) X-Google-Smtp-Source: ABdhPJwsdF82DXGwOtb5shDpq7nHHxRfC3kkUT0Vms8Ac/LPiLkCAqnyu7GdY51ks0TaF3C3b+SP X-Received: by 2002:aa7:cb12:: with SMTP id s18mr12808389edt.125.1608636311324; Tue, 22 Dec 2020 03:25:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608636311; cv=none; d=google.com; s=arc-20160816; b=cTrKgupNvZI5GOTVY1B2ZQg9Ri+Z82bkWTRro5I9kWNi5DO5vc0ogs5Z7bYuLHwDnq pmaglItImDNwaPHqWK7ziwjXsGtHZSGkduoaJGb7fXIrCZSKWxENAj7d+EpP3XEAwU1w yVwxHcfQiy7gUeblN991028+iqnS6g/P+No2/aAvYKOrCarwX2g6aWlczk7EXWWYME0s Rn/4PUXTKPqSwFlEfuGvV0cUvZXCY2cY8stZQvWt5Wxv5iOArROiRmN9x8GlIM8U8aYG ibvG1bjsKm/SB0g1FwB4Hp2fNi7Smwc8DwQwho5seq8Tw9/ULnga8qo8wzof1+y3jzX6 C9gg== 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=oK7h3RYF0vyyQn64ea3NroO/V9OyDh4Dlbv95fmvxJfTVTDZ91SW6UQz4hVQHt43ga M1FH5yLqJxoF+gce42fVvbDUtdrqcmxA6bsSa0lhdUdv3l+IequKMS9SHkbAyBOKiLmR q66e9pbBDiolFxH9oi8KCcYhkqJv3TQ3TiGAyz/uZW4g9iP3WSSMl8rs9dSCOKRjEJw0 x9xc7op+JvWmSgP0sTgdZrbD1Ennykay5jTsG53QHu7WdMkfPJONcg6gcu4+JMA59jzj 6ZKc/XHff9LdziYkju/FYGsXzNDl0n9+02fQGEvTIotf1FmVQvZhxTlo04+sEAXVs/Ky eRPw== 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 y25si9927558ejb.595.2020.12.22.03.24.48; Tue, 22 Dec 2020 03:25:11 -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 S1726733AbgLVLW7 (ORCPT + 99 others); Tue, 22 Dec 2020 06:22:59 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:59808 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726517AbgLVLW6 (ORCPT ); Tue, 22 Dec 2020 06:22:58 -0500 X-IronPort-AV: E=Sophos;i="5.78,438,1599490800"; d="scan'208";a="66595829" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 22 Dec 2020 20:22:26 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id DEEA84008553; Tue, 22 Dec 2020 20:22:25 +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 v5 02/12] dt-bindings: mfd: bd9571mwv: Document BD9574MWF Date: Tue, 22 Dec 2020 20:22:09 +0900 Message-Id: <1608636139-564-3-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1608636139-564-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1608636139-564-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