Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp3459024pxb; Tue, 12 Jan 2021 15:35:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJxv7V+QUrEzBYkIGr+4jgQop5MlPfstjdw+tYqqx3Z9NVUvV6DhYjxHpQMECPRFq5oc5XWe X-Received: by 2002:a17:906:7090:: with SMTP id b16mr865362ejk.76.1610494519749; Tue, 12 Jan 2021 15:35:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610494519; cv=none; d=google.com; s=arc-20160816; b=H8r8waIIuCQvEeHEVvkmqQzZveAeGJyfGxuVEoTqh5od5yKeSsCXC9m/RErX4JaqXA 6VbXIImv74RAGV3ZtHf1TH5x8X/Vp5fYO5iKPt14OowDwbZ45WruW6mcVS4UBPvd0jMH mH2yl1ewB/yCRaoJ5/3oCkhOCpyK/2pyPUyD0FYaVzsief74IzGMpM6Wq45N7TkB0Mkc WEHL4lPpychZfe3WONgOrz56Gzmm9wEO9xXvlR3Yd9+uWcUtKMtLee2KhGBkoVLddkdr 7LFMU3Aqqy+BFVsb7lvXji4MgnSaQLsi2h9X8biTadpWOtn5jQcysyvNQ+9cCrDmrHJB t13w== 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=FeWEidN1kz+4906Yv5skAXGkHEYVOTHTx3eeeiEMUvg=; b=03hFxlsKO03hmHu4GRrh/ydMQH8mNQW25OwT2YimTm5c+sm9sog3CjiSmDdnjViGzw ex91K5MMRamV3h1QtEvZNLWq0WIIjfY102euHX9mFfDskh/MNF+rek6xERYvG1R2pxZl LtYPeS/u1vNmbSKePeebjr6Flg7SCUQVa7qOOw27eluUClLizBdgI4qpXK6M+iIq3jwq YEsXG3D52oEebJ+QhFzgt9N/gAoKGRsMfFcw1eXu86AbwFPrTX83O6p10Km+RPmjaQcP VY9Rzx82rr177fapAqyAbHyPbqwrw3IFBCXQAGPReWxdnNP2xiHwAV2ddWDlX4Z305tD 4EZg== 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 dt13si104019ejb.98.2021.01.12.15.34.55; Tue, 12 Jan 2021 15:35:19 -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 S2392457AbhALJDT (ORCPT + 99 others); Tue, 12 Jan 2021 04:03:19 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:18782 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389112AbhALJBu (ORCPT ); Tue, 12 Jan 2021 04:01:50 -0500 X-IronPort-AV: E=Sophos;i="5.79,340,1602514800"; d="scan'208";a="68514068" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 12 Jan 2021 18:01:18 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 9725C4007554; Tue, 12 Jan 2021 18:01:18 +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 v9 03/12] mfd: rohm-generic: Add BD9571 and BD9574 Date: Tue, 12 Jan 2021 18:00:58 +0900 Message-Id: <1610442067-7446-4-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1610442067-7446-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1610442067-7446-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add chip IDs for BD9571MWV and BD9574MWF. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Matti Vaittinen Acked-for-MFD-by: Lee Jones --- include/linux/mfd/rohm-generic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/mfd/rohm-generic.h b/include/linux/mfd/rohm-generic.h index 4283b5b..affacf8 100644 --- a/include/linux/mfd/rohm-generic.h +++ b/include/linux/mfd/rohm-generic.h @@ -12,6 +12,8 @@ enum rohm_chip_type { ROHM_CHIP_TYPE_BD71847, ROHM_CHIP_TYPE_BD70528, ROHM_CHIP_TYPE_BD71828, + ROHM_CHIP_TYPE_BD9571, + ROHM_CHIP_TYPE_BD9574, ROHM_CHIP_TYPE_AMOUNT }; -- 2.7.4